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