| Package | Description |
|---|---|
| net.aditsu.depeche | |
| net.aditsu.jdbsimple |
| Constructor and Description |
|---|
RSetQuery(Provider p,
RSet rset) |
| Modifier and Type | Method and Description |
|---|---|
RSet |
Stmt.executeQuery() |
RSet |
Conn.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
RSet |
Conn.getExportedKeys(String catalog,
String schema,
String table) |
RSet |
Conn.getImportedKeys(String catalog,
String schema,
String table) |
RSet |
Conn.getPrimaryKeys(String catalog,
String schema,
String table) |
RSet |
Conn.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
RSet |
Conn.getTableTypes() |