public interface Exportable
CREATE
, ALTER
, etcModifier and Type | Method and Description |
---|---|
String |
getExportIdentifier()
Get a unique identifier to make sure we are not exporting the same database structure multiple times.
|
String[] |
sqlCreateStrings(Dialect dialect)
Gets the SQL strings for creating the database object.
|
String[] |
sqlDropStrings(Dialect dialect)
Gets the SQL strings for dropping the database object.
|
String getExportIdentifier()
String[] sqlCreateStrings(Dialect dialect)
dialect
- The dialect for which to generate the SQL creation stringsCopyright © 2018 JBoss by Red Hat. All rights reserved.