PHP Class Prado\Data\SqlMap\Statements\TCachingStatement

Since: 3.1
Inheritance: extends Prado\TComponent, implements Prado\Data\SqlMap\Statements\IMappedStatement
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
__construct ( TMappedStatement $statement )
executeInsert ( $connection, $parameter )
executeQueryForList ( $connection, $parameter, $result = null, $skip, $max, $delegate = null )
executeQueryForMap ( $connection, $parameter, $keyProperty, $valueProperty = null, $skip, $max, $delegate = null )
executeQueryForObject ( $connection, $parameter, $result = null )
executeUpdate ( $connection, $parameter )
getID ( )
getManager ( )
getStatement ( )

Protected Methods

Method Description
createCommand ( $connection, $parameter, $skip = null, $max = null )
getCacheKey ( $object )

Method Details

__construct() public method

public __construct ( TMappedStatement $statement )
$statement TMappedStatement

createCommand() protected method

protected createCommand ( $connection, $parameter, $skip = null, $max = null )

executeInsert() public method

public executeInsert ( $connection, $parameter )

executeQueryForList() public method

public executeQueryForList ( $connection, $parameter, $result = null, $skip, $max, $delegate = null )

executeQueryForMap() public method

public executeQueryForMap ( $connection, $parameter, $keyProperty, $valueProperty = null, $skip, $max, $delegate = null )

executeQueryForObject() public method

public executeQueryForObject ( $connection, $parameter, $result = null )

executeUpdate() public method

public executeUpdate ( $connection, $parameter )

getCacheKey() protected method

protected getCacheKey ( $object )

getID() public method

public getID ( )

getManager() public method

public getManager ( )

getStatement() public method

public getStatement ( )