Package DE_EPAGES::Search::DAL::PagerSearch
object interface for Search.
Base |
DE_EPAGES::Presentation::API::Object::Pager |
@EXPORT_OK |
Functions
DAL_ExecutePagerSearch
Queries results for the given SQL command and stores the results in an internal array. The resultset depends on the current page which the user is viewing. Only the results for this page are queries (at least for MySQL)
Syntax |
$aValues = DAL_ExecutePagerSearch($PageNumber, $SQL, $ParameterValues); |
Input |
|
Return |
|
DAL_GetSQLLimit
Returns the SQL limit statement depending on the current database system
Syntax |
$SQL = DAL_GetSQLLimit($Offset, $PageSize); |
Input |
|
Return |
|
DAL_GetSQLMultiSelect
Returns the SQL select statement for PagerSearchMulti depending on the current database system
Syntax |
$SQL = DAL_GetSQLMultiSelect(); |
Return |
|
DAL_GetSQLSelect
Returns the SQL select statement for PagerSearch depending on the current database system
Syntax |
$SQL = DAL_GetSQLSelect(); |
Return |
|