|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataType | |
|---|---|
| com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
| Uses of DataType in com.datastax.driver.core |
|---|
| Methods in com.datastax.driver.core that return DataType | |
|---|---|
static DataType |
DataType.ascii()
The ASCII type. |
static DataType |
DataType.bigint()
The BIGINT type. |
static DataType |
DataType.blob()
The BLOB type. |
static DataType |
DataType.cboolean()
The BOOLEAN type. |
static DataType |
DataType.cdouble()
The DOUBLE type. |
static DataType |
DataType.cfloat()
The FLOAT type. |
static DataType |
DataType.cint()
The INT type. |
static DataType |
DataType.counter()
The COUNTER type. |
static DataType |
DataType.custom(String typeClassName)
A Custom type. |
static DataType |
DataType.decimal()
The DECIMAL type. |
DataType |
ColumnDefinitions.Definition.getType()
The type of the column. |
DataType |
ColumnMetadata.getType()
The type of the column. |
DataType |
ColumnDefinitions.getType(int i)
Returns the type of the ith column in this metadata. |
DataType |
ColumnDefinitions.getType(String name)
Returns the type of column name in this metadata. |
static DataType |
DataType.inet()
The INET type. |
static DataType |
DataType.list(DataType elementType)
The type of lists of elementType elements. |
static DataType |
DataType.map(DataType keyType,
DataType valueType)
The type of maps of keyType to valueType elements. |
static DataType |
DataType.set(DataType elementType)
The type of sets of elementType elements. |
static DataType |
DataType.text()
The TEXT type. |
static DataType |
DataType.timestamp()
The TIMESTAMP type. |
static DataType |
DataType.timeuuid()
The TIMEUUID type. |
static DataType |
DataType.uuid()
The UUID type. |
static DataType |
DataType.varchar()
The VARCHAR type. |
static DataType |
DataType.varint()
The VARINT type. |
| Methods in com.datastax.driver.core that return types with arguments of type DataType | |
|---|---|
static Set<DataType> |
DataType.allPrimitiveTypes()
Returns a set of all the primitive types, where primitive types are defined as the types that don't have type arguments (i.e. |
List<DataType> |
DataType.getTypeArguments()
The type arguments of this type. |
| Methods in com.datastax.driver.core with parameters of type DataType | |
|---|---|
static DataType |
DataType.list(DataType elementType)
The type of lists of elementType elements. |
static DataType |
DataType.map(DataType keyType,
DataType valueType)
The type of maps of keyType to valueType elements. |
static DataType |
DataType.set(DataType elementType)
The type of sets of elementType elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||