| 程序包 | 说明 |
|---|---|
| net.lab1024.smartdb.mapping.handler.type |
| 限定符和类型 | 方法和说明 |
|---|---|
static JdbcType |
JdbcType.forCode(int code) |
static JdbcType |
JdbcType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JdbcType[] |
JdbcType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ArrayTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
BigDecimal |
BigDecimalTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Byte[] |
BlobByteObjectArrayTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
InputStream |
BlobInputStreamTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
byte[] |
BlobTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Boolean |
BooleanTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
byte[] |
ByteArrayTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Byte[] |
ByteObjectArrayTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Byte |
ByteTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Character |
CharacterTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Reader |
ClobReaderTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Date |
DateTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Double |
DoubleTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
E |
EnumTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Float |
FloatTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Instant |
InstantTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Integer |
IntegerTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
LocalDateTime |
LocalDateTimeTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
LocalDate |
LocalDateTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
LocalTime |
LocalTimeTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Long |
LongTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Month |
MonthTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Object |
ObjectTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
OffsetDateTime |
OffsetDateTimeTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
OffsetTime |
OffsetTimeTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Short |
ShortTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
T |
SmartDbEnumTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Date |
SqlDateTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Timestamp |
SqlTimestampTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Time |
SqlTimeTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
String |
SqlxmlTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
String |
StringTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
T |
TypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
YearMonth |
YearMonthTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Year |
YearTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
ZonedDateTime |
ZonedDateTimeTypeHandler.getResult(ResultSet rs,
int columnIndex,
JdbcType jdbcType) |
Object |
ArrayTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
BigDecimal |
BigDecimalTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Byte[] |
BlobByteObjectArrayTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
InputStream |
BlobInputStreamTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
byte[] |
BlobTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Boolean |
BooleanTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
byte[] |
ByteArrayTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Byte[] |
ByteObjectArrayTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Byte |
ByteTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Character |
CharacterTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Reader |
ClobReaderTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Date |
DateTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Double |
DoubleTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
E |
EnumTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Float |
FloatTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Instant |
InstantTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Integer |
IntegerTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
LocalDateTime |
LocalDateTimeTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
LocalDate |
LocalDateTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
LocalTime |
LocalTimeTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Long |
LongTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Month |
MonthTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Object |
ObjectTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
OffsetDateTime |
OffsetDateTimeTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
OffsetTime |
OffsetTimeTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Short |
ShortTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
T |
SmartDbEnumTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Date |
SqlDateTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Timestamp |
SqlTimestampTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Time |
SqlTimeTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
String |
SqlxmlTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
String |
StringTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
T |
TypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
YearMonth |
YearMonthTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Year |
YearTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
ZonedDateTime |
ZonedDateTimeTypeHandler.getResult(ResultSet rs,
String columnName,
JdbcType jdbcType) |
Copyright © 2020. All rights reserved.