This project has retired. For details please refer to its Attic page.
SqlUtils (Apache Gora 0.2 API)

org.apache.gora.sql.util
Class SqlUtils

java.lang.Object
  extended by org.apache.gora.sql.util.SqlUtils

public class SqlUtils
extends Object

SQL related utilities


Constructor Summary
SqlUtils()
           
 
Method Summary
static void close(ResultSet rs)
          Closes the ResultSet silently
static void close(Statement statement)
          Closes the Statement silently
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUtils

public SqlUtils()
Method Detail

close

public static void close(ResultSet rs)
Closes the ResultSet silently


close

public static void close(Statement statement)
Closes the Statement silently



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.