-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM SQL DATA_DEFAULT
Ulf Gebhardt edited this page Jul 25, 2017
·
1 revision
DATA_SYSTEM_TEXT Class provided by System to install the Page Defaults e.g meta tags to the Database(includes Tags)
- Class name: DATA_DEFAULT
- Namespace: SYSTEM\SQL
- Parent class: SYSTEM\DB\QI
string SYSTEM\SQL\DATA_DEFAULT::get_class()
Get Classname of the QQ
- Visibility: public
- This method is static.
array SYSTEM\SQL\DATA_DEFAULT::files_pgsql()
Get paths of PostgreSQL compatible sql files
- Visibility: public
- This method is static.
array SYSTEM\SQL\DATA_DEFAULT::files_mysql()
Get paths of MYSQL compatible sql files
- Visibility: public
- This method is static.
array SYSTEM\DB\QI::QI(\SYSTEM\DB\DBINFO $dbinfo)
Executes stored action by calling either files_pgsql() or files_mysql() of inherting class
- Visibility: public
- This method is static.
- This method is defined by SYSTEM\DB\QI
- $dbinfo SYSTEM\DB\DBINFO - <p>Database Info or Null for Default DB</p>