LDLMS_DB
Class to create the instance.
Description #
Source #
Methods #
- __construct — Public constructor for class
- check_table_primary_index — Utility function to check the primary index and AUTO_INCREMENT for a database table.
- escape_IN_clause_array — Utility function to pre-process an array of values used in the SQL IN() clause.
- escape_IN_clause_placeholders — Utility function to return the 'placeholders' IN clause items.
- escape_IN_clause_values — Utility function to return the 'values' IN clause items.
- get_db_server_info — Collect and return server DB info.
- get_table_name — Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
- get_table_prefix — Get the WPProQuiz table name prefix. This is appended to the default WP prefix.
- get_table_primary_index_set — Returns the Primary Index set if available.
- get_table_status_info — Get table status info
- get_table_sub_prefix — Get table sub prefix
- get_tables — Get an array of all custom tables.
- get_tables_base — Get tables base
- init — Public Initialize function for class