]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/database/class_BaseDatabaseFrontend.php
Code base merged from ship-simu repos
[hub.git] / inc / classes / main / database / class_BaseDatabaseFrontend.php
index ac31d501f9205e7a03106db688815c21bd7fd42e..cdf894fc04a0428758b2274ec8e3665e59d7372b 100644 (file)
@@ -3,7 +3,7 @@
  * 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
@@ -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 = 0xc00;
+
        /**
         * The limiter instance
         */