org.estouro.ui.open
Class DBUtils

java.lang.Object
  extended by org.estouro.ui.open.DBUtils

public class DBUtils
extends java.lang.Object


Constructor Summary
DBUtils()
           
 
Method Summary
static java.lang.Object[] getFieldNames(java.lang.String driverName, ConnectionPoint cp, java.lang.String tableName)
           
static java.lang.String[] getTableNames(ConnectionPoint cp, java.lang.String driverName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBUtils

public DBUtils()
Method Detail

getTableNames

public static java.lang.String[] getTableNames(ConnectionPoint cp,
                                               java.lang.String driverName)
                                        throws java.sql.SQLException
Throws:
java.sql.SQLException

getFieldNames

public static java.lang.Object[] getFieldNames(java.lang.String driverName,
                                               ConnectionPoint cp,
                                               java.lang.String tableName)
                                        throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2005-2006 Fernando González Cortés. All Rights Reserved.