MySql database specific dialect.
Slots
- autoSource
-
override Str auto()
Overrides sql::Dialect.auto
Get the MySQL specific qualifier for a column whose value is automatically incremented for a new row.
- blobTypeSource
-
override Str blobType(Int maxLen)
Overrides sql::Dialect.blobType
Get the blob type to use for a blob with the specified maximum length.
- clobTypeSource
-
override Str clobType(Int maxLen)
Overrides sql::Dialect.clobType
Get the clob type to use for a clob with the specified maximum length.
- maxIndexNameSizeSource
-
override Int maxIndexNameSize()
Overrides sql::Dialect.maxIndexNameSize
The maximum length for an index name in MySQL is 64 characters.
- maxTableNameSizeSource
-
override Int maxTableNameSize()
Overrides sql::Dialect.maxTableNameSize
The maximum length for a table name in MySQL is 64 characters.