public class SeparateCommentDialect
extends AbstractDialect
AbstractDialect.ResultSetDialect.Companion| Constructor and Description |
|---|
SeparateCommentDialect() |
| Modifier and Type | Method and Description |
|---|---|
SQLPlan<?> |
createTable(java.lang.String tableName,
java.lang.String tableComment,
java.lang.String ddl,
java.util.List<? extends instep.dao.sql.Column<?>> columns) |
boolean |
getSeparatelyCommenting() |
addColumn, alterColumnDefault, alterColumnNotNull, createTable, createTable, createTableIfNotExists, definitionForAutoIncrementColumn, definitionForBinaryColumn, definitionForBooleanColumn, definitionForColumn, definitionForColumns, definitionForDateTimeColumn, definitionForFloatingColumn, definitionForIntegerColumn, definitionForJSONColumn, definitionForStringColumn, definitionForUUIDColumn, dropColumn, getDefaultInsertValue, getOffsetDateTimeSupported, getPagination, getPlaceholderForJSONType, getPlaceholderForUUIDType, renameColumn, renameTable, setParameterForPreparedStatementaddColumn, alterColumnDefault, alterColumnNotNull, createTable, createTableIfNotExists, dropColumn, getDefaultInsertValue, getOffsetDateTimeSupported, getPagination, getPlaceholderForJSONType, getPlaceholderForUUIDType, getSeparatelyCommenting, renameColumn, renameTable, setParameterForPreparedStatementpublic boolean getSeparatelyCommenting()
public SQLPlan<?> createTable(java.lang.String tableName, java.lang.String tableComment, java.lang.String ddl, java.util.List<? extends instep.dao.sql.Column<?>> columns)