Class | Description |
---|---|
TBasicStmt |
Includes some basic expression statement in plsql.
|
TCompoundTriggerBody | |
TCustomOracleSqlStmt | |
TOracleCreateDirectoryStmt | |
TOracleCreateLibraryStmt | |
TOracleCreateSequenceStmt | Deprecated
As of v1.4.4.5, replaced by
TCreateSequenceStmt |
TOracleCreateSynonymStmt | Deprecated
As of v1.4.4.5, replaced by
TCreateSynonymStmt |
TOracleExecuteProcedure | |
TPlsqlContinue | |
TPlsqlCreateFunction |
This class represents 3 types of SQL statement:
Create function statement, creates or replaces a standalone function or a call specification.
|
TPlsqlCreatePackage |
The CREATE PACKAGE statement creates or replaces the specification for a stored package,
which is an encapsulated collection of related procedures, functions,
and other program objects stored together in the database.
|
TPlsqlCreateProcedure |
This class represents 3 types of SQL statement:
Create procedure statement, creates or replaces a standalone stored procedure or a call specification.
|
TPlsqlCreateTrigger |
The CREATE TRIGGER statement creates or replaces a database trigger, which is either of the following:
A stored PL/SQL block associated with a table, a schema, or the database.
An anonymous PL/SQL block or a call to a procedure implemented in PL/SQL or Java.
|
TPlsqlCreateType |
The CREATE TYPE statement creates or replaces
|
TPlsqlCreateType_Placeholder |
This class is a placeholder for CREATE TYPE statement.
|
TPlsqlCreateTypeBody |
The CREATE TYPE BODY defines or implements the member methods defined in the
object type specification.
|
TPlsqlDummyStmt | |
TPlsqlExecImmeStmt |
The EXECUTE IMMEDIATE statement builds and executes a dynamic SQL statement in
a single operation.
|
TPlsqlForallStmt |
The FORALL statement issues a series of static or dynamic DML statements, usually much faster than an equivalent FOR loop.
|
TPlsqlGotoStmt |
The GOTO statement branches unconditionally to a statement label or block label.
|
TPlsqlNullStmt | |
TPlsqlPipeRowStmt | |
TPlsqlPragmaDeclStmt | |
TPlsqlProcedureSpecStmt | |
TPlsqlRecordTypeDefStmt |
A record is a composite variable that can store data values of different types.
|
TPlsqlSqlStmt | |
TPlsqlStatement | |
TPlsqlSubProgram | Deprecated
As of v1.6.4.1
|
TPlsqlTableTypeDefStmt |
A collection groups elements of the same type in a specified order.
|
TPlsqlVarrayTypeDefStmt |
A collection groups elements of the same type in a specified order.
|
TSqlplusCmdStatement |
Copyright © 2019. All rights reserved.