public class SeparateCommentDialect
extends AbstractDialect
AbstractDialect.ResultSetDialect.Companion| 构造器和说明 |
|---|
SeparateCommentDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)