<li><ahref="../deprecated.html"><iclass="icon-stop"></i>Deprecated elements
<spanclass="label label-info">0</span></a></li>
</ul>
</li>
</ul></div>
</div></div>
<divclass="go_to_top"><ahref="#___"style="color: inherit">Back to top<iclass="icon-upload icon-white"></i></a></div>
</div>
<divid="___"class="container">
<noscript><divclass="alert alert-warning">
Javascript is disabled; several features are only available
if Javascript is enabled.
</div></noscript>
<divclass="row">
<divclass="span4">
<spanclass="btn-group visibility"data-toggle="buttons-checkbox"><buttonclass="btn public active"title="Show public elements">Public</button><buttonclass="btn protected"title="Show protected elements">Protected</button><buttonclass="btn private"title="Show private elements">Private</button><buttonclass="btn inherited active"title="Show inherited elements">Inherited</button></span><divclass="btn-group view pull-right"data-toggle="buttons-radio">
<buttonclass="btn details"title="Show descriptions and method names"><iclass="icon-list"></i></button><buttonclass="btn simple"title="Show only method names"><iclass="icon-align-justify"></i></button>
<liclass="method public "><ahref="#__construct"title="__construct :: Connect to MySQL Database"><spanclass="description">Connect to MySQL Database</span><pre>__construct()</pre></a></li>
<liclass="method public inherited"><ahref="#__sleep"title="__sleep :: "><spanclass="description">__sleep()
</span><pre>__sleep()</pre></a></li>
<liclass="method public inherited"><ahref="#__wakeup"title="__wakeup :: "><spanclass="description">__wakeup()
</span><pre>__wakeup()</pre></a></li>
<liclass="method public inherited"><ahref="#affected_rows"title="affected_rows :: Returns number of rows affected by an INSERT, UPDATE, DELETE type query"><spanclass="description">Returns number of rows affected by an INSERT, UPDATE, DELETE type query</span><pre>affected_rows()</pre></a></li>
<liclass="method public inherited"><ahref="#beginTransaction"title="beginTransaction :: "><spanclass="description">beginTransaction()
</span><pre>beginTransaction()</pre></a></li>
<liclass="method public inherited"><ahref="#commit"title="commit :: "><spanclass="description">commit()
</span><pre>commit()</pre></a></li>
<liclass="method public inherited"><ahref="#empty_table"title="empty_table::Deletesalltherowsfromatable.Doesthesameasthetruncate
method if the database does not support 'TRUNCATE';"><spanclass="description">Deletes all the rows from a table. Does the same as the truncate
method if the database does not support 'TRUNCATE';</span><pre>empty_table()</pre></a></li>
<liclass="method public inherited"><ahref="#errorCode"title="errorCode :: "><spanclass="description">errorCode()
</span><pre>errorCode()</pre></a></li>
<liclass="method public inherited"><ahref="#errorInfo"title="errorInfo :: "><spanclass="description">errorInfo()
</span><pre>errorInfo()</pre></a></li>
<liclass="method public inherited"><ahref="#exec"title="exec :: "><spanclass="description">exec()
</span><pre>exec()</pre></a></li>
<liclass="method public inherited"><ahref="#getAttribute"title="getAttribute :: "><spanclass="description">getAttribute()
</span><pre>getAttribute()</pre></a></li>
<liclass="method public inherited"><ahref="#getAvailableDrivers"title="getAvailableDrivers :: "><spanclass="description">getAvailableDrivers()
</span><pre>getAvailableDrivers()</pre></a></li>
<liclass="method public inherited"><ahref="#get_dbs"title="get_dbs :: Return list of dbs for the current connection, if possible"><spanclass="description">Return list of dbs for the current connection, if possible</span><pre>get_dbs()</pre></a></li>
<liclass="method public inherited"><ahref="#get_functions"title="get_functions :: Return list of function for the current database"><spanclass="description">Return list of function for the current database</span><pre>get_functions()</pre></a></li>
<liclass="method public inherited"><ahref="#get_last_error"title="get_last_error :: Return the last error for the current database connection"><spanclass="description">Return the last error for the current database connection</span><pre>get_last_error()</pre></a></li>
<liclass="method public inherited"><ahref="#get_procedures"title="get_procedures :: Return list of stored procedures for the current database"><spanclass="description">Return list of stored procedures for the current database</span><pre>get_procedures()</pre></a></li>
<liclass="method public inherited"><ahref="#get_query_data"title="get_query_data :: Retreives the data from a select query"><spanclass="description">Retreives the data from a select query</span><pre>get_query_data()</pre></a></li>
<liclass="method public inherited"><ahref="#get_schemas"title="get_schemas :: Return schemas for databases that list them"><spanclass="description">Return schemas for databases that list them</span><pre>get_schemas()</pre></a></li>
<liclass="method public inherited"><ahref="#get_sequences"title="get_sequences :: Return list of sequences for the current database, if they exist"><spanclass="description">Return list of sequences for the current database, if they exist</span><pre>get_sequences()</pre></a></li>
<liclass="method public inherited"><ahref="#get_system_tables"title="get_system_tables::Retreivesanarrayofnon-user-createdtablesfor
the connection/database"><spanclass="description">Retreives an array of non-user-created tables for
the connection/database</span><pre>get_system_tables()</pre></a></li>
<liclass="method public inherited"><ahref="#get_tables"title="get_tables :: Return list of tables for the current database"><spanclass="description">Return list of tables for the current database</span><pre>get_tables()</pre></a></li>
<liclass="method public inherited"><ahref="#get_triggers"title="get_triggers :: Return list of triggers for the current database"><spanclass="description">Return list of triggers for the current database</span><pre>get_triggers()</pre></a></li>
<liclass="method public inherited"><ahref="#get_views"title="get_views :: Return list of views for the current database"><spanclass="description">Return list of views for the current database</span><pre>get_views()</pre></a></li>
<liclass="method public inherited"><ahref="#inTransaction"title="inTransaction :: "><spanclass="description">inTransaction()
</span><pre>inTransaction()</pre></a></li>
<liclass="method public inherited"><ahref="#lastInsertId"title="lastInsertId :: "><spanclass="description">lastInsertId()
<liclass="method public inherited"><ahref="#num_rows"title="num_rows :: Return the number of rows returned for a SELECT query"><spanclass="description">Return the number of rows returned for a SELECT query</span><pre>num_rows()</pre></a></li>
<liclass="method public inherited"><ahref="#prepare"title="prepare :: "><spanclass="description">prepare()
</span><pre>prepare()</pre></a></li>
<liclass="method public inherited"><ahref="#prepare_execute"title="prepare_execute :: Create and execute a prepared statement with the provided parameters"><spanclass="description">Create and execute a prepared statement with the provided parameters</span><pre>prepare_execute()</pre></a></li>
<liclass="method public inherited"><ahref="#prepare_query"title="prepare_query :: Simplifies prepared statements for database queries"><spanclass="description">Simplifies prepared statements for database queries</span><pre>prepare_query()</pre></a></li>
<liclass="method public inherited"><ahref="#query"title="query :: "><spanclass="description">query()
</span><pre>query()</pre></a></li>
<liclass="method public inherited"><ahref="#quote"title="quote :: "><spanclass="description">quote()
</span><pre>quote()</pre></a></li>
<liclass="method public inherited"><ahref="#quote_ident"title="quote_ident :: Surrounds the string with the databases identifier escape characters"><spanclass="description">Surrounds the string with the databases identifier escape characters</span><pre>quote_ident()</pre></a></li>
<liclass="method public inherited"><ahref="#rollBack"title="rollBack :: "><spanclass="description">rollBack()
</span><pre>rollBack()</pre></a></li>
<liclass="method public inherited"><ahref="#setAttribute"title="setAttribute :: "><spanclass="description">setAttribute()
</span><pre>setAttribute()</pre></a></li>
<liclass="method public "><ahref="#switch_db"title="switch_db :: Connect to a different database"><spanclass="description">Connect to a different database</span><pre>switch_db()</pre></a></li>
<liclass="method public "><ahref="#truncate"title="truncate :: Empty a table"><spanclass="description">Empty a table</span><pre>truncate()</pre></a></li>
<liclass="nav-header protected">» Protected</li>
<liclass="method protected inherited"><ahref="#driver_query"title="driver_query :: Method to simplify retreiving db results for meta-data queries"><spanclass="description">Method to simplify retreiving db results for meta-data queries</span><pre>driver_query()</pre></a></li>
<liclass="property public inherited"><ahref="#%24sql"title="$sql :: Reference to sql sub class"><spanclass="description">Reference to sql sub class</span><pre>$sql</pre></a></li>
<liclass="property public inherited"><ahref="#%24util"title="$util :: Reference to util sub class"><spanclass="description">Reference to util sub class</span><pre>$util</pre></a></li>
<liclass="nav-header protected">» Protected</li>
<liclass="property protected "><ahref="#%24escape_char"title="$escape_char :: Set the backtick as the MySQL escape character"><spanclass="description">Set the backtick as the MySQL escape character</span><pre>$escape_char</pre></a></li>
<liclass="property protected inherited"><ahref="#%24statement"title="$statement :: Reference to the last executed query"><spanclass="description">Reference to the last executed query</span><pre>$statement</pre></a></li>
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>