public interface AuxiliaryDatabaseObject extends RelationalModel, Serializable
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDialectScope(String dialectName)
Add the given dialect name to the scope of dialects to which
 this database object applies. 
 | 
boolean | 
appliesToDialect(Dialect dialect)
Does this database object apply to the given dialect? 
 | 
sqlCreateString, sqlDropStringvoid addDialectScope(String dialectName)
dialectName - The name of a dialect.boolean appliesToDialect(Dialect dialect)
dialect - The dialect to check against.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.