class  | 
AlterSequenceStartWith | 
 Modify an existing sequence to start with a higher value 
 | 
class  | 
AlterTableAddColumn | 
 Add new columns to an existing table. 
 | 
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  | 
Sequence | 
 Sequence related to the SQL sequence 
 | 
class  | 
Table | 
 An immutable definition of a table 
 | 
class  | 
View | 
 Defines a SQL VIEW object 
 |