com.arsdigita.acs
Class DBUtilities

java.lang.Object
  |
  +--com.arsdigita.acs.DBUtilities

public class DBUtilities
extends java.lang.Object

Utility procedures for dealing with the database. These may be replaced by preprocessor macros?


Field Summary
static java.lang.String cvsId
          Indicates if the specified table exists
 
Constructor Summary
DBUtilities()
           
 
Method Summary
static boolean tableExists(java.lang.String table_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Indicates if the specified table exists
Constructor Detail

DBUtilities

public DBUtilities()
Method Detail

tableExists

public static final boolean tableExists(java.lang.String table_name)
                                 throws java.sql.SQLException,
                                        com.arsdigita.db.DbException