public class KeepByteAndShortRecordBuilder extends RecordBuilder
使用示例: MySqlDialect dialect = new MySqlDialect(); dialect.keepByteAndCharType(true); activeRecordPlugin.setDialect(dialect);
| Modifier and Type | Field and Description |
|---|---|
static KeepByteAndShortRecordBuilder |
me |
| Constructor and Description |
|---|
KeepByteAndShortRecordBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
build(Config config,
ResultSet rs) |
buildLabelNamesAndTypespublic static final KeepByteAndShortRecordBuilder me
public List<Record> build(Config config, ResultSet rs) throws SQLException
build in class RecordBuilderSQLExceptionCopyright © 2018. All rights reserved.