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<Row> |
build(Config config,
ResultSet rs) |
List<Row> |
build(Config config,
ResultSet rs,
java.util.function.Function<Row,Boolean> func) |
buildJsonFields, buildJsonFields, buildLabelNamesAndTypespublic static final KeepByteAndShortRecordBuilder me
public List<Row> build(Config config, ResultSet rs) throws SQLException
build in class RecordBuilderSQLExceptionpublic List<Row> build(Config config, ResultSet rs, java.util.function.Function<Row,Boolean> func) throws SQLException
build in class RecordBuilderSQLExceptionCopyright © 2026. All rights reserved.