Cronous Emulation Server Daemon

Database Fields

The fields of the Database class are listed below. For a complete list of Database class members, see the Database Members topic.

Public Static (Shared) Fields

ACCOUNT_TABLEAccount table name.
ACCOUNTS_PER_CHARACTER_TABLENumber of accounts that one character table will manage.
ACCOUNTS_PER_ITEM_TABLENumber of accounts that one item table will manage.
ACCOUNTS_PER_PLAYER_TABLENumber of accounts that one player table will manage.
CHARACTER_NAME_TABLECharacter name table name.
CHARACTER_TABLECharacter table name prefix.
CHARACTERS_PER_ACCOUNTNumber of characters an account can make.
ITEM_TABLEItem table name prefix.
PLAYER_TABLEPlayer table name prefix.

See Also

Database Class | croemud.database Namespace