final class Entity extends EmulatedStringEnum (View source)

The GenericDatabase\Core\Entity enum provides defines several constants that represent different database engines and a database connection class.

Constants

protected CLASS_CONNECTION

The fully qualified class name of the database connection class.

protected CLASS_PDO_ENGINE

The fully qualified class name of the PDO database engine class.

protected CLASS_ODBC_ENGINE

The fully qualified class name of the ODBC database engine class.

protected CLASS_MYSQLI_ENGINE

The fully qualified class name of the MySQLi database engine class.

protected CLASS_PGSQL_ENGINE

The fully qualified class name of the PgSQL database engine class.

protected CLASS_FIREBIRD_ENGINE

The fully qualified class name of the Firebird database engine class.

protected CLASS_OCI_ENGINE

The fully qualified class name of the Oracle database engine class.

protected CLASS_SQLSRV_ENGINE

The fully qualified class name of the SQL Server database engine class.

protected CLASS_SQLITE_ENGINE

The fully qualified class name of the SQLite database engine class.

protected CASE_INTERNAL_CLASS

The fully qualified class name of the internal classes databases.

protected CASE_ARGUMENT_CLASS

The fully qualified arguments class name of the internal classes databases.