Uses of Enum Class
ai.dat.core.adapter.data.AnsiSqlType
Packages that use AnsiSqlType
-
Uses of AnsiSqlType in ai.dat.core.adapter
Methods in ai.dat.core.adapter that return AnsiSqlTypeModifier and TypeMethodDescriptiondefault AnsiSqlTypeDatabaseAdapter.toAnsiSqlType(int columnType, String columnTypeName, int precision, int scale) SemanticAdapter.toAnsiSqlType(String columnTypeName) 从数据库类型名映射到ANSI SQL类型 -
Uses of AnsiSqlType in ai.dat.core.adapter.data
Methods in ai.dat.core.adapter.data that return AnsiSqlTypeModifier and TypeMethodDescriptionstatic AnsiSqlTypeAnsiSqlType.fromColumnType(int columnType) 从JDBC类型映射到ANSI SQL类型static AnsiSqlTypeReturns the enum constant of this class with the specified name.static AnsiSqlType[]AnsiSqlType.values()Returns an array containing the constants of this enum class, in the order they are declared.