|
MIOLO25
|
Membros públicos | |
| __construct ($database=NULL, $data=NULL) | |
| onCreate ($data=NULL) | |
| getMiolo () | |
| getById ($data=NULL) | |
| handleTypedAttribute ($attribute, $operation, $type) | |
| checkError () | |
| getErrors () | |
| addError ($err) | |
| getData () | |
| setData ($data=NULL) | |
| getDatabase ($database=NULL) | |
| getDb () | |
| query (MSQL $sql, $parameters=NULL, $maxrows=0, $fetchType=NULL) | |
| objQuery ($sql, $parameters=NULL, $maxrows=0) | |
| execute ($sql) | |
| getAffectedRows () | |
| executeBatch ($arrayOfCommands) | |
| objQueryRange ($sql, &$range) | |
| executeSP ($sql, $parameters=null) | |
| getBusiness ($module, $name='main', $data=NULL) | |
| log ($operacao, $descricao) | |
| setTransaction (MTransaction $transaction) | |
| getTransaction () | |
| beginTransaction ($batch=true) | |
| endTransaction () | |
| getManager () | |
Membros públicos herdados de PersistentObject | |
| __construct () | |
| getClassMap () | |
| setPersistent ($value) | |
| isPersistent () | |
| setProxy ($value) | |
| isProxy () | |
| retrieve () | |
| retrieveFromQuery (MQuery $query) | |
| retrieveFromCriteria (PersistentCriteria $criteria, $parameters=NULL) | |
| retrieveAssociation ($target, $orderAttributes=null) | |
| retrieveAssociationAsCursor ($target, $orderAttributes=null) | |
| retrieveAsProxy () | |
| getCriteria () | |
| getDeleteCriteria () | |
| getUpdateCriteria () | |
| update () | |
| save () | |
| saveAssociation ($target) | |
| delete () | |
| deleteAssociation ($target, $object) | |
| deleteAssociationObject ($target) | |
| handleLOBAttribute ($attribute, $value, $operation) | |
Campos de Dados | |
| $_bmodule | |
| $_bclass | |
| $_errors | |
| $_database | |
| $_db | |
| $_transaction | |
Atributos Protegidos | |
| $_miolo | |
| __construct | ( | $database = NULL, | |
| $data = NULL ) |
Reimplementado em Business.
| addError | ( | $err | ) |
| beginTransaction | ( | $batch = true | ) |
| checkError | ( | ) |
| endTransaction | ( | ) |
| execute | ( | $sql | ) |
Execute a sql instruction (insert, delete, update)
| $sql | (string) SQL instruction to execute |
| executeBatch | ( | $arrayOfCommands | ) |
| executeSP | ( | $sql, | |
| $parameters = null ) |
| getAffectedRows | ( | ) |
| getBusiness | ( | $module, | |
| $name = 'main', | |||
| $data = NULL ) |
| getById | ( | $data = NULL | ) |
| getData | ( | ) |
| getDatabase | ( | $database = NULL | ) |
| getDb | ( | ) |
| getErrors | ( | ) |
| getManager | ( | ) |
| getMiolo | ( | ) |
| getTransaction | ( | ) |
| handleTypedAttribute | ( | $attribute, | |
| $operation, | |||
| $type ) |
| log | ( | $operacao, | |
| $descricao ) |
| objQuery | ( | $sql, | |
| $parameters = NULL, | |||
| $maxrows = 0 ) |
| objQueryRange | ( | $sql, | |
| & | $range ) |
| onCreate | ( | $data = NULL | ) |
| query | ( | MSQL | $sql, |
| $parameters = NULL, | |||
| $maxrows = 0, | |||
| $fetchType = NULL ) |
| setData | ( | $data = NULL | ) |
| setTransaction | ( | MTransaction | $transaction | ) |
| $_bclass |
| $_bmodule |
| $_database |
| $_db |
| $_errors |
|
protected |
| $_transaction |