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

Class wm3Sql

wm3Sql

public class wm3Sql


Constructor Summary

wm3Sql()

Method Summary
static void

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

static void

checkDatabaseServerVersion(mixed server, mixed user, mixed password)

static void

countTable(mixed table, mixed where)

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 88

checkConnection

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

\core\classes\wm3Sql.php at line 94

checkDatabaseServerVersion

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

\core\classes\wm3Sql.php at line 59

countTable

public static void countTable(mixed table, mixed where)

\core\classes\wm3Sql.php at line 112

existValue

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

\core\classes\wm3Sql.php at line 121

existsDatabase

public static void existsDatabase()

\core\classes\wm3Sql.php at line 131

existsTable

public static void existsTable(mixed table)

\core\classes\wm3Sql.php at line 138

getDBVersion

public static void getDBVersion()

\core\classes\wm3Sql.php at line 65

getFirstRowField

public static void getFirstRowField(mixed table, mixed field)

\core\classes\wm3Sql.php at line 76

getLastInsertID

public static void getLastInsertID()

\core\classes\wm3Sql.php at line 82

getNextAutoIncrementID

public static void getNextAutoIncrementID(mixed table)

\core\classes\wm3Sql.php at line 101

getRSPosition

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

\core\classes\wm3Sql.php at line 34

saveAllTableFields

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

\core\classes\wm3Sql.php at line 23

sqlQuery

public static void sqlQuery(mixed query)