This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.sql.util
Class SqlUtils
java.lang.Object
   org.apache.gora.sql.util.SqlUtils
org.apache.gora.sql.util.SqlUtils
- public class SqlUtils 
- extends Object
SQL related utilities
 
| 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 | 
 
SqlUtils
public SqlUtils()
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.