|
MIOLO25
|
Membros públicos | |
| __construct () | |
| _query () | |
| _error () | |
| _close () | |
| _setmetadata () | |
| _getmetatype ($type) | |
Membros públicos herdados de MQuery | |
| getError () | |
| open ($maxrows=NULL, $offset=NULL, $stmt=NULL) | |
| close () | |
| setConnection (&$conn) | |
| setSQL (&$sql) | |
| setSQLCommand ($sqlCommand) | |
| setOrder ($order) | |
| isFiltered () | |
| addFilter ($field, $oper, $value, $conector='AND') | |
| applyFilter () | |
| setPageLength ($pagelength) | |
| getPageCount () | |
| getPage ($pageno) | |
| getCSV ($filename='', $separator=';') | |
| setFetchType ($fetchType) | |
| getFetchType () | |
Membros públicos herdados de MDataSet | |
| movePrev () | |
| moveNext () | |
| moveTo ($row) | |
| moveFirst () | |
| moveLast () | |
| getRowCount () | |
| getColumnCount () | |
| getColumnName ($colNumber) | |
| getColumnNames () | |
| getColumnNumber ($colName) | |
| getValue ($colName) | |
| fields ($fieldName) | |
| getRowValues () | |
| getRowObject () | |
| & | SetRowObject ($object) |
| getFieldValues () | |
| eof () | |
| bof () | |
| chunkResult ($key=0, $value=1, $showKeyValue=false) | |
| chunkResultMany ($key, $values, $type='S', $separator='') | |
| treeResult ($group, $node) | |
| asXML ($root='root', $node='node') | |
Campos de Dados | |
| $id_result | |
| $results = array() | |
Campos de Dados herdados de MQuery | |
| const | FETCH_NUM = 'n' |
| const | FETCH_ASSOC = 'a' |
| const | FETCH_BOTH = 'b' |
| const | FETCH_OBJ = 'o' |
| $conn | |
| $objSql | |
| $sql | |
| $error | |
| $statement | |
| $fetched | |
| $maxrows | |
| $offset | |
| $order | |
| $filtered | |
| $pagelength | |
| $queryfilter | |
| $_miolo | |
Campos de Dados herdados de MDataSet | |
| $result | |
| $row | |
| $rowCount | |
| $colCount | |
| $eof | |
| $bof | |
| $metadata | |
| $type | |
Outros membros herdados | |
Atributos Protegidos herdados de MQuery | |
| $fetchType = self::FETCH_NUM | |
| __construct | ( | ) |
| _close | ( | ) |
Reimplementado de MQuery.
| _error | ( | ) |
Reimplementado de MQuery.
| _getmetatype | ( | $type | ) |
| _query | ( | ) |
Reimplementado de MQuery.
| _setmetadata | ( | ) |
Reimplementado de MQuery.
| $id_result |
| $results = array() |