public interface PGResultSetMetaData
| Modifier and Type | Method and Description |
|---|---|
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?
|
String getBaseColumnName(int column) throws SQLException
column - column position (1-based)SQLException - if something wrong happensString getBaseTableName(int column) throws SQLException
column - column position (1-based)SQLException - if something wrong happensString getBaseSchemaName(int column) throws SQLException
column - column position (1-based)SQLException - if something wrong happensint getFormat(int column)
throws SQLException
column - column position (1-based)SQLException - if something wrong happensField.BINARY_FORMAT,
Field.TEXT_FORMATCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.