|
Options |
Name |
Purpose |
|
|
+
|
CorrectDecimals (handle, integer)
|
Corrects the number of decimals for fields that don't
have decimals set
|
|
|
+
|
CHARACTER CreateField (handle, character, ZamolxisField)
|
Creates a new field in an existing table
|
|
|
+
|
CHARACTER CreateIndex (handle, character, ZamolxisIndex)
|
Creates a new index in an existing table
|
|
|
+
|
CHARACTER CreatePartition (handle, character)
|
Creates a Database Partition in the ERD Diagram
|
|
|
+
|
CHARACTER CreatePartition (handle, character, character)
|
Creates a Database Partition in the ERD Diagram
|
|
|
+
|
CHARACTER EnsureUniqueIndexName (character, CaseSensitiveCharacterDictionary)
|
Returns a unique index name
|
|
|
+
|
HANDLE GetDatabaseNode (handle)
|
Returns the node representing the Openedge:Database
|
|
|
+
|
Consultingwerk.Framework.Collections.CaseSensitiveCharacterDictionary GetFieldNames (character, character)
|
Returns a CaseSensitiveCharacterDictionary of field names for a given table
|
|
|
+
|
Consultingwerk.Framework.Collections.CaseSensitiveCharacterDictionary GetFieldNames (handle, character)
|
Returns a CaseSensitiveCharacterDictionary of field names for a given table
|
|
|
+
|
Consultingwerk.Framework.Collections.CaseSensitiveCharacterDictionary GetIndexNames (character, character)
|
Returns a CaseSensitiveCharacterDictionary of index names for a given table
|
|
|
+
|
Consultingwerk.Framework.Collections.CaseSensitiveCharacterDictionary GetIndexNames (handle, character)
|
Returns a CaseSensitiveCharacterDictionary of index names for a given table
|
|
|
+
|
GetTables (character, table)
|
Returns a temp-table with all tables of the model
|
|
|
+
|
GetTables (handle, table)
|
Returns a temp-table with all tables of the model
|
|
|
+
|
MoveTable (handle, character, character)
|
Moves a Database table to the named Partition
|
|
|
+
|
CHARACTER NewId ()
|
Returns a new ecore ID
|
|
|
+
|
RenameField (handle, character, character)
|
Renames the given Field
|
|
|
+
|
RenameIndex (handle, character, character)
|
Renames the given Index
|
|
|
+
|
RenameTable (handle, character, character)
|
Renames the given Table
|