Interface | Description |
---|---|
Authorizer |
The Authorizer verifies a connected user has the authorization
to perform a requested database operation using the current
connection.
|
ControlExecutionLimiter |
Created by dgomezferro on 5/26/17.
|
LanguageConnectionContext |
LanguageConnectionContext keeps the result sets,
and activations in use by the current connection.
|
LanguageConnectionFactory |
Factory interface for items specific to a connection in the language system.
|
SessionProperties |
Created by yxia on 6/1/18.
|
SQLSessionContext |
An implementation of this interface encapsulates some of the SQL
session context's state variables, cf.
|
StatementContext |
StatementContext keeps the context for a statement.
|
Class | Description |
---|---|
ConnectionUtil | |
ControlExecutionLimiterImpl |
Created by dgomezferro on 5/26/17.
|
Enum | Description |
---|---|
SessionProperties.PROPERTYNAME |
Exception | Description |
---|---|
ResubmitDistributedException |
An exception used to pass a specific "error code" through
various layers of software.
|