__construct()
affected_rows()
driver_query()
empty_table()
get_columns()
get_dbs()
get_functions()
get_last_error()
get_procedures()
get_query_data()
get_schemas()
get_sequences()
get_system_tables()
get_tables()
get_triggers()
get_types()
get_views()
num_rows()
prepare_execute()
prepare_query()
quote_ident()
quote_table()
truncate()
Base Database class
Extends PDO to simplify cross-database issues
package | Query |
---|---|
subpackage | Query |
__construct(string $dsn)
string
affected_rows(\PDOStatement $statement) : int
driver_query(string $sql, bool $filtered_index) : mixed
string
bool
mixed
empty_table(string $table) : mixed
string
mixed
get_columns(string $table) : array
string
array
get_dbs() : array
array
get_functions() : array
array
get_last_error() : string
string
get_procedures() : array
array
get_schemas() : array
array
get_sequences() : array
array
get_system_tables() : array
array
get_tables() : array
array
get_triggers() : array
array
get_types() : array
array
get_views() : array
array
num_rows() : int
see | \http://us3.php.net/manual/en/pdostatement.rowcount.php#87110 |
---|
int
prepare_execute(string $sql, array $params) : \PDOStatement
prepare_query(string $sql, array $data) : mixed
string
array
mixed
PDOStatement / FALSEquote_ident(mixed $ident) : string
mixed
string
quote_table(string $table) : string
string
string
truncate(string $table) : void
string