Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


com.sigmadynamics.server.DataServices.DatabaseProvider
Class Util

java.lang.Object
  extended by com.sigmadynamics.server.DataServices.DatabaseProvider.Util


public class Util
extends java.lang.Object

Constructor Summary
Util()
           

 

Method Summary
static void closeConnection(java.sql.Connection conn)
          no throwables escape this method
static void closeResultSet(java.sql.ResultSet rs)
          no throwables escape this method
static void closeStatement(java.sql.Statement stmt)
          no throwables escape this method

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Util

public Util()

Method Detail

closeConnection

public static final void closeConnection(java.sql.Connection conn)
no throwables escape this method

closeStatement

public static final void closeStatement(java.sql.Statement stmt)
no throwables escape this method

closeResultSet

public static final void closeResultSet(java.sql.ResultSet rs)
no throwables escape this method

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.