Uses of Class
gudusoft.gsqlparser.stmt.oracle.TOracleStoredProcedureSqlStatement

Packages that use TOracleStoredProcedureSqlStatement
gudusoft.gsqlparser.stmt.oracle   
 

Uses of TOracleStoredProcedureSqlStatement in gudusoft.gsqlparser.stmt.oracle
 

Subclasses of TOracleStoredProcedureSqlStatement in gudusoft.gsqlparser.stmt.oracle
 class TPlsqlBlock
          Groups related declarations and statements, is the basic unit of a PL/SQL source program.
 class TPlsqlCreateFunction
          This class represents 3 types of SQL statement: Create function statement, creates or replaces a standalone function or a call specification.
 class 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.
 class TPlsqlCreateProcedure
          This class represents 3 types of SQL statement: Create procedure statement, creates or replaces a standalone stored procedure or a call specification.
 class 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.
 class TPlsqlCreateTypeBody
          The CREATE TYPE BODY defines or implements the member methods defined in the object type specification.