Uses of Enum Class
cdc.rdb.SqlDataType
-
Uses of SqlDataType in cdc.rdb
Methods in cdc.rdb that return SqlDataTypeModifier and TypeMethodDescriptionstatic SqlDataTypeSqlDataType.decode(int code) RdbTableColumn.getDataType()RdbDataType.getType()RdbUserDataType.getType()static SqlDataTypeReturns the enum constant of this class with the specified name.static SqlDataType[]SqlDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.rdb with parameters of type SqlDataTypeModifier and TypeMethodDescriptionRdbTableColumn.Builder.dataType(SqlDataType dataType) RdbDataType.Builder.type(SqlDataType type) RdbUserDataType.Builder.type(SqlDataType type)