public class MysqlColumn
extends dev.tuxjsql.basic.sql.BasicSQLColumn
| Constructor and Description |
|---|
MysqlColumn(String name,
Object defaultValue,
List<String> dataTypeRules,
boolean notNull,
boolean unique,
boolean autoIncrement,
boolean primaryKey,
dev.tuxjsql.core.sql.SQLColumn foreignKey,
dev.tuxjsql.core.sql.SQLTable table,
dev.tuxjsql.core.sql.SQLDataType type,
dev.tuxjsql.core.TuxJSQL tuxJsql) |
| Modifier and Type | Method and Description |
|---|---|
String |
build() |
String |
foreignBuild() |
autoIncrement, buildDataType, dataTypeRules, defaultValue, foreignKey, getDataType, getName, getTable, isForeignKey, notNull, primaryKey, setAutoIncrement, setDataTypeRules, setDefaultValue, setDefaultValue, setForeignKey, setName, setNotNull, setPrimaryKey, setTable, setTuxJSQL, setType, setUnique, uniquepublic MysqlColumn(String name, Object defaultValue, List<String> dataTypeRules, boolean notNull, boolean unique, boolean autoIncrement, boolean primaryKey, dev.tuxjsql.core.sql.SQLColumn foreignKey, dev.tuxjsql.core.sql.SQLTable table, dev.tuxjsql.core.sql.SQLDataType type, dev.tuxjsql.core.TuxJSQL tuxJsql)
Copyright © 2019. All rights reserved.