class |
AlterSequenceStartWith |
Modify an existing sequence to start with a higher value
|
class |
AlterTableIdentityCache |
Modify the CACHE property of an AS IDENTITY column (changes
the CACHE property of the underlying SEQUENCE).
|
class |
CreateIndex |
Index creation definition for creating new indexes after the table has been defined
(e.g.
|
class |
FunctionDef |
The definition of a function, whose content is provided by a Supplier function
|
class |
NopObject |
A NOP (no operation) object which can be used to simplify dependencies
by making this object depend on other, then everything else simply
depend on this, should that be the sort of behavior you want.
|
class |
ObjectGroup |
A collection of IDatabaseObject which are applied in order within one transaction
|
class |
ProcedureDef |
The definition of a stored procedure, whose content is provided by a Supplier function
|
class |
RowArrayType |
Represents the array type
CREATE OR REPLACE TYPE .t_str_values_arr AS .t_str_values ARRAY[256]
|
class |
RowType |
Represents the ROW type used to pass parameters to the add_resource stored procedures
CREATE OR REPLACE TYPE .t_str_values AS ROW (parameter_name_id INTEGER, str_value VARCHAR(511 OCTETS), str_value_lcase VARCHAR(511 OCTETS))
|
class |
Sequence |
Sequence related to the SQL sequence
|
class |
SessionVariableDef |
Adds a session variable to the database
|
class |
Table |
An immutable definition of a table
|