Uses of Enum Class
cool.scx.jdbc.JDBCType
Packages that use JDBCType
-
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 TypeMethodDescriptionDefaultDialect.dialectDataTypeToJDBCType(String dialectDataType) Dialect.dialectDataTypeToJDBCType(String dialectDataType) 方言数据类型 转换为 标准数据类型Methods in cool.scx.jdbc.dialect with parameters of type JDBCTypeModifier and TypeMethodDescriptionDefaultDialect.getDataTypeNameByJDBCType(JDBCType dataType) default StringDialect.getDataTypeNameByJDBCType(JDBCType dataType) DefaultDialect.jdbcTypeToDialectDataType(JDBCType jdbcType) Dialect.jdbcTypeToDialectDataType(JDBCType jdbcType) 标准数据类型 转换为 方言数据类型 -
Uses of JDBCType in cool.scx.jdbc.mapping.type
Methods in cool.scx.jdbc.mapping.type that return JDBCType