org.slamb.axamol.library
Class SqlUtils

java.lang.Object
  extended by org.slamb.common.sql.SqlUtils
      extended by org.slamb.axamol.library.SqlUtils

public class SqlUtils
extends org.slamb.common.sql.SqlUtils


Field Summary
 
Fields inherited from class org.slamb.common.sql.SqlUtils
FOLD_LOWER, FOLD_NATIVE, FOLD_NONE, FOLD_UPPER
 
Constructor Summary
protected SqlUtils()
          This is a static class.
 
Method Summary
static void close(LibraryConnection lc)
          Closes a LibraryConnection's prepared statements (and connection, if owned), logging and swallowing any exceptions.
 
Methods inherited from class org.slamb.common.sql.SqlUtils
close, close, close, quoteIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUtils

protected SqlUtils()
This is a static class.

Method Detail

close

public static void close(LibraryConnection lc)
Closes a LibraryConnection's prepared statements (and connection, if owned), logging and swallowing any exceptions. The LibraryConnection may be null (in which case this does nothing). Otherwise, the behavior is exactly the same as LibraryConnection.close.

See Also:
LibraryConnection.close()


Copyright © 2002-2006 Scott Lamb. All Rights Reserved.