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 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
Methods in cool.scx.jdbc.mapping that return JDBCType -
Uses of JDBCType in cool.scx.jdbc.mapping.base
Methods in cool.scx.jdbc.mapping.base that return JDBCTypeMethods in cool.scx.jdbc.mapping.base with parameters of type JDBCType -
Uses of JDBCType in cool.scx.jdbc.meta_data
Methods in cool.scx.jdbc.meta_data that return JDBCTypeModifier and TypeMethodDescriptionDataTypeMetaData.jdbcType()Returns the value of thejdbcTyperecord component.Constructors in cool.scx.jdbc.meta_data with parameters of type JDBCTypeModifierConstructorDescriptionDataTypeMetaData(JDBCType jdbcType, String name, Integer length) Creates an instance of aDataTypeMetaDatarecord class.