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