Uses of Enum Class
cool.scx.jdbc.JDBCType
Packages that use JDBCType
Package
Description
-
Uses of JDBCType in cool.scx.jdbc
Subclasses with type arguments of type JDBCType in cool.scx.jdbcMethods in cool.scx.jdbc that return JDBCTypeModifier and TypeMethodDescriptionstatic JDBCTypeJDBCType.getByJavaType(Class<?> javaType) static JDBCTypeReturns the enum constant of this class with the specified name.static JDBCType[]JDBCType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JDBCType in cool.scx.jdbc.dialect
Methods in cool.scx.jdbc.dialect that return JDBCTypeModifier and TypeMethodDescriptionabstract JDBCTypeDialect.dialectDataTypeToJDBCType(String dialectDataType) 方言数据类型 转换为 标准数据类型Methods in cool.scx.jdbc.dialect with parameters of type JDBCTypeModifier and TypeMethodDescriptionDDLBuilder.getDataTypeNameByJDBCType(JDBCType dataType) abstract StringDialect.jdbcTypeToDialectDataType(JDBCType jdbcType) 标准数据类型 转换为 方言数据类型 -
Uses of JDBCType in cool.scx.jdbc.dialect._default
Methods in cool.scx.jdbc.dialect._default that return JDBCTypeModifier and TypeMethodDescriptionDefaultDialect.dialectDataTypeToJDBCType(String dialectDataType) Methods in cool.scx.jdbc.dialect._default with parameters of type JDBCTypeModifier and TypeMethodDescriptionDefaultDDLBuilder.getDataTypeNameByJDBCType(JDBCType dataType) DefaultDialect.jdbcTypeToDialectDataType(JDBCType jdbcType) -
Uses of JDBCType in cool.scx.jdbc.mapping.type
Methods in cool.scx.jdbc.mapping.type that return JDBCType