Prado\Data\SqlMap\Statements\IMappedStatement::executeQueryForList PHP 메소드

executeQueryForList() 공개 메소드

Executes the SQL and retuns a subset of the rows selected.
public executeQueryForList ( $connection, $parameter, $result = null, $skip, $max ) : TList
리턴 TList A TList of result objects.
    public function executeQueryForList($connection, $parameter, $result = null, $skip = -1, $max = -1);