public interface AuxiliaryDatabaseObject extends RelationalModel, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
addDialectScope(java.lang.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, sqlDropString
void addDialectScope(java.lang.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.