webmatic3.wm3Sql
\core\classes\wm3Sql.php at line 8

Class wm3Sql

wm3Sql

public class wm3Sql


Constructor Summary

wm3Sql()

Method Summary
static void

backupDatabase(mixed w3, mixed save)

static void

checkConnection(mixed server, mixed user, mixed password, mixed name)

static void

checkDatabaseServerVersion(mixed server, mixed user, mixed password)

static void

countDBTables()

static void

countDBUsedSpace(mixed w3)

static void

countTable(mixed table, mixed where)

static void

executeAdminAction(mixed w3)

static void

existValue(mixed table, mixed field, mixed value, mixed id_name, mixed id_value)

static void

existsDatabase()

static void

existsTable(mixed table)

static void

getDBVersion()

static void

getFirstRowField(mixed table, mixed field)

static void

getLastInsertID()

static void

getNextAutoIncrementID(mixed table)

static void

getRSPosition(mixed rs, mixed field, mixed id_value)

static void

saveAllTableFields(mixed tb, mixed _F, mixed _R)

static void

sqlQuery(mixed query)

Constructor Detail

\core\classes\wm3Sql.php at line 11

wm3Sql

public wm3Sql()

Method Detail

\core\classes\wm3Sql.php at line 33

backupDatabase

public static void backupDatabase(mixed w3, mixed save)

\core\classes\wm3Sql.php at line 156

checkConnection

public static void checkConnection(mixed server, mixed user, mixed password, mixed name)

\core\classes\wm3Sql.php at line 162

checkDatabaseServerVersion

public static void checkDatabaseServerVersion(mixed server, mixed user, mixed password)

\core\classes\wm3Sql.php at line 206

countDBTables

public static void countDBTables()

\core\classes\wm3Sql.php at line 213

countDBUsedSpace

public static void countDBUsedSpace(mixed w3)

\core\classes\wm3Sql.php at line 127

countTable

public static void countTable(mixed table, mixed where)

\core\classes\wm3Sql.php at line 13

executeAdminAction

public static void executeAdminAction(mixed w3)

\core\classes\wm3Sql.php at line 180

existValue

public static void existValue(mixed table, mixed field, mixed value, mixed id_name, mixed id_value)

\core\classes\wm3Sql.php at line 189

existsDatabase

public static void existsDatabase()

\core\classes\wm3Sql.php at line 199

existsTable

public static void existsTable(mixed table)

\core\classes\wm3Sql.php at line 225

getDBVersion

public static void getDBVersion()

\core\classes\wm3Sql.php at line 133

getFirstRowField

public static void getFirstRowField(mixed table, mixed field)

\core\classes\wm3Sql.php at line 144

getLastInsertID

public static void getLastInsertID()

\core\classes\wm3Sql.php at line 150

getNextAutoIncrementID

public static void getNextAutoIncrementID(mixed table)

\core\classes\wm3Sql.php at line 169

getRSPosition

public static void getRSPosition(mixed rs, mixed field, mixed id_value)

\core\classes\wm3Sql.php at line 102

saveAllTableFields

public static void saveAllTableFields(mixed tb, mixed _F, mixed _R)

\core\classes\wm3Sql.php at line 91

sqlQuery

public static void sqlQuery(mixed query)