MDB2_TableBrowser
[ class tree: MDB2_TableBrowser ] [ index: MDB2_TableBrowser ] [ all elements ]

Element index for package MDB2_TableBrowser

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__call
in file Single.php, method MDB2_TableBrowser_Single::__call()
    Dispatch method to call methods defined in the supporting classes
__call
in file MultipleFliterManager.php, method MDB2_TableBrowser_MultipleFilterManager::__call()
    Calls the method of the current selected filterChain object
__construct
in file Single.php, method MDB2_TableBrowser_Single::__construct()
    Constructor
__construct
in file DBException.php, method MDB2_TableBrowser_DBException::__construct()
    Constructor
__construct
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::__construct()
    Constructor
__construct
in file ParameterException.php, method MDB2_TableBrowser_ParameterException::__construct()
    Constructor
__construct
in file OrderByManager.php, method MDB2_TableBrowser_OrderByManager::__construct()
    Constructor
__construct
in file MultipleFliterManager.php, method MDB2_TableBrowser_MultipleFilterManager::__construct()
    Constructor
__construct
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::__construct()
    Constructor
__construct
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::__construct()
    Constructor
__construct
in file GroupByManager.php, method MDB2_TableBrowser_GroupByManager::__construct()
    Constructor
__toString
in file ParameterException.php, method MDB2_TableBrowser_ParameterException::__toString()
    Gets a stringified form of the error message
__toString
in file DBException.php, method MDB2_TableBrowser_DBException::__toString()
    Produces a stringified error message
top

a

addCustomColumn
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::addCustomColumn()
    Adds a custom column to the table_browser. Used for columns that are a function and not a tableColumn
addCustomColumn
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::addCustomColumn()
    Adds a custom column to the table_browser. Used for columns that are a function and not a tableColumn
addCustomFilter
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::addCustomFilter()
    Adds a custom filter. A custom filter is an sql fragment that is added to the where clause of an sql statement. Like any other filter it must evaluate to true/false
addCustomFilter
in file Interfaces.php, method MDB2_TableBrowser_InterfaceWhereClauseGenerator::addCustomFilter()
    Adds a custom filter. A custom filter is an sql fragment that is added to the where clause of an sql statement. Like any other filter it must evaluate to true/false
addFilter
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::addFilter()
    Adds a filter to the filter chain
addFilter
in file Interfaces.php, method MDB2_TableBrowser_InterfaceWhereClauseGenerator::addFilter()
    Adds a filter to the filter chain
addTable
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultiTableBrowser::addTable()
    Adds a table to the multiTable browser. This method will actually add one or both tables. Internally they are created as single tableBrowsers and the columns $table1Column & $table2Column are added to the join expression.
top

c

$caseSensitiveIdentifiers
in file TableValidator.php, variable MDB2_TableBrowser_TableValidator::$caseSensitiveIdentifiers
$columnManager
in file Single.php, variable MDB2_TableBrowser_Single::$columnManager
$columns
in file ColumnManager.php, variable MDB2_TableBrowser_ColumnManager::$columns
$columnsAliases
in file ColumnManager.php, variable MDB2_TableBrowser_ColumnManager::$columnsAliases
$columnsAliasesReverseLookup
in file ColumnManager.php, variable MDB2_TableBrowser_ColumnManager::$columnsAliasesReverseLookup
$currentFilterChain
in file MultipleFliterManager.php, variable MDB2_TableBrowser_MultipleFilterManager::$currentFilterChain
$customColumns
in file ColumnManager.php, variable MDB2_TableBrowser_ColumnManager::$customColumns
createFilterChain
in file MultipleFliterManager.php, method MDB2_TableBrowser_MultipleFilterManager::createFilterChain()
    Creates a new filter chain
createFilterChain
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator::createFilterChain()
    Creates a new filter chain
createSQLFilter
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::createSQLFilter()
    Creates the actual sql fragment that forms the filter
ColumnManager.php
procedural page ColumnManager.php
top

d

$distinct
in file Single.php, variable MDB2_TableBrowser_Single::$distinct
DEFAULT_CHAIN_NAME
in file Interfaces.php, class constant MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator::DEFAULT_CHAIN_NAME
DEFAULT_MAX_ROWS
in file Interfaces.php, class constant MDB2_TableBrowser_InterfaceSingleTableBrowser::DEFAULT_MAX_ROWS
DEFAULT_MAX_ROWS
in file Interfaces.php, class constant MDB2_TableBrowser_InterfaceMultiTableBrowser::DEFAULT_MAX_ROWS
deleteFilterChain
in file MultipleFliterManager.php, method MDB2_TableBrowser_MultipleFilterManager::deleteFilterChain()
    Deletes a new filter chain
