From: Roland Haeder Date: Tue, 18 Aug 2015 13:19:44 +0000 (+0200) Subject: Better description what should be done with this method. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf662c0d1a5470bdbdd624e296f04832554378f8;p=jcore.git Better description what should be done with this method. Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/jcore/database/frontend/BaseDatabaseFrontend.java b/src/org/mxchange/jcore/database/frontend/BaseDatabaseFrontend.java index 95ce0b6..ca318f2 100644 --- a/src/org/mxchange/jcore/database/frontend/BaseDatabaseFrontend.java +++ b/src/org/mxchange/jcore/database/frontend/BaseDatabaseFrontend.java @@ -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