SQL
[ class tree: SQL ] [ index: SQL ] [ all elements ]

Element index for package SQL

[ a ] [ c ] [ d ] [ e ] [ g ] [ l ] [ m ] [ p ] [ r ] [ s ]

a

add_mysql_backup
in file sql.php, method Sql_Module::add_mysql_backup()
add_mysql_user
in file sql.php, method Sql_Module::add_mysql_user()
    bool add_mysql_user(string, string, string[, int[, int[, int[, string[, string[, string[, string]]]]]]])
add_mysql_user_permissions
in file sql.php, method Sql_Module::add_mysql_user_permissions()
    bool add_mysql_user_permissions (string, string, string, array) Add/removes privileges for a user to a table, any value listed as false or not supplied as an array key will revoke the privilege
add_pgsql_backup
in file sql.php, method Sql_Module::add_pgsql_backup()
add_pgsql_user
in file sql.php, method Sql_Module::add_pgsql_user()
    bool add_pgsql_user(string, string[, int])
add_pgsql_user_permissions
in file sql.php, method Sql_Module::add_pgsql_user_permissions()
    bool add_pgsql_user_permissions (string, string, string, array) Add/removes privileges for a user to a table, any value listed as false or not supplied as an array key will revoke the privilege
assert_mysql_permissions
in file sql.php, method Sql_Module::assert_mysql_permissions()
    Ensure that /var/lib/mysql/ has mysql:<group id> ownership
top

c

create_mysql_database
in file sql.php, method Sql_Module::create_mysql_database()
    bool create_mysql_database (string)
create_mysql_database_backend
in file sql.php, method Sql_Module::create_mysql_database_backend()
    bool create_mysql_database_backend (string)
create_pgsql_database
in file sql.php, method Sql_Module::create_pgsql_database()
    bool create_pgsql_database (string)
top

d

decrypt_sql_password
in file sql.php, method Sql_Module::decrypt_sql_password()
    string decrypt_sql_password (string, string)
delete_mysql_backup
in file sql.php, method Sql_Module::delete_mysql_backup()
delete_mysql_database
in file sql.php, method Sql_Module::delete_mysql_database()
    bool delete_mysql_database(string)
delete_mysql_database_backend
in file sql.php, method Sql_Module::delete_mysql_database_backend()
delete_mysql_user
in file sql.php, method Sql_Module::delete_mysql_user()
    bool delete_mysql_user(string, string[, bool = false])
delete_mysql_user_permissions
in file sql.php, method Sql_Module::delete_mysql_user_permissions()
delete_pgsql_backup
in file sql.php, method Sql_Module::delete_pgsql_backup()
delete_pgsql_database
in file sql.php, method Sql_Module::delete_pgsql_database()
    bool delete_pgsql_database(string)
delete_pgsql_user
in file sql.php, method Sql_Module::delete_pgsql_user()
    bool delete_pgsql_user(string[, bool = false])
delete_pgsql_user_permissions
in file sql.php, method Sql_Module::delete_pgsql_user_permissions()
delete_sql_password
in file sql.php, method Sql_Module::delete_sql_password()
    bool delete_sql_password (string[, string])
top

e

edit_mysql_backup
in file sql.php, method Sql_Module::edit_mysql_backup()
edit_mysql_user
in file sql.php, method Sql_Module::edit_mysql_user()
    bool edit_mysql_user(string, string, array) Note when calling through SOAP, all options must be given, otherwise the will default to server preferences.
edit_pgsql_backup
in file sql.php, method Sql_Module::edit_pgsql_backup()
edit_pgsql_user
in file sql.php, method Sql_Module::edit_pgsql_user()
    bool edit_pgsql_user(string, string, array)
encrypt_sql_password
in file sql.php, method Sql_Module::encrypt_sql_password()
    string encrypt_sql_password(string, string)
top

g

get_database_size
in file sql.php, method Sql_Module::get_database_size()
    int get_database_size(string, string)
get_database_size_backend
in file sql.php, method Sql_Module::get_database_size_backend()
    int get_database_size_backend(string, string)
get_elevated_password_backend
in file sql.php, method Sql_Module::get_elevated_password_backend()
get_mysql_uptime
in file sql.php, method Sql_Module::get_mysql_uptime()
    int get_mysql_uptime
get_mysql_user_permissions
in file sql.php, method Sql_Module::get_mysql_user_permissions()
get_pgsql_uptime
in file sql.php, method Sql_Module::get_pgsql_uptime()
    int get_pgsql_uptime
get_pgsql_user_permissions
in file sql.php, method Sql_Module::get_pgsql_user_permissions()
    void get_pgsql_user_permissions(string, string)
get_sql_prefix
in file sql.php, method Sql_Module::get_sql_prefix()
top

l

list_mysql_backups
in file sql.php, method Sql_Module::list_mysql_backups()
list_mysql_databases
in file sql.php, method Sql_Module::list_mysql_databases()
    array list_mysql_databases ()
list_mysql_users
in file sql.php, method Sql_Module::list_mysql_users()
    array list_mysql_users ()
list_pgsql_backups
in file sql.php, method Sql_Module::list_pgsql_backups()
list_pgsql_databases
in file sql.php, method Sql_Module::list_pgsql_databases()
    array list_mysql_databases ()
list_pgsql_users
in file sql.php, method Sql_Module::list_pgsql_users()
    array list_pgsql_users ()
top

m

$mysql
in file sql.php, variable Sql_Module::$mysql
mysql_dump
in file sql.php, method Sql_Module::mysql_dump()
mysql_dump_backend
in file sql.php, method Sql_Module::mysql_dump_backend()
mysql_import
in file sql.php, method Sql_Module::mysql_import()
    bool mysql_import(string, string, string, strin)
MYSQL_USER_FIELD_SIZE
in file sql.php, constant MYSQL_USER_FIELD_SIZE
top

p

$pgsql
in file sql.php, variable Sql_Module::$pgsql
pgsql_dump
in file sql.php, method Sql_Module::pgsql_dump()
pgsql_import
in file sql.php, method Sql_Module::pgsql_import()
    bool pgsql_import(string, string, string, strin)
pg_vacuum_db
in file sql.php, method Sql_Module::pg_vacuum_db()
    string pg_vacuum_db (string)
pg_vacuum_db_backend
in file sql.php, method Sql_Module::pg_vacuum_db_backend()
prep_tablespace_backend
in file sql.php, method Sql_Module::prep_tablespace_backend()
    void prep_tablespace_backend ()
top

r

retrieve_sql_password
in file sql.php, method Sql_Module::retrieve_sql_password()
    string retrieve_sql_password (string)
top

s

service_enabled
in file sql.php, method Sql_Module::service_enabled()
    bool service_enabled (string)
sql.php
procedural page sql.php
Sql_Module
in file sql.php, class Sql_Module
store_sql_password
in file sql.php, method Sql_Module::store_sql_password()
    bool store_sql_password (string, string)
top

Documentation generated on Sat, 05 Jul 2008 04:00:25 -0400 by phpDocumentor 1.4.0