deleteFilterChain
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator::deleteFilterChain()
    Deletes a new filter chain
deleteRow
in file Single.php, method MDB2_TableBrowser_Single::deleteRow()
    Deletes a single row with the specified rowId.
deleteRow
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::deleteRow()
    Deletes a single row with the specified rowId.
DSN
in file example.php, constant DSN
DBException.php
procedural page DBException.php
top

e

$errorMsg
in file ParameterException.php, variable MDB2_TableBrowser_ParameterException::$errorMsg
$errorObj
in file DBException.php, variable MDB2_TableBrowser_DBException::$errorObj
execute
in file Single.php, method MDB2_TableBrowser_Single::execute()
    Excecutes an sql statement
example.php
procedural page example.php
top

f

$filterChains
in file MultipleFliterManager.php, variable MDB2_TableBrowser_MultipleFilterManager::$filterChains
$filterManager
in file Single.php, variable MDB2_TableBrowser_Single::$filterManager
$filters
in file FilterManager.php, variable MDB2_TableBrowser_FilterManager::$filters
formatIdentifier
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::formatIdentifier()
    formats the columnName to be in a format used internally. Column names are by default stored in a cases insensitive manner.
FilterManager.php
procedural page FilterManager.php
top

g

$groupByColumnOrder
in file GroupByManager.php, variable MDB2_TableBrowser_GroupByManager::$groupByColumnOrder
$groupByList
in file GroupByManager.php, variable MDB2_TableBrowser_GroupByManager::$groupByList
$groupByManager
in file Single.php, variable MDB2_TableBrowser_Single::$groupByManager
generateSQL
in file GroupByManager.php, method MDB2_TableBrowser_GroupByManager::generateSQL()
    Generates the select clause of an sql statement
generateSQL
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSQLGenerator::generateSQL()
    Producers part or all of an sql statement
generateSQL
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::generateSQL()
    Converts the current filter chain into a string containing the where clause
generateSQL
in file OrderByManager.php, method MDB2_TableBrowser_OrderByManager::generateSQL()
    Generates the select clause of an sql statement
generateSQL
in file MultipleFliterManager.php, method MDB2_TableBrowser_MultipleFilterManager::generateSQL()
    Combines all the filter chains and generates the complete where clause
generateSQL
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::generateSQL()
    Generates the select clause of an sql statement
getColumnAlias
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::getColumnAlias()
    Gets a column alias
getColumnAlias
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::getColumnAlias()
    Gets a column alias
getColumns
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::getColumns()
    Returns all the columns of the table, in the order that they are defined in the table
getColumns
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::getColumns()
    Returns all the columns of the table, in the order that they are defined in the table
getColumnValues
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultiTableBrowser::getColumnValues()
    Returns the different values a table column has. It also uses the currently defined filters to constrain the results returned.
getColumnValues
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::getColumnValues()
    Returns the different values a table column has. It also uses the currently defined filters to constrain the results returned.
getColumnValues
in file Single.php, method MDB2_TableBrowser_Single::getColumnValues()
    Returns the different values a table column has. It also uses the currently defined filters to constrain the results returned.
getError
in file DBException.php, method MDB2_TableBrowser_DBException::getError()
    Returns the MDB2_Error object
getInsertSQL
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::getInsertSQL()
    Gets a properly formated Insert sql statment for the table.
getInsertSQL
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::getInsertSQL()
    Gets a properly formated Insert sql statment for the table.
getLastSQL
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultiTableBrowser::getLastSQL()
    Returns the last sql statement
getLastSQL
in file Single.php, method MDB2_TableBrowser_Single::getLastSQL()
    Returns the last sql statement
getLastSQL
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::getLastSQL()
    Returns the last sql statement
getParameters
in file ParameterException.php, method MDB2_TableBrowser_ParameterException::getParameters()
    Returns the parameter passed to the method that called the exception
getRealColumnName
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::getRealColumnName()
    Returns the actual column name given an alias. It will simply return the columnName if it is being passed the columnName instead of an alias.
getRealColumnName
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::getRealColumnName()
    Returns the actual column name given an alias. It will simply return the columnName if it is being passed the columnName instead of an alias.
getRow
in file Single.php, method MDB2_TableBrowser_Single::getRow()
    Returns a single row in the table with the primary key value specified.
getRow
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::getRow()
    Returns a single row in the table with the primary key value specified.
getRows
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultiTableBrowser::getRows()
    Reterives the rows in the table. It uses the currently defined filters to constrain the results returned.
