]> git.mxchange.org Git - jcore.git/commitdiff
Better description what should be done with this method.
authorRoland Haeder <roland@mxchange.org>
Tue, 18 Aug 2015 13:19:44 +0000 (15:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 18 Aug 2015 13:19:44 +0000 (15:19 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/database/frontend/BaseDatabaseFrontend.java

index 95ce0b6c05fc0f589b926adb0e39fb86b417a683..ca318f204d52cd9ea80c10718e844e7bc45e4e8c 100644 (file)
@@ -51,7 +51,10 @@ public abstract class BaseDatabaseFrontend extends BaseFrameworkSystem implement
        }
 
        /**
-        * Gets a Result back from given ResultSet instance
+        * Gets a Result back from given ResultSet instance. You may wish to
+        * overwrite this method and call this with
+        * super.getResultFromSet(resultSet) as this method doesn't do anything but
+        * copy the SQLWarning instance to the Result instance.
         *
         * @param resultSet ResultSet instance from SQL driver
         * @return A typorized Result instance