Type to start searching...

Object

The definition of a stored procedure object in the logical database schema.

Properties
name : tableName

Database object name, may include the schema name: [<schema>.]<object>

Valid values based on“string”.
[A-Za-z][_A-Za-z\d]*(\.[A-Za-z][_A-Za-z\d]*)?
Content
  • Sequence of:

    • Prerequisites [0..1] - For internal use only.

    • Create [1..1] - SQL required to create the Database object.

    • Drop [1..1] - SQL required to drop the Database object.

Parents
  • Objects - The set of stored procedure objects in the logical database schema.