From cf662c0d1a5470bdbdd624e296f04832554378f8 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 18 Aug 2015 15:19:44 +0200 Subject: [PATCH] =?utf8?q?Better=20description=20what=20should=20be=20done?= =?utf8?q?=20with=20this=20method.=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../jcore/database/frontend/BaseDatabaseFrontend.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5