Uses of Class
cdc.rdb.SqlDataType
-
-
Uses of SqlDataType in cdc.rdb
Methods in cdc.rdb that return SqlDataType Modifier and Type Method Description static SqlDataTypeSqlDataType. decode(int code)SqlDataTypeRdbTableColumn. getDataType()SqlDataTypeRdbDataType. getType()SqlDataTypeRdbUserDataType. getType()static SqlDataTypeSqlDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlDataType[]SqlDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.rdb with parameters of type SqlDataType Modifier and Type Method Description RdbDataTypeRdbDatabase. createDataType(String name, SqlDataType type)voidRdbTableColumn. setDataType(SqlDataType dataType)voidRdbUserDataType. setType(SqlDataType type)Constructors in cdc.rdb with parameters of type SqlDataType Constructor Description RdbDataType(String name, RdbDatabase parent, SqlDataType type)
-