Changeset 1225
- Timestamp:
- 01/11/08 18:23:08 (10 months ago)
- Files:
-
- trunk/experiments/people/mikey/persistence/createTable.php (modified) (1 diff)
- trunk/experiments/people/mikey/persistence/deleteEntry.php (modified) (1 diff)
- trunk/experiments/people/mikey/persistence/fetchEntry.php (modified) (1 diff)
- trunk/experiments/people/mikey/persistence/insertEntry.php (modified) (1 diff)
- trunk/experiments/people/mikey/persistence/listEntries.php (modified) (1 diff)
- trunk/experiments/people/mikey/persistence/updateEntry.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubAbstractCompositeCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubAbstractCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubAndCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubCompositeCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubEqualCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubGreaterEqualCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubGreaterThanCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubInCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubLessEqualCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubLessThanCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubLikeCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubNegateCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubOrCriterion.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/pdo/stubDatabasePDOConnection.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/pdo/stubDatabasePDOStatement.php (modified) (12 diffs)
- trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubDBColumnAnnotation.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubDBJoinAnnotation.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubDBTableAnnotation.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubEntityAnnotation.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubGeneratedValueAnnotation.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubIdAnnotation.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubTransientAnnotation.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreator.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreatorException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraser.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraserException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinder.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderResult.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/serializer/stubDatabaseSerializer.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/serializer/stubDatabaseSerializerException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/stubDefaultEntityManager.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/stubEntityManager.php (modified) (2 diffs)
- trunk/src/main/php/net/stubbles/rdbms/persistence/stubPersistenceHelper.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/stubSetterMethodHelper.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseMySQLQueryBuilder.php (modified) (3 diffs)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseQueryBuilder.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseQueryBuilderFactory.php (modified) (3 diffs)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableDescription.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableJoin.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableRow.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/rdbms.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseConnection.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseConnectionData.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseConnectionPool.php (modified) (2 diffs)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseConnectionProvider.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseInitializer.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseResult.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseStatement.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubAndCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubEqualCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubGreaterEqualCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubGreaterThanCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubInCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubLessEqualCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubLessThanCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubLikeCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubNegateCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/criteria/stubOrCriterionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/pdo/stubDatabasePDOConnectionTestCase.php (modified) (3 diffs)
- trunk/src/test/php/net/stubbles/rdbms/pdo/stubDatabasePDOStatementTestCase.php (modified) (3 diffs)
- trunk/src/test/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreatorTestCase.php (modified) (3 diffs)
- trunk/src/test/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraserTestCase.php (modified) (3 diffs)
- trunk/src/test/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderTestCase.php (modified) (3 diffs)
- trunk/src/test/php/net/stubbles/rdbms/persistence/serializer/stubDatabaseSerializerTestCase.php (modified) (3 diffs)
- trunk/src/test/php/net/stubbles/rdbms/persistence/stubSetterMethodHelperTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/TeststubDatabaseQueryBuilder.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/stubDatabaseMySQLQueryBuilderTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/stubDatabaseQueryBuilderFactoryTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/stubDatabaseSelectTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableColumnTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableDescriptionTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableJoinTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableRowTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/stubDatabaseConnectionDataTestCase.php (modified) (3 diffs)
- trunk/src/test/php/net/stubbles/rdbms/stubDatabaseConnectionPoolTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/rdbms/stubDatabaseInitializerTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/experiments/people/mikey/persistence/createTable.php
r951 r1225 2 2 require_once '../../../../config/php/config.php'; 3 3 require_once '../../../../src/main/php/net/stubbles/stubClassLoader.php'; 4 stubClassLoader::load('net .stubbles.rdbms.rdbms',5 'net .stubbles.rdbms.persistence.creator.stubDatabaseCreator'4 stubClassLoader::load('net::stubbles::rdbms::rdbms', 5 'net::stubbles::rdbms::persistence::creator::stubDatabaseCreator' 6 6 ); 7 7 require_once 'MyNewsArticle.php'; trunk/experiments/people/mikey/persistence/deleteEntry.php
r951 r1225 2 2 require_once '../../../../config/php/config.php'; 3 3 require_once '../../../../src/main/php/net/stubbles/stubClassLoader.php'; 4 stubClassLoader::load('net .stubbles.rdbms.rdbms',5 'net .stubbles.rdbms.persistence.eraser.stubDatabaseEraser',6 'net .stubbles.rdbms.persistence.finder.stubDatabaseFinder'4 stubClassLoader::load('net::stubbles::rdbms::rdbms', 5 'net::stubbles::rdbms::persistence::eraser::stubDatabaseEraser', 6 'net::stubbles::rdbms::persistence::finder::stubDatabaseFinder' 7 7 ); 8 8 require_once 'MyNewsArticle.php'; trunk/experiments/people/mikey/persistence/fetchEntry.php
r951 r1225 2 2 require_once '../../../../config/php/config.php'; 3 3 require_once '../../../../src/main/php/net/stubbles/stubClassLoader.php'; 4 stubClassLoader::load('net .stubbles.rdbms.rdbms',5 'net .stubbles.rdbms.persistence.finder.stubDatabaseFinder'4 stubClassLoader::load('net::stubbles::rdbms::rdbms', 5 'net::stubbles::rdbms::persistence::finder::stubDatabaseFinder' 6 6 ); 7 7 require_once 'MyNewsArticle.php'; trunk/experiments/people/mikey/persistence/insertEntry.php
r951 r1225 2 2 require_once '../../../../config/php/config.php'; 3 3 require_once '../../../../src/main/php/net/stubbles/stubClassLoader.php'; 4 stubClassLoader::load('net .stubbles.rdbms.rdbms',5 'net .stubbles.rdbms.persistence.serializer.stubDatabaseSerializer'4 stubClassLoader::load('net::stubbles::rdbms::rdbms', 5 'net::stubbles::rdbms::persistence::serializer::stubDatabaseSerializer' 6 6 ); 7 7 require_once 'MyNewsArticle.php'; trunk/experiments/people/mikey/persistence/listEntries.php
r951 r1225 2 2 require_once '../../../../config/php/config.php'; 3 3 require_once '../../../../src/main/php/net/stubbles/stubClassLoader.php'; 4 stubClassLoader::load('net .stubbles.rdbms.rdbms',5 'net .stubbles.rdbms.criteria.stubEqualCriterion',6 'net .stubbles.rdbms.persistence.finder.stubDatabaseFinder'4 stubClassLoader::load('net::stubbles::rdbms::rdbms', 5 'net::stubbles::rdbms::criteria::stubEqualCriterion', 6 'net::stubbles::rdbms::persistence::finder::stubDatabaseFinder' 7 7 ); 8 8 require_once 'MyNewsArticle.php'; trunk/experiments/people/mikey/persistence/updateEntry.php
r951 r1225 2 2 require_once '../../../../config/php/config.php'; 3 3 require_once '../../../../src/main/php/net/stubbles/stubClassLoader.php'; 4 stubClassLoader::load('net .stubbles.rdbms.rdbms',5 'net .stubbles.rdbms.persistence.finder.stubDatabaseFinder',6 'net .stubbles.rdbms.persistence.serializer.stubDatabaseSerializer'4 stubClassLoader::load('net::stubbles::rdbms::rdbms', 5 'net::stubbles::rdbms::persistence::finder::stubDatabaseFinder', 6 'net::stubbles::rdbms::persistence::serializer::stubDatabaseSerializer' 7 7 ); 8 8 require_once 'MyNewsArticle.php'; trunk/src/main/php/net/stubbles/rdbms/criteria/stubAbstractCompositeCriterion.php
r482 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubCompositeCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubCompositeCriterion'); 10 10 /** 11 11 * Base class for a composition of several criteria. trunk/src/main/php/net/stubbles/rdbms/criteria/stubAbstractCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubCriterion'); 10 10 /** 11 11 * Base criterion class. trunk/src/main/php/net/stubbles/rdbms/criteria/stubAndCriterion.php
r321 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCompositeCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCompositeCriterion'); 10 10 /** 11 11 * Composition of several criteria connected by AND. trunk/src/main/php/net/stubbles/rdbms/criteria/stubCompositeCriterion.php
r249 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubCriterion'); 10 10 /** 11 11 * Interface for a composition of several criteria. trunk/src/main/php/net/stubbles/rdbms/criteria/stubCriterion.php
r249 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubCriterionException');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubCriterionException'); 10 10 /** 11 11 * interface for criteria trunk/src/main/php/net/stubbles/rdbms/criteria/stubEqualCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCriterion'); 10 10 /** 11 11 * Criterion to check for equality. trunk/src/main/php/net/stubbles/rdbms/criteria/stubGreaterEqualCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCriterion'); 10 10 /** 11 11 * Criterion to check for values equal to or greater than the search value. trunk/src/main/php/net/stubbles/rdbms/criteria/stubGreaterThanCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCriterion'); 10 10 /** 11 11 * Criterion to check for values greater than the search value. trunk/src/main/php/net/stubbles/rdbms/criteria/stubInCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCriterion'); 10 10 /** 11 11 * Criterion to check if something is one of a list of expected values. trunk/src/main/php/net/stubbles/rdbms/criteria/stubLessEqualCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCriterion'); 10 10 /** 11 11 * Criterion to check for values equal to or lesser than the search value. trunk/src/main/php/net/stubbles/rdbms/criteria/stubLessThanCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCriterion'); 10 10 /** 11 11 * Criterion to check for values lesser than the search value. trunk/src/main/php/net/stubbles/rdbms/criteria/stubLikeCriterion.php
r322 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCriterion'); 10 10 /** 11 11 * Criterion to check if something is like an expected value. trunk/src/main/php/net/stubbles/rdbms/criteria/stubNegateCriterion.php
r249 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubCriterion'); 10 10 /** 11 11 * Criterion to negate another criterion. trunk/src/main/php/net/stubbles/rdbms/criteria/stubOrCriterion.php
r321 r1225 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.criteria.stubAbstractCompositeCriterion');9 stubClassLoader::load('net::stubbles::rdbms::criteria::stubAbstractCompositeCriterion'); 10 10 /** 11 11 * Composition of several criteria connected by OR. trunk/src/main/php/net/stubbles/rdbms/pdo/stubDatabasePDOConnection.php
r1208 r1225 7 7 * @subpackage rdbms_pdo 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.stubDatabaseConnection',10 'net .stubbles.rdbms.pdo.stubDatabasePDOStatement'9 stubClassLoader::load('net::stubbles::rdbms::stubDatabaseConnection', 10 'net::stubbles::rdbms::pdo::stubDatabasePDOStatement' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/rdbms/pdo/stubDatabasePDOStatement.php
r746 r1225 7 7 * @subpackage rdbms_pdo 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.stubDatabaseStatement',10 'net .stubbles.rdbms.stubDatabaseResult'9 stubClassLoader::load('net::stubbles::rdbms::stubDatabaseStatement', 10 'net::stubbles::rdbms::stubDatabaseResult' 11 11 ); 12 12 /** … … 62 62 * @throws stubDatabaseException 63 63 * @see http://php.net/pdostatement-bindColumn 64 * @see net .stubbles.rdbms.stubDatabaseResult::bindColumn()64 * @see net::stubbles::rdbms.stubDatabaseResult::bindColumn() 65 65 */ 66 66 public function bindColumn($column, &$variable, $type = null) … … 88 88 * @throws stubDatabaseException 89 89 * @see http://php.net/pdostatement-bindParam 90 * @see net .stubbles.rdbms.stubDatabaseStatement::bindParam()90 * @see net::stubbles::rdbms.stubDatabaseStatement::bindParam() 91 91 */ 92 92 public function bindParam($param, &$variable, $type = null, $length = null) … … 111 111 * @throws stubDatabaseException 112 112 * @see http://php.net/pdostatement-bindValue 113 * @see net .stubbles.rdbms.stubDatabaseStatement::bindValue()113 * @see net::stubbles::rdbms.stubDatabaseStatement::bindValue() 114 114 */ 115 115 public function bindValue($param, $value, $type = null) … … 131 131 * @throws stubDatabaseException 132 132 * @see http://php.net/pdostatement-execute 133 * @see net .stubbles.rdbms.stubDatabaseStatement::execute()133 * @see net::stubbles::rdbms.stubDatabaseStatement::execute() 134 134 */ 135 135 public function execute(array $values = array()) … … 154 154 * @throws stubDatabaseException 155 155 * @see http://php.net/pdostatement-fetch 156 * @see net .stubbles.rdbms.stubDatabaseResult::fetch()156 * @see net::stubbles::rdbms.stubDatabaseResult::fetch() 157 157 */ 158 158 public function fetch($fetchMode = null, array $driverOptions = array()) … … 179 179 * @throws stubDatabaseException 180 180 * @see http://php.net/pdostatement-fetchColumn 181 * @see net .stubbles.rdbms.stubDatabaseResult::fetchOne()181 * @see net::stubbles::rdbms.stubDatabaseResult::fetchOne() 182 182 */ 183 183 public function fetchOne($columnNumber = 0) … … 198 198 * @throws stubDatabaseException 199 199 * @see http://php.net/pdostatement-fetchAll 200 * @see net .stubbles.rdbms.stubDatabaseResult::fetchAll()200 * @see net::stubbles::rdbms.stubDatabaseResult::fetchAll() 201 201 */ 202 202 public function fetchAll($fetchMode = null, array $driverOptions = array()) … … 223 223 * @throws stubDatabaseException 224 224 * @see http://php.net/pdostatement-nextRowset 225 * @see net .stubbles.rdbms.stubDatabaseResult::next()225 * @see net::stubbles::rdbms.stubDatabaseResult::next() 226 226 */ 227 227 public function next() … … 240 240 * @throws stubDatabaseException 241 241 * @see http://php.net/pdostatement-rowCount 242 * @see net .stubbles.rdbms.stubDatabaseResult::count()242 * @see net::stubbles::rdbms.stubDatabaseResult::count() 243 243 */ 244 244 public function count() … … 261 261 * @throws stubDatabaseException 262 262 * @see http://php.net/pdostatement-closeCursor 263 * @see net .stubbles.rdbms.stubDatabaseResult::free()263 * @see net::stubbles::rdbms.stubDatabaseResult::free() 264 264 */ 265 265 public function free() … … 281 281 * @return bool true on success, false on failure 282 282 * @throws stubDatabaseException 283 * @see net .stubbles.rdbms.stubDatabaseStatement::clean()283 * @see net::stubbles::rdbms.stubDatabaseStatement::clean() 284 284 */ 285 285 public function clean() trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubDBColumnAnnotation.php
r903 r1225 7 7 * @subpackage rdbms_persistence_annotations 8 8 */ 9 stubClassLoader::load('net .stubbles.reflection.annotations.stubAnnotation',10 'net .stubbles.reflection.annotations.stubAbstractAnnotation',11 'net .stubbles.rdbms.querybuilder.stubDatabaseTableColumn'9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation', 11 'net::stubbles::rdbms::querybuilder::stubDatabaseTableColumn' 12 12 ); 13 13 /** trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubDBJoinAnnotation.php
r482 r1225 7 7 * @subpackage rdbms_persistence_annotations 8 8 */ 9 stubClassLoader::load('net .stubbles.reflection.annotations.stubAnnotation',10 'net .stubbles.reflection.annotations.stubAbstractAnnotation',11 'net .stubbles.rdbms.querybuilder.stubDatabaseTableJoin'9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation', 11 'net::stubbles::rdbms::querybuilder::stubDatabaseTableJoin' 12 12 ); 13 13 /** trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubDBTableAnnotation.php
r747 r1225 7 7 * @subpackage rdbms_persistence_annotations 8 8 */ 9 stubClassLoader::load('net .stubbles.reflection.annotations.stubAnnotation',10 'net .stubbles.reflection.annotations.stubAbstractAnnotation',11 'net .stubbles.rdbms.querybuilder.stubDatabaseTableDescription'9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation', 11 'net::stubbles::rdbms::querybuilder::stubDatabaseTableDescription' 12 12 ); 13 13 /** trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubEntityAnnotation.php
r882 r1225 7 7 * @subpackage rdbms_persistence_annotations 8 8 */ 9 stubClassLoader::load('net .stubbles.reflection.annotations.stubAnnotation',10 'net .stubbles.reflection.annotations.stubAbstractAnnotation'9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubGeneratedValueAnnotation.php
r882 r1225 8 8 * @subpackage rdbms_persistence_annotations 9 9 */ 10 stubClassLoader::load('net .stubbles.reflection.annotations.stubAnnotation',11 'net .stubbles.reflection.annotations.stubAbstractAnnotation',12 'net .stubbles.lang.exceptions.stubIllegalArgumentException'10 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 11 'net::stubbles::reflection::annotations::stubAbstractAnnotation', 12 'net::stubbles::lang::exceptions::stubIllegalArgumentException' 13 13 ); 14 14 /** trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubIdAnnotation.php
r882 r1225 7 7 * @subpackage rdbms_persistence_annotations 8 8 */ 9 stubClassLoader::load('net .stubbles.reflection.annotations.stubAnnotation',10 'net .stubbles.reflection.annotations.stubAbstractAnnotation'9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/rdbms/persistence/annotations/stubTransientAnnotation.php
r882 r1225 7 7 * @subpackage rdbms_persistence_annotations 8 8 */ 9 stubClassLoader::load('net .stubbles.reflection.annotations.stubAnnotation',10 'net .stubbles.reflection.annotations.stubAbstractAnnotation'9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreator.php
r1127 r1225 7 7 * @subpackage rdbms_persistence_creator 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.stubDatabaseConnection',10 'net .stubbles.rdbms.persistence.stubPersistenceHelper',11 'net .stubbles.rdbms.persistence.creator.stubDatabaseCreatorException',12 'net .stubbles.rdbms.querybuilder.stubDatabaseQueryBuilderFactory'9 stubClassLoader::load('net::stubbles::rdbms::stubDatabaseConnection', 10 'net::stubbles::rdbms::persistence::stubPersistenceHelper', 11 'net::stubbles::rdbms::persistence::creator::stubDatabaseCreatorException', 12 'net::stubbles::rdbms::querybuilder::stubDatabaseQueryBuilderFactory' 13 13 ); 14 14 /** trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreatorException.php
r777 r1225 7 7 * @subpackage rdbms_persistence_creator 8 8 */ 9 stubClassLoader::load('net .stubbles.lang.exceptions.stubChainedException');9 stubClassLoader::load('net::stubbles::lang::exceptions::stubChainedException'); 10 10 /** 11 11 * Exception to be thrown if a problem in the creator occurs. trunk/src/main/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraser.php
r1127 r1225 7 7 * @subpackage rdbms_persistence_eraser 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.stubDatabaseConnection',10 'net .stubbles.rdbms.criteria.stubCriterion',11 'net .stubbles.rdbms.criteria.stubAndCriterion',12 'net .stubbles.rdbms.criteria.stubEqualCriterion',13 'net .stubbles.rdbms.persistence.stubPersistenceHelper',14 'net .stubbles.rdbms.persistence.eraser.stubDatabaseEraserException',15 'net .stubbles.rdbms.querybuilder.stubDatabaseQueryBuilderFactory'9 stubClassLoader::load('net::stubbles::rdbms::stubDatabaseConnection', 10 'net::stubbles::rdbms::criteria::stubCriterion', 11 'net::stubbles::rdbms::criteria::stubAndCriterion', 12 'net::stubbles::rdbms::criteria::stubEqualCriterion', 13 'net::stubbles::rdbms::persistence::stubPersistenceHelper', 14 'net::stubbles::rdbms::persistence::eraser::stubDatabaseEraserException', 15 'net::stubbles::rdbms::querybuilder::stubDatabaseQueryBuilderFactory' 16 16 ); 17 17 /** trunk/src/main/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraserException.php
r777 r1225 7 7 * @subpackage rdbms_persistence_eraser 8 8 */ 9 stubClassLoader::load('net .stubbles.lang.exceptions.stubChainedException');9 stubClassLoader::load('net::stubbles::lang::exceptions::stubChainedException'); 10 10 /** 11 11 * Exception to be thrown if a problem in the eraser occurs. trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinder.php
r1127 r1225 7 7 * @subpackage rdbms_persistence_finder 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.stubDatabaseConnection',10 'net .stubbles.rdbms.criteria.stubCriterion',11 'net .stubbles.rdbms.criteria.stubEqualCriterion',12 'net .stubbles.rdbms.persistence.stubPersistenceHelper',13 'net .stubbles.rdbms.persistence.stubSetterMethodHelper',14 'net .stubbles.rdbms.persistence.finder.stubDatabaseFinderException',15 'net .stubbles.rdbms.persistence.finder.stubDatabaseFinderResult',16 'net .stubbles.rdbms.querybuilder.stubDatabaseQueryBuilderFactory',17 'net .stubbles.rdbms.querybuilder.stubDatabaseSelect'9 stubClassLoader::load('net::stubbles::rdbms::stubDatabaseConnection', 10 'net::stubbles::rdbms::criteria::stubCriterion', 11 'net::stubbles::rdbms::criteria::stubEqualCriterion', 12 'net::stubbles::rdbms::persistence::stubPersistenceHelper', 13 'net::stubbles::rdbms::persistence::stubSetterMethodHelper', 14 'net::stubbles::rdbms::persistence::finder::stubDatabaseFinderException', 15 'net::stubbles::rdbms::persistence::finder::stubDatabaseFinderResult', 16 'net::stubbles::rdbms::querybuilder::stubDatabaseQueryBuilderFactory', 17 'net::stubbles::rdbms::querybuilder::stubDatabaseSelect' 18 18 ); 19 19 /** trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderException.php
r777 r1225 7 7 * @subpackage rdbms_persistence_finder 8 8 */ 9 stubClassLoader::load('net .stubbles.lang.exceptions.stubChainedException');9 stubClassLoader::load('net::stubbles::lang::exceptions::stubChainedException'); 10 10 /** 11 11 * Exception to be thrown if a problem in the finder occurs. trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderResult.php
r951 r1225 7 7 * @subpackage rdbms_persistence_finder 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.persistence.finder.stubDatabaseFinderException',10 'net .stubbles.reflection.stubReflectionClass'9 stubClassLoader::load('net::stubbles::rdbms::persistence::finder::stubDatabaseFinderException', 10 'net::stubbles::reflection::stubReflectionClass' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/rdbms/persistence/serializer/stubDatabaseSerializer.php
r1127 r1225 7 7 * @subpackage rdbms_persistence_serializer 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.stubDatabaseConnection',10 'net .stubbles.rdbms.criteria.stubEqualCriterion',11 'net .stubbles.rdbms.persistence.stubPersistenceHelper',12 'net .stubbles.rdbms.persistence.stubSetterMethodHelper',13 'net .stubbles.rdbms.persistence.serializer.stubDatabaseSerializerException',14 'net .stubbles.rdbms.querybuilder.stubDatabaseQueryBuilderFactory',15