getRows
in file Single.php, method MDB2_TableBrowser_Single::getRows()
    Reterives the rows in the table. It uses the currently defined filters to constrain the results returned.
getRows
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::getRows()
    Reterives the rows in the table. It uses the currently defined filters to constrain the results returned.
getRowsSQL
in file Single.php, method MDB2_TableBrowser_Single::getRowsSQL()
    Identical to calling getRows, but instead of excecuting the query it returns the sql that would have been generated from a getRows call.
getRowsSQL
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::getRowsSQL()
    Identical to calling getRows, but instead of excecuting the query it returns the sql that would have been generated from a getRows call.
GroupByManager.php
procedural page GroupByManager.php
top

i

insertRow
in file Single.php, method MDB2_TableBrowser_Single::insertRow()
    Inserts a row
insertRow
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::insertRow()
    Inserts a row
insertRows
in file Single.php, method MDB2_TableBrowser_Single::insertRows()
    Inserts multiple rows to the table
insertRows
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::insertRows()
    Inserts multiple rows to the table
isValidColumn
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::isValidColumn()
    Checks to see if a column exists in the table definition
isValidColumn
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::isValidColumn()
    Checks to see if a column exists in the table definition
isValidData
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::isValidData()
    Checks to see if a given column value is valid given the table definition
isValidData
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::isValidData()
    Checks to see if a given column value is valid given the table definition
isValidOperator
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::isValidOperator()
    Checks to see if an operator is valid
isValidOperator
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::isValidOperator()
    Checks to see if an operator is valid
isValidRow
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::isValidRow()
    Checks to see if a row is valid given the table definition
isValidRow
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::isValidRow()
    Checks to see if a row is valid given the table definition
Interfaces.php
procedural page Interfaces.php
top

l

$lastSQL
in file Single.php, variable MDB2_TableBrowser_Single::$lastSQL
loadTableDefinition
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::loadTableDefinition()
    Loads a table definition and stores it in the class variable self::$tableRegistry
top

m

$mdb2
in file Single.php, variable MDB2_TableBrowser_Single::$mdb2
$mdb2Object
in file TableValidator.php, variable MDB2_TableBrowser_TableValidator::$mdb2Object
MDB2_TableBrowser
in file TableBrowser.php, class MDB2_TableBrowser
    Load MDB2 module class.
MultipleFliterManager.php
procedural page MultipleFliterManager.php
MDB2_TableBrowser_ColumnManager
in file ColumnManager.php, class MDB2_TableBrowser_ColumnManager
    This class implements the selectClauseGenerator interface
MDB2_TableBrowser_DBException
in file DBException.php, class MDB2_TableBrowser_DBException
    MDB2_TableBrowser_DBException is a simple extention of PEAR_Exception
MDB2_TableBrowser_FilterManager
in file FilterManager.php, class MDB2_TableBrowser_FilterManager
    This class implements the whereClauseGenerator interface
MDB2_TableBrowser_GroupByManager
in file GroupByManager.php, class MDB2_TableBrowser_GroupByManager
    This class implements the selectClauseGenerator interface
MDB2_TableBrowser_InterfaceGroupByClauseGenerator
in file Interfaces.php, class MDB2_TableBrowser_InterfaceGroupByClauseGenerator
    This interface defines a behaviour that includes generating all or part of the 'GROUP BY' clause in an sql statement
MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator
in file Interfaces.php, class MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator
    This interface defines a behaviour that includes generating all or part of the 'where' clause in an sql statement. The where clause is built using filters where each filter is a single expression.
MDB2_TableBrowser_InterfaceMultiTableBrowser
in file Interfaces.php, class MDB2_TableBrowser_InterfaceMultiTableBrowser
    This interface defines the set of methods(operations) that can be performed by the multi-tableBrowser. This interface allows for the addtion of multiple tables to the tableBrowser. Tables are added one at a time.
MDB2_TableBrowser_InterfaceOrderByClauseGenerator
in file Interfaces.php, class MDB2_TableBrowser_InterfaceOrderByClauseGenerator
    This interface defines a behaviour that includes generating all or part of the 'ORDER BY' clause in an sql statement
MDB2_TableBrowser_InterfaceSelectClauseGenerator
in file Interfaces.php, class MDB2_TableBrowser_InterfaceSelectClauseGenerator
    This interface defines a behaviour that includes generating all or part of the 'select' clause in an sql statement
MDB2_TableBrowser_InterfaceSingleTableBrowser
in file Interfaces.php, class MDB2_TableBrowser_InterfaceSingleTableBrowser
    This interface defines the set of methods(operations) that can be performed on a table by the tableBrowser
