See: Description
Class | Description |
---|---|
AbstractParser |
Framework internal class:
Base class for generated PlsqlParser.
|
Column |
Framework internal class:
Column found in a parsed SQL statement.
|
DatabaseObject |
Framework internal class:
Database object found in a parsed SQL statement.
|
DataDictionaryAccessor |
Framework internal class:
Object that keeps an open database connection to data dictionary.
|
DataDictionaryAccessorPool |
Framework internal class:
Pool with ready to use instances of DataDictionaryAccessor.
|
DataDictionaryCache |
Framework internal class:
LRU cache with information from data dictionary.
|
ParseLocation |
Framework internal class:
Location in a parsed SQL or PLSQL statement.
|
PlsqlAnalyzer |
Framework internal class:
Public subclass of JavaCC generated SQL/PLSQL parser.
|
PlsqlAnalyzer.Config |
Framework internal class:
Configuration parameters for security parser and for data dictionary cache.
|
PlsqlAnalyzer.Config.Cache |
Framework internal class:
Configuration parameters for data dictionary cache.
|
PlsqlAnalyzer.Config.Parser |
Framework internal class:
Configuration parameters for security parser.
|
PlsqlAnalyzer.Config.Pool |
Framework internal class:
Configuration parameters for data dictionary connection pool.
|
PlsqlAnalyzerTest |
Framework internal class:
Class used for test of PlsqlAnalyzer.
|
PlsqlRecord |
Framework internal class:
PLSQL record found in a parsed PLSQL statement.
|
PlsqlRecordType |
Framework internal class:
PLSQL record type found in a parsed PLSQL statement.
|
PlsqlScope |
Framework internal class:
Scope of a PLSQL statement.
|
PlsqlVariable |
Framework internal class:
PLSQL variable declared in a parsed PLSQL statement.
|
PlsqlVariable.Type |
Framework internal class:
Enumeration class that represents the type (SIMPLE/RECORD/ROWTYPE/TABLE) of a PLSQL variable.
|
Procedure |
Framework internal class:
Distinct procedure or function reference found in SQL or PLSQL statement.
|
ProcedureCall |
Framework internal class:
Procedure or function reference found in SQL or PLSQL statement.
|
SelectScope |
Framework internal class:
Scope of a SELECT statement.
|
SqlScope |
Framework internal class:
Scope of a SQL statement.
|
Table |
Framework internal class:
Table found in a parsed SQL statement.
|
VirtualTable |
Framework internal class:
Table representing a nested SELECT in the FROM list of another SELECT.
|
Exception | Description |
---|---|
RejectedSqlException |
Exception indicating illegal SQL rejected by PlsqlGateway.
|