public class MySQLDialect
extends CommentInTableDefinitionDialect
| Modifier and Type | Class and Description |
|---|---|
static class |
MySQLDialect.ResultSet |
Dialect.Companion| Constructor and Description |
|---|
MySQLDialect() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
definitionForAutoIncrementColumn(IntegerColumn column) |
java.lang.String |
definitionForDateTimeColumn(DateTimeColumn column) |
boolean |
getOffsetDateTimeSupported() |
void |
setParameterForPreparedStatement(java.sql.PreparedStatement stmt,
int index,
java.lang.Object value) |
definitionForColumn, getSeparatelyCommentingaddColumn, 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 getOffsetDateTimeSupported()
public void setParameterForPreparedStatement(java.sql.PreparedStatement stmt,
int index,
java.lang.Object value)
public java.lang.String definitionForAutoIncrementColumn(IntegerColumn column)
public java.lang.String definitionForDateTimeColumn(DateTimeColumn column)