public class MySQLCreateTableQuery extends Object implements CreateTableQuery
Query.Condition, Query.QueryOperator, Query.QueryTest, Query.QueryValue| Constructor and Description |
|---|
MySQLCreateTableQuery(TableMeta table) |
| Modifier and Type | Method and Description |
|---|---|
MySQLCreateTableQuery |
column(FieldMeta field,
ColumnMeta datatype) |
default Dialect |
dialect() |
MySQLCreateTableQuery |
engine(String engine) |
MySQLCreateTableQuery |
extra(String key,
Object... values) |
MySQLCreateTableQuery |
ifNotExists() |
MySQLCreateTableQuery |
ifNotExists(boolean ifNotExists) |
MySQLCreateTableQuery |
primaries(FieldMeta... fields) |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdialect, testpublic MySQLCreateTableQuery(TableMeta table)
public MySQLCreateTableQuery column(FieldMeta field, ColumnMeta datatype)
column in interface CreateTableQuerypublic MySQLCreateTableQuery extra(String key, Object... values)
extra in interface CreateTableQuerypublic MySQLCreateTableQuery ifNotExists()
public MySQLCreateTableQuery ifNotExists(boolean ifNotExists)
public MySQLCreateTableQuery primaries(FieldMeta... fields)
public MySQLCreateTableQuery engine(String engine)
public com.hk.str.HTMLText print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values)
print in interface Dialect.DialectOwnerpublic Dialect dialect()
dialect in interface Dialect.DialectOwnerCopyright © 2023. All rights reserved.