| Package | Description |
|---|---|
| com.sybase.esp.sdk.data | |
| com.sybase.esp.sdk.debugger |
| Modifier and Type | Method and Description |
|---|---|
Schema.DataType[] |
Schema.getColumnTypes() |
static Schema.DataType |
Schema.DataType.parseInt(int type) |
static Schema.DataType |
Schema.DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Schema.DataType[] |
Schema.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Schema(java.util.List<java.lang.String> names,
java.util.List<Schema.DataType> types,
java.util.List<java.lang.Boolean> keys) |
| Modifier and Type | Method and Description |
|---|---|
Schema.DataType[] |
DebuggerItem.getColumnTypes() |