Adempiere 3.5.2a

org.compiere.db
Class JDBCInfo

java.lang.Object
  extended by org.compiere.db.JDBCInfo

public class JDBCInfo
extends Object

JDBC Meta Info

Version:
$Id: JDBCInfo.java,v 1.3 2006/07/30 00:55:13 jjanke Exp $
Author:
Jorg Janke

Constructor Summary
JDBCInfo(Connection conn)
          Constructor
 
Method Summary
static void dump(ResultSet rs)
          Dump the current row of a Result Set
 void listAll()
          List All
 void listCatalogs()
          List Catalogs
 void listSchemas()
          List Schemas
 void listTypes()
          List Types
static void main(String[] args)
          Test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCInfo

public JDBCInfo(Connection conn)
         throws SQLException
Constructor

Parameters:
conn - connection
Throws:
SQLException
Method Detail

listAll

public void listAll()
List All


listCatalogs

public void listCatalogs()
                  throws SQLException
List Catalogs

Throws:
SQLException

listSchemas

public void listSchemas()
                 throws SQLException
List Schemas

Throws:
SQLException

listTypes

public void listTypes()
               throws SQLException
List Types

Throws:
SQLException

dump

public static void dump(ResultSet rs)
                 throws SQLException
Dump the current row of a Result Set

Parameters:
rs - result set
Throws:
SQLException

main

public static void main(String[] args)
Test

Parameters:
args - ignored

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.