public class MysqlCreateTableSqlBuilder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
MysqlCreateTableSqlBuilder |
addColumn(List<Column> columns) |
String |
build(String catalogName) |
static MysqlCreateTableSqlBuilder |
builder(TablePath tablePath,
CatalogTable catalogTable) |
MysqlCreateTableSqlBuilder |
charset(String charset) |
MysqlCreateTableSqlBuilder |
collate(String collate) |
MysqlCreateTableSqlBuilder |
comment(String comment) |
MysqlCreateTableSqlBuilder |
constraintKeys(List<ConstraintKey> constraintKeys) |
MysqlCreateTableSqlBuilder |
engine(String engine) |
MysqlCreateTableSqlBuilder |
fieldIde(String fieldIde) |
MysqlCreateTableSqlBuilder |
primaryKey(PrimaryKey primaryKey) |
public static MysqlCreateTableSqlBuilder builder(TablePath tablePath, CatalogTable catalogTable)
public MysqlCreateTableSqlBuilder addColumn(List<Column> columns)
public MysqlCreateTableSqlBuilder primaryKey(PrimaryKey primaryKey)
public MysqlCreateTableSqlBuilder fieldIde(String fieldIde)
public MysqlCreateTableSqlBuilder constraintKeys(List<ConstraintKey> constraintKeys)
public MysqlCreateTableSqlBuilder engine(String engine)
public MysqlCreateTableSqlBuilder charset(String charset)
public MysqlCreateTableSqlBuilder collate(String collate)
public MysqlCreateTableSqlBuilder comment(String comment)
Copyright © 2024 The Apache Software Foundation. All rights reserved.