shark.database

Undocumented in source.

Members

Classes

Database
class Database

Represents a generic database.

DatabaseConnectionException
class DatabaseConnectionException

Exception thrown when an error occurs during the connection, like an unexpected or malformed packet.

DatabaseException
class DatabaseException

Generic database exception.

ErrorCodeDatabaseException
class ErrorCodeDatabaseException(string dbname, T)
Undocumented in source.
ErrorCodesDatabaseException
class ErrorCodesDatabaseException(T : Exception)
Undocumented in source.

Functions

isValidEntity
bool isValidEntity()

Indicates whether an entity is valid. A valid entity extends Entity, is not abstract, has an empty constructor and no duplicated members.

Meta