Uses of Interface
net.sf.jkniv.whinstone.types.ColumnType
-
Packages that use ColumnType Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.types -
-
Uses of ColumnType in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone that return ColumnType Modifier and Type Method Description ColumnTypeJdbcColumn. getType() -
Uses of ColumnType in net.sf.jkniv.whinstone.types
Classes in net.sf.jkniv.whinstone.types that implement ColumnType Modifier and Type Class Description classCassandraTypeData types supported by cassandra.classJdbcTypeThe class that defines the constants that are used to identify generic SQL types, called JDBC types.classUnknowTypeMethods in net.sf.jkniv.whinstone.types that return ColumnType Modifier and Type Method Description ColumnTypeBooleanBitType. getColumnType()ColumnTypeBooleanCharType. getColumnType()ColumnTypeBooleanIntType. getColumnType()ColumnTypeBooleanVarcharType. getColumnType()ColumnTypeCalendarIntType. getColumnType()ColumnTypeCalendarTimestampType. getColumnType()ColumnTypeConvertible. getColumnType()ColumnTypeDateIntType. getColumnType()ColumnTypeDateTimestampType. getColumnType()ColumnTypeDateTimeType. getColumnType()ColumnTypeDateType. getColumnType()ColumnTypeDoubleBigDecimalType. getColumnType()ColumnTypeEnumNameType. getColumnType()ColumnTypeEnumOrdinalType. getColumnType()ColumnTypeIntLongType. getColumnType()ColumnTypeLongBigDecimalType. getColumnType()ColumnTypeLongNumericType. getColumnType()ColumnTypeNoConverterType. getColumnType()ColumnTypeShortIntType. getColumnType()static ColumnTypeUnknowType. getInstance()static ColumnTypeCassandraType. valueOf(int typeValue)Returns the enum constant of this type with the specified name.static ColumnTypeJdbcType. valueOf(int jdbcTypeValue)Returns the enum constant of this type with the specified name.
-