Package | Description |
---|---|
org.kududb | |
org.kududb.client |
Modifier and Type | Method and Description |
---|---|
Type |
ColumnSchema.getType()
Get the column's Type
|
static Type |
Type.getTypeForDataType(org.kududb.Common.DataType type)
Convert the pb DataType to a Type
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Type |
RowResult.getColumnType(int columnIndex)
Get the type of a column in this result.
|
Type |
RowResult.getColumnType(String columnName)
Get the type of a column in this result.
|
Modifier and Type | Method and Description |
---|---|
AlterTableOptions |
AlterTableOptions.addColumn(String name,
Type type,
Object defaultVal)
Add a new column that's not nullable.
|
AlterTableOptions |
AlterTableOptions.addNullableColumn(String name,
Type type)
Add a new column that's nullable, thus has no default value.
|
Copyright © 2016. All rights reserved.