|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnType | |
---|---|
isql | |
isql.array | |
isql.constant | |
isql.groupby | |
isql.util |
Uses of ColumnType in isql |
---|
Methods in isql that return ColumnType | |
---|---|
ColumnType |
ITypedValue.getType()
|
static ColumnType |
ColumnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ColumnType in isql.array |
---|
Methods in isql.array that return ColumnType | |
---|---|
ColumnType |
Array.getType()
The type of the array |
Constructors in isql.array with parameters of type ColumnType | |
---|---|
Array(java.lang.Object[] array,
ColumnType type)
|
|
InputArray(java.lang.Object[] array,
ColumnType type)
|
Uses of ColumnType in isql.constant |
---|
Methods in isql.constant that return ColumnType | |
---|---|
ColumnType |
DateConstant.getType()
|
ColumnType |
TextConstant.getType()
|
ColumnType |
NumericConstant.getType()
|
ColumnType |
BooleanConstant.getType()
|
Uses of ColumnType in isql.groupby |
---|
Methods in isql.groupby that return ColumnType | |
---|---|
ColumnType |
ColumnKeyAndType.getType()
|
Constructors in isql.groupby with parameters of type ColumnType | |
---|---|
ColumnKeyAndType(ColumnKey key,
ColumnType type)
|
Uses of ColumnType in isql.util |
---|
Methods in isql.util with parameters of type ColumnType | |
---|---|
static java.lang.Object[] |
ArrayBuilder.buildArray(ColumnType type,
int size)
Builds an array of a certain type |
static java.lang.Object[] |
ArrayBuilder.convertToBig(ColumnType type,
java.lang.Object small)
Converts an array of primitives (double, boolean) to an array of objects (Double, Boolean) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |