|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.cambio.cds.model.util.sql.GeneralOperations
public final class GeneralOperations
Method Summary | |
---|---|
static void |
closeConnection(Connection connection)
It closes a Connection if not null . |
static void |
closeResultSet(ResultSet resultSet)
It closes a ResultSet if not null . |
static void |
closeStatement(Statement statement)
It closes a Statement if not null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void closeResultSet(ResultSet resultSet) throws InternalErrorException
ResultSet
if not null
.
InternalErrorException
public static void closeStatement(Statement statement) throws InternalErrorException
Statement
if not null
.
InternalErrorException
public static void closeConnection(Connection connection) throws InternalErrorException
Connection
if not null
.
InternalErrorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |