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

Class: MDB2_TableBrowser_InterfaceMultipleWhereClauseGenerator

Source Location: /MDB2_TableBrowser-0.1.3/MDB2/TableBrowser/Interfaces.php

Class Overview

MDB2_TableBrowser_InterfaceSQLGenerator
   |
   --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.


Author(s):

Version:

  • Release: <package_version>

Copyright:

  • 2007-2012 Isaac Tewolde

Methods


Inherited Variables

Inherited Methods


Class Details

[line 123]
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.


[ Top ]


Method Detail

createFilterChain   [line 133]

void createFilterChain( string $filterChainName)

Creates a new filter chain
  • Access: public

Parameters:

string   $filterChainName   —  The name of the filterChain

[ Top ]

deleteFilterChain   [line 141]

void deleteFilterChain( string $filterChainName)

Deletes a new filter chain
  • Access: public

Parameters:

string   $filterChainName   —  The name of the filterChain

[ Top ]

resetAllFilters   [line 156]

void resetAllFilters( )

Resets all filter chains
  • Access: public

[ Top ]

selectFilterChain   [line 149]

void selectFilterChain( [string $filterChainName = null])

Switches the selected filter chain
  • Access: public

Parameters:

string   $filterChainName   —  The name of the filterChain

[ Top ]


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