Element index for package Query

[ e ] [ g ] [ i ] [ p ] [ q ] [ r ] [ s ] [ _ ]



'_'

$_db
in file Query.class.php, variable Gumbo_Query::$_db
$_instance
in file Query.class.php, variable Gumbo_Query::$_instance
$_token
in file Query.class.php, variable Gumbo_Query::$_token
__construct
in file Query.class.php, method Gumbo_Query::__construct()
    Constructor
top



'e'

execute
in file Query.class.php, method Gumbo_Interface_Query::execute()
    Executes the given query and returns the results
execute
in file Query.class.php, method Gumbo_Query::execute()
    Executes the given query and returns the results
top



'g'

getDb
in file Query.class.php, method Gumbo_Query::getDb()
    Returns the DB Resource or Object
getToken
in file Query.class.php, method Gumbo_Query::getToken()
    Returns the token character
Gumbo_Interface_Query
in file Query.class.php, class Gumbo_Interface_Query
    Query Interface
Gumbo_Query
in file Query.class.php, class Gumbo_Query
    Query Class
top



'i'

instance
in file Query.class.php, method Gumbo_Query::instance()
    Singleton Method
top



'p'

prepare
in file Query.class.php, method Gumbo_Interface_Query::prepare()
    Prepares a query by substituting a token character with parameter values
prepare
in file Query.class.php, method Gumbo_Query::prepare()
    Prepares a query by substituting a token character with parameter values
top



'q'

Query.class.php
procedural page Query.class.php
Query.class.php
procedural page Query.class.php
top



'r'

results
in file Query.class.php, method Gumbo_Interface_Query::results()
    Returns an array of Items with the results of a "SELECT ... " query
results
in file Query.class.php, method Gumbo_Query::results()
    Returns an array of Items with the results of a "SELECT ... " query
top



's'

setDb
in file Query.class.php, method Gumbo_Query::setDb()
    Sets the DB Object Reference
setToken
in file Query.class.php, method Gumbo_Query::setToken()
    Sets the token character
top