MDB2_TableBrowser_InterfaceSQLGenerator
in file Interfaces.php, class MDB2_TableBrowser_InterfaceSQLGenerator
    This interface defines a behaviour that includes generating all or part of an sql statment.
MDB2_TableBrowser_InterfaceTableValidator
in file Interfaces.php, class MDB2_TableBrowser_InterfaceTableValidator
    This interface defines a set of methods that use the table definition to help insure that the generated sql query will be valid
MDB2_TableBrowser_InterfaceWhereClauseGenerator
in file Interfaces.php, class MDB2_TableBrowser_InterfaceWhereClauseGenerator
    This interface defines a behaviour that includes generating all or part of the 'where' clause in an sql statement. The where clause is built using filters where each filter is a single expression.
MDB2_TableBrowser_MultipleFilterManager
in file MultipleFliterManager.php, class MDB2_TableBrowser_MultipleFilterManager
    This class implements the MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator interface
MDB2_TableBrowser_OrderByManager
in file OrderByManager.php, class MDB2_TableBrowser_OrderByManager
    This class implements the selectClauseGenerator interface
MDB2_TableBrowser_ParameterException
in file ParameterException.php, class MDB2_TableBrowser_ParameterException
    MDB2_TableBrowser_ParameterException is an extention of PEAR_Exception
MDB2_TableBrowser_Single
in file Single.php, class MDB2_TableBrowser_Single
    This class implements the SingleTableBrowser interface
MDB2_TableBrowser_TableValidator
in file TableValidator.php, class MDB2_TableBrowser_TableValidator
    This class implements the TableValidator interface
top

o

$orderByColumnOrder
in file OrderByManager.php, variable MDB2_TableBrowser_OrderByManager::$orderByColumnOrder
$orderByList
in file OrderByManager.php, variable MDB2_TableBrowser_OrderByManager::$orderByList
$orderByManager
in file Single.php, variable MDB2_TableBrowser_Single::$orderByManager
$otherFilters
in file Single.php, variable MDB2_TableBrowser_Single::$otherFilters
OrderByManager.php
procedural page OrderByManager.php
top

p

$parameters
in file ParameterException.php, variable MDB2_TableBrowser_ParameterException::$parameters
$primary_key
in file Single.php, variable MDB2_TableBrowser_Single::$primary_key
ParameterException.php
procedural page ParameterException.php
PACKAGE_NAME
in file TableBrowser.php, constant PACKAGE_NAME
top

q

query
in file Single.php, method MDB2_TableBrowser_Single::query()
    Excecutes a select query
