Package | Description |
---|---|
com.pega.pegarules.pub.database |
Provides access to the relational database.
|
com.pega.pegarules.pub.generator |
Java generation public interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BadDatabaseDefinitionException
Database configuration is invalid or missing.
|
class |
NonexistentTableException
This exception is thrown when PegaRULES configuration points to a database
table that does not exist.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationException |
ConfigurationException.createMissingColumnException(java.lang.String aClass,
java.lang.String aTable,
java.lang.String aDB,
java.lang.String aColumn,
java.lang.String aDescr)
Creates an exception caused by a table that is missing a required column.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DatabaseTable.hasStream()
Indicates whether this database table have a stream column?
|
boolean |
DatabaseTable.isTable()
Indicates whether or not the database table is a table (as opposed to a view or something else).
|
boolean |
DatabaseTable.isView()
Indicates whether or not the database table is a view (as opposed to a table or something else).
|
ClipboardPage |
RulesetContext.openDefault(StringMap aKeys)
Opens the default version of the Rule with the given keys.
|
Modifier and Type | Method and Description |
---|---|
ClipboardPage |
FirstUseAssembler.openRule(StringMap aKeyPage,
boolean aForceDBOpen)
Opens the specified database instance, using either the RulesetContext
(at design time) or Database (at runtime) so that referenced rule tracking
is properly performed.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.