public interface Table
Modifier and Type | Method and Description |
---|---|
Index |
addIndex() |
UniqueConstraint |
addUniqueConstraint() |
Table |
setCatalog(java.lang.String catalog) |
Table |
setCreationSuffix(java.lang.String creationSuffix) |
Table |
setName(java.lang.String name) |
Table |
setSchema(java.lang.String schema) |
Index addIndex()
UniqueConstraint addUniqueConstraint()
Table setCatalog(java.lang.String catalog)
Table setCreationSuffix(java.lang.String creationSuffix)
Table setName(java.lang.String name)
Table setSchema(java.lang.String schema)