, including all inherited members.
$conn | ResultSetCommon | [protected] |
$cursorPos | ResultSetCommon | [protected] |
$fetchmode | ResultSetCommon | [protected] |
$fields | ResultSetCommon | [protected] |
$hasRowCount | ODBCResultSet | [protected] |
$limit | ODBCResultSetCommon | [protected] |
$lowerAssocCase | ResultSetCommon | [protected] |
$numRows | ODBCResultSet | [protected] |
$offset | ODBCResultSetCommon | [protected] |
$result | ResultSetCommon | [protected] |
$rtrimString | ResultSetCommon | [protected] |
__construct(Connection $conn, $result, $fetchmode=null) | ODBCResultSet | |
__destruct() | ResultSetCommon | |
_setLimit($limit) | ODBCResultSetCommon | |
_setOffset($offset) | ODBCResultSetCommon | |
ODBCResultSetCommon::absolute($pos) | ResultSetCommon | |
ResultSet::absolute($pos) | ResultSet | |
ODBCResultSetCommon::afterLast() | ResultSetCommon | |
ResultSet::afterLast() | ResultSet | |
ODBCResultSetCommon::beforeFirst() | ResultSetCommon | |
ResultSet::beforeFirst() | ResultSet | |
checkFetchMode(&$row) | ODBCResultSetCommon | [protected] |
close() | ODBCResultSet | |
FETCHMODE_ASSOC | ResultSet | |
FETCHMODE_NUM | ResultSet | |
ODBCResultSetCommon::first() | ResultSetCommon | |
ResultSet::first() | ResultSet | |
ODBCResultSetCommon::get($column) | ResultSetCommon | |
ResultSet::get($column) | ResultSet | |
ODBCResultSetCommon::getArray($column) | ResultSetCommon | |
ResultSet::getArray($column) | ResultSet | |
getBlob($column) | ODBCResultSet | |
ODBCResultSetCommon::getBoolean($column) | ResultSetCommon | |
ResultSet::getBoolean($column) | ResultSet | |
getClob($column) | ODBCResultSet | |
ODBCResultSetCommon::getCursorPos() | ResultSetCommon | |
ResultSet::getCursorPos() | ResultSet | |
ODBCResultSetCommon::getDate($column, $format= '%x') | ResultSetCommon | |
ResultSet::getDate($column, $format= '%x') | ResultSet | |
ODBCResultSetCommon::getFetchmode() | ResultSetCommon | |
ResultSet::getFetchmode() | ResultSet | |
getFieldNum($colname) | ODBCResultSetCommon | |
ODBCResultSetCommon::getFloat($column) | ResultSetCommon | |
ResultSet::getFloat($column) | ResultSet | |
ODBCResultSetCommon::getInt($column) | ResultSetCommon | |
ResultSet::getInt($column) | ResultSet | |
getIterator() | ResultSetCommon | |
getRecordCount() | ODBCResultSet | |
ODBCResultSetCommon::getResource() | ResultSetCommon | |
ResultSet::getResource() | ResultSet | |
ODBCResultSetCommon::getRow() | ResultSetCommon | |
ResultSet::getRow() | ResultSet | |
ODBCResultSetCommon::getString($column) | ResultSetCommon | |
ResultSet::getString($column) | ResultSet | |
ODBCResultSetCommon::getTime($column, $format= '%X') | ResultSetCommon | |
ResultSet::getTime($column, $format= '%X') | ResultSet | |
ODBCResultSetCommon::getTimestamp($column, $format= 'Y-m-d H:i:s') | ResultSetCommon | |
ResultSet::getTimestamp($column, $format= 'Y-m-d H:i:s') | ResultSet | |
isAfterLast() | ODBCResultSet | |
ODBCResultSetCommon::isBeforeFirst() | ResultSetCommon | |
ResultSet::isBeforeFirst() | ResultSet | |
ODBCResultSetCommon::isLowerAssocCase() | ResultSetCommon | |
ResultSet::isLowerAssocCase() | ResultSet | |
ODBCResultSetCommon::last() | ResultSetCommon | |
ResultSet::last() | ResultSet | |
next() | ODBCResultSet | |
ODBCResultSetCommon::previous() | ResultSetCommon | |
ResultSet::previous() | ResultSet | |
readLobData($column, $binmode, $curdata=null) | ODBCResultSetCommon | [protected] |
ODBCResultSetCommon::relative($offset) | ResultSetCommon | |
ResultSet::relative($offset) | ResultSet | |
seek($rownum) | ODBCResultSet | |
ODBCResultSetCommon::setFetchmode($mode) | ResultSetCommon | |
ResultSet::setFetchmode($mode) | ResultSet | |