]> git.mxchange.org Git - shipsimu.git/commit
Database result added, SqlException added
authorRoland Häder <roland@mxchange.org>
Sun, 1 Jun 2008 10:23:10 +0000 (10:23 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 1 Jun 2008 10:23:10 +0000 (10:23 +0000)
commitf952a5fb1fe821dd1ddca875f537dd680019371d
tree703a0ab8d3559d47c135efba6206171273ed2dc7
parenta2301994f4ec0f0b50f5d9af696f74f9d27e00bf
Database result added, SqlException added
17 files changed:
.gitattributes
inc/classes/exceptions/database/class_DatabaseException.php [new file with mode: 0644]
inc/classes/exceptions/database/general/.htaccess [new file with mode: 0644]
inc/classes/exceptions/database/general/class_SqlException.php [new file with mode: 0644]
inc/classes/exceptions/database/local_file/class_SavePathIsEmptyException.php
inc/classes/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php
inc/classes/exceptions/database/local_file/class_SavePathReadProtectedException.php
inc/classes/exceptions/database/local_file/class_SavePathWriteProtectedException.php
inc/classes/exceptions/database/wrapper/class_WrapperUserNameNotFoundException.php
inc/classes/interfaces/database/frontend/class_DatabaseFrontendInterface.php
inc/classes/main/database/class_BaseDatabaseFrontend.php
inc/classes/main/database/databases/class_LocalFileDatabase.php
inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php
inc/classes/main/io/class_FrameworkDirectoryPointer.php
inc/classes/main/result/.htaccess [new file with mode: 0644]
inc/classes/main/result/class_DatabaseResult.php [new file with mode: 0644]
inc/classes/middleware/database/class_DatabaseConnection.php