]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/interfaces/database/frontend/class_DatabaseFrontendInterface.php
Code sync from ship-simu code (all class config entries must end with _class!)
[mailer.git] / inc / classes / interfaces / database / frontend / class_DatabaseFrontendInterface.php
index f61df0713e040f6e7026a6b2dd62cefc08d40181..7621713a4d2b85bdaed6731e81aaf73bc0912a3c 100644 (file)
@@ -10,7 +10,7 @@
  * @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
@@ -56,7 +56,7 @@ interface DatabaseFrontendInterface extends FrameworkDatabaseInterface {
         * @throws      UnsupportedCriteriaException    If the criteria is unsupported
         * @throws      SqlException                                    If an SQL error occurs
         */
-       function querySelect ($resultType, $tableName, Criteria $criteriaInstance);
+       function querySelect ($resultType, $tableName, LocalSearchCriteria $criteriaInstance);
 
        /**
         * "Inserts" a data set instance into a local file database folder
@@ -65,7 +65,7 @@ interface DatabaseFrontendInterface extends FrameworkDatabaseInterface {
         * @return      void
         * @throws      SqlException    If an SQL error occurs
         */
-       function insertDataSet (StoreableCriteria $dataSetInstance);
+       function queryInsertDataSet (StoreableCriteria $dataSetInstance);
 }
 
 // [EOF]