public class OraclePgqlResultSetMetaDataImpl extends java.lang.Object implements OraclePgqlResultSetMetaData
| 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
|
OraclePgqlColumnDescriptor.Type |
getColumnType(int column)
Gets the type of the column at the given offset starting from 1
|
public int getColumnCount()
getColumnCount in interface OraclePgqlResultSetMetaDatapublic java.lang.String getColumnName(int column)
getColumnName in interface OraclePgqlResultSetMetaDatacolumn - the offset of the column, numbering starts from 1public OraclePgqlColumnDescriptor.Type getColumnType(int column)
getColumnType in interface OraclePgqlResultSetMetaDatacolumn - the offset of the column, numbering starts from 1Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.