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-2012 The Apache Software Foundation. All Rights Reserved.