|
| | __construct ($host, $dbName, $login, $password, $accessabeFileDir, $hiddenFilesDir, array $settings=["codepage"=> 'utf8']) |
| |
| | getPropertyDescriptions (ClassDescription $classDescription, $propertyDefinitions, $propertyTypes) |
| |
| | __construct (PDO $pdo, $dbType, $settings) |
| |
| | getDefaultSettings () |
| |
| | getPDO () |
| |
| | getDbType () |
| |
| | getNamingStrategy () |
| |
| | setNamingStrategy (NamingStrategy $namingStrategy) |
| |
| | load ($className, $id) |
| |
| | loadAll ($className) |
| |
| | find ($className, array $params, array $orders=[]) |
| |
| | update ($obj) |
| |
| | save ($obj) |
| |
| | delete ($obj, $className=NULL) |
| |
| | close () |
| |
| | beginTransaction () |
| |
| | commit () |
| |
| | rollBack () |
| |
| | executeFind ($className, $qureyFactory, $methodName, $parameters) |
| |
| | executeCount ($className, $qureyFactory, $methodName, $parameters) |
| |
| | executeCustomFind ($className, $qureyFactory, $methodName, array $parameters, array $queryTypeParameters) |
| |
| | executeCustomCount ($className, $qureyFactory, $methodName, array $parameters, array $queryTypeParameters) |
| |
| | executeDelete ($className, $qureyFactory, $methodName, $parameters) |
| |
| | executeUpdate ($className, $queryFactory, $methodName, $parameters) |
| |
| | paginate ($className, PaginatorFactory $paginatorFactory, PaginatorConfig $config) |
| |
| | fetchObject ($className, $statement) |
| |
| | fetchObjectArray ($className, $statement) |
| |
| | getClassDesctiption ($className) |
| |
| | getPropertyDescriptions (ClassDescription $classDescription, $propertyDefinitions, $propertyTypes) |
| |
| | __toString () |
| |
| | getDaoImplCacheDir () |
| | vygenerovane gettery a settery More...
|
| |
| | setDaoImplCacheDir ($daoImplCacheDir) |
| |
| | delete ($obj) |
| |
|
| | createInsertSQLString (ClassDescription $classDescription) |
| |
| | getLastInsertedId (PDO $pdo, PDOStatement $statement) |
| |
| | getPropertyDescriptionByProperityDefinition (ClassDescription $classDescription, AbstractDefinition $propertyDefinition, $propertyName, $columnName) |
| |
| | getPropertyDescriptionByDataType (ClassDescription $classDescription, $propertyType, $propertyName, $columnName, $columnDataType, $notNull) |
| |
| | createInsertSQLString (ClassDescription $classDescription) |
| |
| | getLastInsertedId (PDO $pdo, PDOStatement $statement) |
| |
| | bindSerializedValue ($classDescription, $statement, $obj, $propertyName) |
| |
| | getSqlStatemetCache ($className) |
| |
| | isInFileStorage (File $file) |
| |