|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PGResultSetMetaData
| Method Summary | |
|---|---|
String |
getBaseColumnName(int column)
Returns the underlying column name of a query result, or "" if it is unable to be determined. |
String |
getBaseSchemaName(int column)
Returns the underlying schema name of query result, or "" if it is unable to be determined. |
String |
getBaseTableName(int column)
Returns the underlying table name of query result, or "" if it is unable to be determined. |
int |
getFormat(int column)
Is a column Text or Binary? |
| Method Detail |
|---|
String getBaseColumnName(int column)
throws SQLException
column - column position (1-based)
SQLException - if something wrong happens
String getBaseTableName(int column)
throws SQLException
column - column position (1-based)
SQLException - if something wrong happens
String getBaseSchemaName(int column)
throws SQLException
column - column position (1-based)
SQLException - if something wrong happens
int getFormat(int column)
throws SQLException
column - column position (1-based)
SQLException - if something wrong happensField.BINARY_FORMAT,
Field.TEXT_FORMAT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||