public class PgqlResultSetMetaDataImpl
extends java.lang.Object
implements oracle.pgql.lang.ResultSetMetaData
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Gets the total number of columns in the query result.
|
java.lang.String |
getColumnName(int column)
Gets the name of the column at the given offset starting from 1
|
PgqlColumnDescriptor.Type |
getColumnType(int column)
Gets the type of the column at the given offset starting from 1
|
public int getColumnCount()
getColumnCount in interface oracle.pgql.lang.ResultSetMetaDatapublic java.lang.String getColumnName(int column)
getColumnName in interface oracle.pgql.lang.ResultSetMetaDatacolumn - the offset of the column, numbering starts from 1public PgqlColumnDescriptor.Type getColumnType(int column)
column - the offset of the column, numbering starts from 1