public class BasicAuxiliaryDatabaseObjectImpl extends AbstractAuxiliaryDatabaseObject
Constructor and Description |
---|
BasicAuxiliaryDatabaseObjectImpl(Schema defaultSchema,
String createString,
String dropString,
Set<String> dialectScopes) |
Modifier and Type | Method and Description |
---|---|
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.
|
addDialectScope, appliesToDialect, getDialectScopes, getExportIdentifier
public String[] sqlCreateStrings(Dialect dialect)
Exportable
dialect
- The dialect for which to generate the SQL creation stringspublic String[] sqlDropStrings(Dialect dialect)
Exportable
dialect
- The dialect for which to generate the SQL drop stringsCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.