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, sqlDropString
void addDialectScope(String dialectName)
dialectName
- The name of a dialect.boolean appliesToDialect(Dialect dialect)
dialect
- The dialect to check against.Copyright © 2019 JBoss by Red Hat. All rights reserved.