public interface Dialect
| Modifier and Type | Interface and Description |
|---|---|
static class |
Dialect.Name |
| Modifier and Type | Method and Description |
|---|---|
Json |
createJson(byte[] value) |
Json |
createJson(List<Object> value) |
Json |
createJson(Map<String,Object> value) |
Xml |
createXml(FastByteArrayInputStream fbais) |
Json |
fromJdbcJson(ResultSet rs,
int index) |
Xml |
fromJdbcXml(ResultSet rs,
int index) |
String |
nextVal(SqlSequence sequence) |
String |
range(int offset,
int limit) |
void |
wrap(Appendable appendable,
SqlColumn targetColumn,
boolean alias) |
void |
wrap(Appendable appendable,
SqlTable table,
boolean alias) |
String nextVal(SqlSequence sequence)
void wrap(Appendable appendable, SqlTable table, boolean alias)
void wrap(Appendable appendable, SqlColumn targetColumn, boolean alias)
Json fromJdbcJson(ResultSet rs, int index) throws SQLException
SQLExceptionXml fromJdbcXml(ResultSet rs, int index) throws SQLException
SQLExceptionJson createJson(byte[] value)
Xml createXml(FastByteArrayInputStream fbais)
String range(int offset, int limit)
Copyright © 2019. All rights reserved.