|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.db.JDBCInfo
public class JDBCInfo
JDBC Meta Info
| 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 |
|---|
public JDBCInfo(Connection conn)
throws SQLException
conn - connection
SQLException| Method Detail |
|---|
public void listAll()
public void listCatalogs()
throws SQLException
SQLException
public void listSchemas()
throws SQLException
SQLException
public void listTypes()
throws SQLException
SQLException
public static void dump(ResultSet rs)
throws SQLException
rs - result set
SQLExceptionpublic static void main(String[] args)
args - ignored
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||