| Modifier and Type | Method and Description |
|---|---|
Schema.Table |
Schema.addTable(String name) |
Schema.Table |
Schema.addTableFromRow(String tableName,
Row r) |
Schema.Table |
Schema.Table.customTableClause(Flavor flavor,
String clause) |
Schema.Table |
Schema.Table.PrimaryKey.table() |
Schema.Table |
Schema.Table.Unique.table() |
Schema.Table |
Schema.Table.ForeignKey.table() |
Schema.Table |
Schema.Table.Check.table() |
Schema.Table |
Schema.Table.Index.table() |
Schema.Table |
Schema.Table.Column.table() |
Schema.Table |
Schema.Table.trackCreateTime() |
Schema.Table |
Schema.Table.trackCreateTimeAndUser(String fkConstraintName) |
Schema.Table |
Schema.Table.trackCreateTimeAndUser(String fkConstraintName,
String fkReferencesTable) |
Schema.Table |
Schema.Table.trackUpdateTime() |
Schema.Table |
Schema.Table.trackUpdateTimeAndUser(String fkConstraintName) |
Schema.Table |
Schema.Table.trackUpdateTimeAndUser(String fkConstraintName,
String fkReferencesTable) |
Schema.Table |
Schema.Table.withComment(String comment) |
Schema.Table |
Schema.Table.withHistoryTable() |
Schema.Table |
Schema.Table.withStandardPk() |
Copyright © 2016. All rights reserved.