|
|||
a c d e f g i l n N q r s u _ | |||
a |
|||
affected_rows |
Function in class sqlStorage Get number of affected rows in previous SQL operation. |
||
c |
|||
connect |
Function in class sqlStorage Open a connection to a SQL Server. |
||
close |
Function in class sqlStorage Close a SQL connection. |
||
$connection |
Variable in Class sqlStorage Connection link ID. |
||
d |
|||
debugOn |
Function in class sqlStorage Turn on a SQL debugger. |
||
debugOff |
Function in class sqlStorage Turn off a SQL debugger. |
||
delete |
Function in class sqlStorage Send a SQL DELETE query. |
||
$debug |
Variable in Class sqlStorage Debug flag. |
||
$debugmessage |
Variable in Class sqlStorage Debug message. |
||
$database |
Variable in Class sqlStorage DB link ID. |
||
e |
|||
error |
Function in class sqlStorage Return the text of the error message from previous SQL operation. |
||
f |
|||
free_result |
Function in class sqlStorage Free result memory. |
||
fetch_row |
Function in class sqlStorage Get a result row as an enumerated array. |
||
fetch_array |
Function in class sqlStorage Fetch a result row as an associative array. |
||
fetch_object |
Function in class sqlStorage Fetch a result row as an object. |
||
fetch_field |
Function in class sqlStorage Get column information from a result and return as an object . |
||
fetch_fields |
Function in class sqlStorage Get column information from a result and return as array of objects. |
||
fetch_result |
Function in class sqlStorage Fetch all rows of result data into an multi-dimensional array. |
||
fetch_rows |
Function in class sqlStorage Fetch all rows of result data into an multi-dimensional array. |
||
fetch_arrays |
Function in class sqlStorage Fetch all rows of result data into an multi-dimensional array. |
||
fetch_objects |
Function in class sqlStorage Fetch all rows of result data. |
||
fmtRow |
Constant defined in class sqlStorage Row format type. |
||
fmtArr |
Constant defined in class sqlStorage Array format type. |
||
fmtObj |
Constant defined in class sqlStorage Object format type. |
||
g |
|||
getServer |
Function in class sqlStorage Get SQL server connect to. |
||
i |
|||
insert |
Function in class sqlStorage Send a SQL INSERT query. |
||
insert_id |
Function in class sqlStorage Get the id generated from the previous INSERT operation. |
||
l |
|||
list_dbs |
Function in class sqlStorage List databases available on a SQL server . |
||
list_tables |
Function in class sqlStorage List tables in a SQL database. |
||
list_fields |
Function in class sqlStorage List SQL result fields. |
||
n |
|||
num_rows |
Function in class sqlStorage Get number of rows in result. |
||
num_fields |
Function in class sqlStorage Get number of fields in result. |
||
N |
|||
No Package specified |
Package |
||
q |
|||
query |
Function in class sqlStorage Send a SQL query. |
||
queryresult_exists |
Function in class sqlStorage Check if the previous SELECT operation returns result data. |
||
queryresult_record |
Function in class sqlStorage Fetch next row and return value of the first field. |
||
queryresult_column |
Function in class sqlStorage Fetch all rows of result data and return values of the first column. |
||
$queryresult |
Variable in Class sqlStorage Result data link ID. |
||
$query_count |
Variable in Class sqlStorage Query counter. |
||
r |
|||
result |
Function in class sqlStorage Get result data. |
||
s |
|||
sqlStorage |
Class sqlStorage. SQL Storage Abstraction Layer Class. |
||
sqlStorage |
Function in class sqlStorage Constructor of SQL Storage Class. |
||
sal_unsupported_method |
Function in class sqlStorage Print error message. |
||
select_db |
Function in class sqlStorage Select a SQL database. |
||
select |
Function in class sqlStorage Send a SQL SELECT query. |
||
select_exists |
Function in class sqlStorage Send a SELECT query and check if result data is not empty. |
||
select_count |
Function in class sqlStorage Prepare and send a SELECT query to count number of rows for the specified conditions. |
||
select_record |
Function in class sqlStorage Send a SELECT query and return value of the first row and the first field. |
||
select_row |
Function in class sqlStorage Send a SELECT query and return the first result row as an associative array. |
||
select_column |
Function in class sqlStorage Send a SELECT query and return values of the first column. |
||
select_result |
Function in class sqlStorage Send a SELECT query and return all rows of result data into an multi-dimensional array. |
||
search |
Function in class sqlStorage Prepare and send a SELECT query according specified espression. |
||
strErrorConnect |
Constant defined in class sqlStorage Error message. |
||
strErrorSelect |
Constant defined in class sqlStorage Error message. |
||
u |
|||
update |
Function in class sqlStorage Send a SQL UPDATE query. |
||
_ |
|||
_SQLSTORAGE_CLASS_ |
Constant defined in class sqlStorage File name. |