Class SqlManager
The SQLManager manage the SQL-Connection for an API
public
|
|
public
|
|
public
|
|
public
|
|
protected
result[num][assoc]
|
protected static
string
|
$andTerm | " and " |
#
String for an and-operrator |
protected static
string
|
$orTerm | " or " |
#
String for an or-operrator |
protected static
string
|
$quoteTerm | "\"" |
#
String for quotes in a query |
protected static
string
|
$openBracket | "(" |
#
String for open Bracket in a query |
protected static
string
|
$closeBracket | ")" |
#
String for close Bracket in a query |