| 构造器和说明 |
|---|
DBCfg(java.sql.Connection conn) |
| 限定符和类型 | 方法和说明 |
|---|---|
javax.sql.RowSet |
getColumns(java.lang.String tbName) |
javax.sql.RowSet |
getIndexs(java.lang.String tbName) |
javax.sql.RowSet |
getPrimaryKeys(java.lang.String tbName) |
javax.sql.RowSet |
getTable(java.lang.String tbName) |
javax.sql.RowSet |
getTables(java.lang.String tableNamePattern) |
public javax.sql.RowSet getTable(java.lang.String tbName)
throws java.sql.SQLException
public javax.sql.RowSet getTables(java.lang.String tableNamePattern)
throws java.sql.SQLException
public javax.sql.RowSet getColumns(java.lang.String tbName)
throws java.sql.SQLException
getColumns 在接口中 Structurejava.sql.SQLExceptionpublic javax.sql.RowSet getPrimaryKeys(java.lang.String tbName)
throws java.sql.SQLException
getPrimaryKeys 在接口中 Structurejava.sql.SQLException