quote
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::quote()
    Escapes/Quotes a column value (uses mdb2's quote)
quote
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::quote()
    Escapes/Quotes a column value (uses mdb2's quote)
quoteIdentifier
in file TableValidator.php, method MDB2_TableBrowser_TableValidator::quoteIdentifier()
    Escapes/Quotes a column name (uses mdb2's quoteIdentifier)
quoteIdentifier
in file Interfaces.php, method MDB2_TableBrowser_InterfaceTableValidator::quoteIdentifier()
    Escapes/Quotes a column name (uses mdb2's quoteIdentifier)
top

r

removeColumnAlias
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::removeColumnAlias()
    Removes a column alias
removeColumnAlias
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::removeColumnAlias()
    Removes a column alias
removeCustomColumn
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::removeCustomColumn()
    Removes a custom column
removeCustomColumn
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::removeCustomColumn()
    Removes a custom column
removeFilter
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::removeFilter()
    Removes a filter from the filter chain
removeFilter
in file Interfaces.php, method MDB2_TableBrowser_InterfaceWhereClauseGenerator::removeFilter()
    Removes a filter from the filter chain
resetAllFilters
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator::resetAllFilters()
    Resets all filter chains
resetAllFilters
in file MultipleFliterManager.php, method MDB2_TableBrowser_MultipleFilterManager::resetAllFilters()
    Resets all filter chains
resetColumAliases
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::resetColumAliases()
    Removes all column aliases
resetColumAliases
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::resetColumAliases()
    Removes all column aliases
resetFilters
in file Interfaces.php, method MDB2_TableBrowser_InterfaceWhereClauseGenerator::resetFilters()
    Clears the current filter chain
resetFilters
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::resetFilters()
    Clears the current filter chain
resetGroupBy
in file GroupByManager.php, method MDB2_TableBrowser_GroupByManager::resetGroupBy()
    Clears all sorting columns
resetGroupBy
in file Interfaces.php, method MDB2_TableBrowser_InterfaceGroupByClauseGenerator::resetGroupBy()
    Clears all sorting columns
resetOrderBy
in file Interfaces.php, method MDB2_TableBrowser_InterfaceOrderByClauseGenerator::resetOrderBy()
    Clears all sorting columns
resetOrderBy
in file OrderByManager.php, method MDB2_TableBrowser_OrderByManager::resetOrderBy()
    Clears all sorting columns
resetSelectColumns
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::resetSelectColumns()
    Resets the column selections
resetSelectColumns
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::resetSelectColumns()
    Resets the column selections
top

s

Single.php
procedural page Single.php
selectColumns
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::selectColumns()
    Selects the columns that will be included in the select clause
selectColumns
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::selectColumns()
    Selects the columns that will be included in the select clause
selectFilterChain
in file MultipleFliterManager.php, method MDB2_TableBrowser_MultipleFilterManager::selectFilterChain()
    Switches the selected filter chain
selectFilterChain
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator::selectFilterChain()
    Switches the selected filter chain
setColumnAlias
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSelectClauseGenerator::setColumnAlias()
    Sets an alias for the sepecified column
setColumnAlias
in file ColumnManager.php, method MDB2_TableBrowser_ColumnManager::setColumnAlias()
    Sets an alias for the sepecified column
setDistinct
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::setDistinct()
    Sets browser to return only unique results
setDistinct
in file Single.php, method MDB2_TableBrowser_Single::setDistinct()
    Sets browser to return only unique results
setDistinct
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultiTableBrowser::setDistinct()
    Sets browser to return only unique results
setGroupBy
in file GroupByManager.php, method MDB2_TableBrowser_GroupByManager::setGroupBy()
    Groups rows. Multiple can be groupBys can specified
setGroupBy
in file Interfaces.php, method MDB2_TableBrowser_InterfaceGroupByClauseGenerator::setGroupBy()
    Groups rows. Multiple groupBys be can specified
setOrderBy
in file Interfaces.php, method MDB2_TableBrowser_InterfaceOrderByClauseGenerator::setOrderBy()
    Order results. Multiple columns can be added
setOrderBy
in file OrderByManager.php, method MDB2_TableBrowser_OrderByManager::setOrderBy()
    Order results. Multiple columns can be added
setupDb
in file example.php, function setupDb()
    Creates the tbl_animals table
top

t

$tableName
in file TableValidator.php, variable MDB2_TableBrowser_TableValidator::$tableName
$tableName
in file Single.php, variable MDB2_TableBrowser_Single::$tableName
$tableRegistry
in file TableValidator.php, variable MDB2_TableBrowser_TableValidator::$tableRegistry
TableValidator.php
procedural page TableValidator.php
TableBrowser.php
procedural page TableBrowser.php
tableBrowserFactory
in file TableBrowser.php, method MDB2_TableBrowser::tableBrowserFactory()
    Factory method for creating a table browser
top

u

unsetDistinct
in file Single.php, method MDB2_TableBrowser_Single::unsetDistinct()
    Sets the browser to return duplicate results
unsetDistinct
in file Interfaces.php, method MDB2_TableBrowser_InterfaceMultiTableBrowser::unsetDistinct()
    Sets the browser to return duplicate results
unsetDistinct
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::unsetDistinct()
    Sets the browser to return duplicate results
updateRow
in file Single.php, method MDB2_TableBrowser_Single::updateRow()
    Updates a row
updateRow
in file Interfaces.php, method MDB2_TableBrowser_InterfaceSingleTableBrowser::updateRow()
    Updates a row
top

v

$validator
in file OrderByManager.php, variable MDB2_TableBrowser_OrderByManager::$validator
$validator
in file Single.php, variable MDB2_TableBrowser_Single::$validator
$validator
in file MultipleFliterManager.php, variable MDB2_TableBrowser_MultipleFilterManager::$validator
$validator
in file GroupByManager.php, variable MDB2_TableBrowser_GroupByManager::$validator
$validator
in file FilterManager.php, variable MDB2_TableBrowser_FilterManager::$validator
$validator
in file ColumnManager.php, variable MDB2_TableBrowser_ColumnManager::$validator
validateExpression
in file Interfaces.php, method MDB2_TableBrowser_InterfaceWhereClauseGenerator::validateExpression()
    Checks to see if the parameters will form a proper filter expression. It uses the tableValidator object to do this.
validateExpression
in file FilterManager.php, method MDB2_TableBrowser_FilterManager::validateExpression()
    Checks to see if the parameters will form a proper filter expression. It uses the tableValidator object to do this.
top

Documentation generated on Mon, 11 Mar 2019 15:48:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.