Package gudusoft.gsqlparser.stmt.oracle
package gudusoft.gsqlparser.stmt.oracle
-
ClassesClassDescriptionIncludes some basic expression statement in plsql.Deprecated.Deprecated.As of v1.4.4.5, replaced by
TCreateSynonymStmtOracle create function.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.This class represents 3 types of SQL statement: Create procedure statement, creates or replaces a standalone stored procedure or a call specification.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. For detailed information about Oracle simple_dml_trigger, compound_dml_trigger, non_dml_trigger Please checkTTriggeringClauseThe CREATE TYPE statement creates or replacesThis class is a placeholder for CREATE TYPE statement.The CREATE TYPE BODY defines or implements the member methods defined in the object type specification.The FORALL statement issues a series of static or dynamic DML statements, usually much faster than an equivalent FOR loop.The GOTO statement branches unconditionally to a statement label or block label.A record is a composite variable that can store data values of different types.Deprecated.As of v1.6.4.1A collection groups elements of the same type in a specified order.A collection groups elements of the same type in a specified order.
TCreateSequenceStmt