Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
connect ($conn_string) | |
getDbName () | |
getDbType () | |
getDbVersion () | |
disconnect () | |
execute ($sql) | |
getTableNames () | |
getColumnNames ($table) | |
matchesMacro ($s) | |
Public Member Functions inherited from DbBackendPlugin | |
connect ($conn_string) | |
disconnect () | |
execute ($sql) | |
getDbName () | |
getDbType () | |
getDbVersion () | |
getTableNames () | |
getColumnNames ($table) | |
matchesMacro ($s) | |
MatrixDAL (Squiz Matrix) backend for DbBackend.
Definition at line 2168 of file matrixsqlclient.php.
__construct | ( | ) |
Constructor.
Definition at line 2188 of file matrixsqlclient.php.
connect | ( | $conn_string | ) |
Connects to the host/database.
string | $conn_string | Squiz Matrix system root. |
Definition at line 2222 of file matrixsqlclient.php.
disconnect | ( | ) |
Disconnect from the database/host.
Definition at line 2290 of file matrixsqlclient.php.
execute | ( | $sql | ) |
Execute the specified SQL/commands on the database.
string | $sql | The SQL/command to send to the database. |
Definition at line 2302 of file matrixsqlclient.php.
getColumnNames | ( | $table | ) |
Get a list of the available columns on the specified table. Used for autocomplete.
string | $table | Name of the table |
Definition at line 2419 of file matrixsqlclient.php.
getDbName | ( | ) |
Get the name of the current database.
Definition at line 2254 of file matrixsqlclient.php.
getDbType | ( | ) |
Get a description of the database/backend type.
Definition at line 2270 of file matrixsqlclient.php.
getDbVersion | ( | ) |
Get the version of the database/backend type.
Definition at line 2280 of file matrixsqlclient.php.
getTableNames | ( | ) |
Get a list of the available tables on the current database. Used for autocomplete.
Definition at line 2366 of file matrixsqlclient.php.
matchesMacro | ( | $s | ) |
Checks whether the specified command is a supported or valid macro.
string | $s | Command |
Definition at line 2468 of file matrixsqlclient.php.