|
Options |
Name |
Purpose |
|
+
|
ConnectDatabase (character, character)
|
Connects a database with error handling
|
|
+
|
CreateDatabaseAliases (character)
|
Creates database aliases based on a configuration string
|
|
+
|
CreateStFile (CharacterList, character)
|
Creates a new ST file based on a list of areas
|
|
+
|
Consultingwerk.Util.Enum.DatabaseLicenseTypeEnum DatabaseLicense (character)
|
Returns the license (Workgroup or Enterprise) for the database with the given name
|
|
+
|
INTEGER DatabaseNumber (character)
|
Returns the sequence number of a database the ABL session is connected
to. This sequence number can be used for functions like LDBNAME or
the return-value of the GetRecordsReads() method in this class
|
|
+
|
Consultingwerk.Framework.Collections.CharacterList GetAreasFromDfFile (character)
|
Returns the storage area names of a database based on the DF file
|
|
+
|
HANDLE GetDbClient (character)
|
Gets the DB-CLIENT
|
|
+
|
CHARACTER GetDbNameSignature ()
|
Returns a comma-delimited list of the logical database
names of all connected database names, all alias names
and the logical name of the DICTDB
|
|
+
|
RECID GetDictDbRecid ()
|
Returns the RECID of the _DB record
|
|
+
|
Consultingwerk.Util.DatabaseStatsRangeSize.RangeSize GetRangeSizes ()
|
Returns an array of RangeSize objects indicating the
suggested values for -basetable, -baseindex, -tablerangesize,
-indexrangesize
|
|
+
|
INT64 GetRecordReads ()
|
Returns an int64 array containing the _ActSummary._Summary-RecReads
for every connected database
|
|
+
|
INT64 GetRecordReads (int64[])
|
Returns an int64 array containing the _ActSummary._Summary-RecReads
for every connected database subtracted by the values in a start
array.
|
|
+
|
SetDbClient (handle, character)
|
Sets the DB-CLIENT
|
|
+
|
CHARACTER UnabbreviatedFieldName (character, character)
|
Returns the unabbreviated field name based on an abbreviated field
name
|
|
+
|
CHARACTER UnabbreviatedTableName (character)
|
Returns the unabbreviated table name based on an abbreviated table
name
|
|
+
|
CHARACTER UnabbreviatedTableName (character, character)
|
Returns the unabbreviated table name based on an abbreviated table
name
|