Cronous Emulation Server Daemon

Database Methods

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

Public Static (Shared) Methods

character_id_baseGets the base character ID of an account.
character_table_ofGets the character table ID of an account.
item_table_ofGets the item table ID of an account.
player_table_ofGets the player table ID of an account.

Public Instance Methods

create_character_tableCreates a character table, if it doesn't exist.
create_item_tableCreates a item table, if it doesn't exist.
create_player_tableCreates a player table, if it doesn't exist.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
format_databaseFormats database.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
prepare_actionPrepares an action for this database.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Database Class | croemud.database Namespace