2013-12-06 23:00:32 -05:00
<!DOCTYPE html> < html lang = "en" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta name = "viewport" content = "width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" >
< meta charset = "utf-8" >
< title > Query » global< / title >
< meta name = "author" content = "Mike van Riel" >
< meta name = "description" content = "" >
< link href = "../css/template.css" rel = "stylesheet" media = "all" >
< script src = "../js/jquery-1.7.1.min.js" type = "text/javascript" > < / script > < script src = "../js/jquery-ui-1.8.2.custom.min.js" type = "text/javascript" > < / script > < script src = "../js/jquery.mousewheel.min.js" type = "text/javascript" > < / script > < script src = "../js/bootstrap.js" type = "text/javascript" > < / script > < script src = "../js/template.js" type = "text/javascript" > < / script > < script src = "../js/prettify/prettify.min.js" type = "text/javascript" > < / script > < link rel = "shortcut icon" href = "../img/favicon.ico" >
< link rel = "apple-touch-icon" href = "../img/apple-touch-icon.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "../img/apple-touch-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "../img/apple-touch-icon-114x114.png" >
< / head >
< body >
< div class = "navbar navbar-fixed-top" >
< div class = "navbar-inner" > < div class = "container" >
< a class = "btn btn-navbar" data-toggle = "collapse" data-target = ".nav-collapse" > < span class = "icon-bar" > < / span > < span class = "icon-bar" > < / span > < span class = "icon-bar" > < / span > < / a > < a class = "brand" href = "../index.html" > Query< / a > < div class = "nav-collapse" > < ul class = "nav" >
< li class = "dropdown" >
< a href = "#api" class = "dropdown-toggle" data-toggle = "dropdown" >
API Documentation < b class = "caret" > < / b > < / a > < ul class = "dropdown-menu" >
< li > < a > Packages< / a > < / li >
< li > < a href = "../packages/Query.html" > < i class = "icon-folder-open" > < / i > Query< / a > < / li >
< / ul >
< / li >
< li class = "dropdown" id = "charts-menu" >
< a href = "#charts" class = "dropdown-toggle" data-toggle = "dropdown" >
Charts < b class = "caret" > < / b > < / a > < ul class = "dropdown-menu" > < li > < a href = "../graph_class.html" > < i class = "icon-list-alt" > < / i > Class hierarchy diagram< / a > < / li > < / ul >
< / li >
< li class = "dropdown" id = "reports-menu" >
< a href = "#reports" class = "dropdown-toggle" data-toggle = "dropdown" >
Reports < b class = "caret" > < / b > < / a > < ul class = "dropdown-menu" >
< li > < a href = "../errors.html" > < i class = "icon-remove-sign" > < / i > Errors
< span class = "label label-info" > 0< / span > < / a > < / li >
< li > < a href = "../markers.html" > < i class = "icon-map-marker" > < / i > Markers
< ul > < / ul > < / a > < / li >
< li > < a href = "../deprecated.html" > < i class = "icon-stop" > < / i > Deprecated elements
< span class = "label label-info" > 0< / span > < / a > < / li >
< / ul >
< / li >
< / ul > < / div >
< / div > < / div >
< div class = "go_to_top" > < a href = "#___" style = "color: inherit" > Back to top < i class = "icon-upload icon-white" > < / i > < / a > < / div >
< / div >
< div id = "___" class = "container" >
< noscript > < div class = "alert alert-warning" >
Javascript is disabled; several features are only available
if Javascript is enabled.
< / div > < / noscript >
< div class = "row" >
< div class = "span4" >
< div class = "btn-group view pull-right" data-toggle = "buttons-radio" >
< button class = "btn details" title = "Show descriptions and method names" > < i class = "icon-list" > < / i > < / button > < button class = "btn simple" title = "Show only method names" > < i class = "icon-align-justify" > < / i > < / button >
< / div >
< ul class = "side-nav nav nav-list" >
< li class = "nav-header" >
< i class = "icon-map-marker" > < / i > Namespaces< / li >
< li >
< span class = "empty-namespace" > < i class = "icon-stop" > < / i > global< / span > < ul class = "nav nav-list nav-namespaces" > < / ul >
< / li >
< li class = "nav-header" >
2014-02-18 15:16:34 -05:00
< i title = "Functions" class = "icon-custom icon-function" > < / i > Functions< / li >
2013-12-06 23:00:32 -05:00
< li class = "function " > < a href = "#function_Query" title = "Query() :: Connection function" > < span class = "description" > Connection function< / span > < pre > Query< / pre > < / a > < / li >
< li class = "function " > < a href = "#function_db_filter" title = "db_filter() :: Filter out db rows into one array" > < span class = "description" > Filter out db rows into one array< / span > < pre > db_filter< / pre > < / a > < / li >
< li class = "function " > < a href = "#function_do_include" title = "do_include() :: Bulk directory loading workaround for use
with array_map and glob">< span class = "description" > Bulk directory loading workaround for use
with array_map and glob< / span > < pre > do_include< / pre > < / a > < / li >
< li class = "function " > < a href = "#function_mb_trim" title = "mb_trim() :: Multibyte-safe trim function" > < span class = "description" > Multibyte-safe trim function< / span > < pre > mb_trim< / pre > < / a > < / li >
2014-02-07 16:53:01 -05:00
< li class = "function " > < a href = "#function_query_autoload" title = "query_autoload() :: Load query classes" > < span class = "description" > Load query classes< / span > < pre > query_autoload< / pre > < / a > < / li >
2013-12-06 23:00:32 -05:00
< li class = "nav-header" >
2014-02-18 15:16:34 -05:00
< i title = "Interfaces" class = "icon-custom icon-interface" > < / i > Interfaces< / li >
2014-02-14 10:38:25 -05:00
< li > < a href = "#iQuery_Builder" title = "Interface defining the Query Builder class" > iQuery_Builder< / a > < / li >
2014-02-25 11:33:18 -05:00
< li > < a href = "#iDB_SQL" title = "parent for database manipulation subclasses" > iDB_SQL< / a > < / li >
2013-12-06 23:00:32 -05:00
< li class = "nav-header" >
2014-02-18 15:16:34 -05:00
< i title = "Classes" class = "icon-custom icon-class" > < / i > Classes< / li >
2013-12-06 23:00:32 -05:00
< li > < a href = "#DB_PDO" title = "Base Database class" > DB_PDO< / a > < / li >
2014-02-14 10:38:25 -05:00
< li > < a href = "#Firebird_Result" title = "Firebird result class to emulate PDOStatement Class - only implements
data-fetching methods">Firebird_Result< / a > < / li >
2014-02-18 15:16:34 -05:00
< li > < a href = "#Firebird_Util" title = "Firebird-specific backup, import and creation methods" > Firebird_Util< / a > < / li >
2014-03-17 19:34:48 -04:00
< li > < a href = "#PDO_Firebird_Util" title = "Firebird-specific backup, import and creation methods" > PDO_Firebird_Util< / a > < / li >
2014-02-25 11:33:18 -05:00
< li > < a href = "#Query_Builder" title = "Convienience class for creating sql queries - also the class that
instantiates the specific db driver">Query_Builder< / a > < / li >
2014-02-14 10:38:25 -05:00
< li > < a href = "#Firebird" title = "Firebird Database class" > Firebird< / a > < / li >
2014-02-25 11:33:18 -05:00
< li > < a href = "#MySQL_Util" title = "MySQL-specific backup, import and creation methods" > MySQL_Util< / a > < / li >
< li > < a href = "#DB_Util" title = "Abstract class defining database / table creation methods" > DB_Util< / a > < / li >
< li > < a href = "#SQLite_Util" title = "SQLite-specific backup, import and creation methods" > SQLite_Util< / a > < / li >
2014-03-17 19:34:48 -04:00
< li > < a href = "#PDO_Firebird" title = "Firebird Database class" > PDO_Firebird< / a > < / li >
2013-12-06 23:00:32 -05:00
< li > < a href = "#PgSQL_Util" title = "Posgres-specific backup, import and creation methods" > PgSQL_Util< / a > < / li >
2013-12-09 19:46:34 -05:00
< li > < a href = "#PgSQL_SQL" title = "PostgreSQL specifc SQL" > PgSQL_SQL< / a > < / li >
2014-03-17 19:34:48 -04:00
< li > < a href = "#PDO_Firebird_SQL" title = "Firebird Specific SQL" > PDO_Firebird_SQL< / a > < / li >
2013-12-06 23:00:32 -05:00
< li > < a href = "#MySQL_SQL" title = "MySQL specifc SQL" > MySQL_SQL< / a > < / li >
2014-02-25 11:33:18 -05:00
< li > < a href = "#Firebird_SQL" title = "Firebird Specific SQL" > Firebird_SQL< / a > < / li >
< li > < a href = "#SQLite" title = "SQLite specific class" > SQLite< / a > < / li >
< li > < a href = "#SQLite_SQL" title = "SQLite Specific SQL" > SQLite_SQL< / a > < / li >
< li > < a href = "#PgSQL" title = "PostgreSQL specifc class" > PgSQL< / a > < / li >
2013-12-09 19:46:34 -05:00
< li > < a href = "#BadDBDriverException" title = "Generic exception for bad drivers" > BadDBDriverException< / a > < / li >
< li > < a href = "#BadConnectionException" title = "Generic exception for bad connection strings" > BadConnectionException< / a > < / li >
2014-02-25 11:33:18 -05:00
< li > < a href = "#Query_Parser" title = "Utility Class to parse sql clauses for properly escaping identifiers" > Query_Parser< / a > < / li >
< li > < a href = "#MySQL" title = "MySQL specific class" > MySQL< / a > < / li >
2013-12-06 23:00:32 -05:00
< li class = "nav-header" >
2014-02-18 15:16:34 -05:00
< i title = "Constants" class = "icon-custom icon-constant" > < / i > Constants< / li >
2013-12-06 23:00:32 -05:00
< li class = "constant " > < a href = "#constant_QBASE_PATH" title = "QBASE_PATH() :: Reference to root path" > < span class = "description" > Reference to root path< / span > < pre > QBASE_PATH< / pre > < / a > < / li >
< li class = "constant " > < a href = "#constant_QDRIVER_PATH" title = "QDRIVER_PATH() :: Path to driver classes" > < span class = "description" > Path to driver classes< / span > < pre > QDRIVER_PATH< / pre > < / a > < / li >
< / ul >
< / div >
< div class = "span8 namespace-contents" > < / div >
< / div >
< div class = "row" > < footer class = "span12" >
Template is built using < a href = "http://twitter.github.com/bootstrap/" > Twitter Bootstrap 2< / a > and icons provided by < a href = "http://glyphicons.com/" > Glyphicons< / a > .< br >
2014-02-18 15:16:34 -05:00
Documentation is powered by < a href = "http://www.phpdoc.org/" > phpDocumentor 2.2.0
2013-12-06 23:00:32 -05:00
< / a > and< br >
2014-03-17 19:34:48 -04:00
generated on 2014-03-17T19:32:00-04:00.< br > < / footer > < / div >
2013-12-06 23:00:32 -05:00
< / div >
< / body >
< / html >