Class WPDA_Dictionary_Lists
author | Peter Schulz |
---|---|
since | 1.0.0 |
package | WPDataAccess\Data_Dictionary |
get_collations(string $schema_name = ''
) : array
since | 1.6.0 |
---|
string
Database schema name (default = WordPress schema)
array
get_columns() : array
jQuery usage: action=wpda_get_columns
since | 1.6.10 |
---|
array
List of column for a specific table.get_db_schemas(boolean $incl_remote_dbs = true
) : array
since | 1.6.0 |
---|
boolean
Include remote database connections? (for backward compatibility)
array
get_default_collation(string $schema_name = ''
) : array
since | 1.6.0 |
---|
string
Database schema name (default = WordPress schema)
array
get_engines(string $schema_name = ''
) : array
since | 1.6.0 |
---|
string
Database schema name (default = WordPress schema)
array
get_table_columns(string $table_name, string $schema_name) : \WPDataAccess\Data_Dictionary\Column
since | 2.0.10 |
---|
string
Database table name
string
Database schema name
\WPDataAccess\Data_Dictionary\Column
in $table_nameget_tables(boolean $show_views= true
, string $schema_name= ''
) : array
Returns an array including all tables and views in the WordPress database.
Do NOT use table access control here! This list is used in the settings forms and must show ALL tables in the WordPress database.
since | 1.0.0 |
---|
boolean
TRUE = show views, FALSE = hide views.
string
Database schema name
array
List of database tables (and views).get_tables_ajax() : array
jQuery usage: action=wpda_get_tables
array