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 table 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.
|
String getBaseColumnName(int column) throws SQLException
SQLExceptionString getBaseTableName(int column) throws SQLException
SQLExceptionString getBaseSchemaName(int column) throws SQLException
SQLException