]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/database/class_BaseDatabaseFrontend.php
Code sync from ship-simu code (all class config entries must end with _class!)
[hub.git] / inc / classes / main / database / class_BaseDatabaseFrontend.php
index ac31d501f9205e7a03106db688815c21bd7fd42e..2d2e04bdcf87a4ab38c9844f3483f59304f1ce27 100644 (file)
@@ -3,11 +3,11 @@
  * An abstract database access class for handling database I/O requests
  *
  * @see                        DatabaseFrontendInterface - An interface for database frontends (front-end to the application)
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,9 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 abstract class BaseDatabaseFrontend extends BaseFrameworkSystem implements DatabaseFrontendInterface, LimitableObject {
+       // Constants for exceptions
+       const EXCEPTION_SQL_QUERY = 0x050;
+
        /**
         * The limiter instance
         */