public interface Structure
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
javax.sql.RowSet getTable(java.lang.String tbName)
throws java.sql.SQLException
java.sql.SQLExceptionjavax.sql.RowSet getTables(java.lang.String tableNamePattern)
throws java.sql.SQLException
tableNamePattern - -表达式,包含schemaPatternjava.sql.SQLException - -javax.sql.RowSet getColumns(java.lang.String tbName)
throws java.sql.SQLException
java.sql.SQLExceptionjavax.sql.RowSet getPrimaryKeys(java.lang.String tbName)
throws java.sql.SQLException
java.sql.SQLExceptionjavax.sql.RowSet getIndexs(java.lang.String tbName)
throws java.sql.SQLException
java.sql.SQLException