public interface 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.
|
int getColumnCount()
java.lang.String getColumnName(int column)
column
- the offset of the column, numbering starts from 1OraclePgqlColumnDescriptor.Type getColumnType(int column)
Possible values are:
OraclePgqlColumnDescriptor.Type.VERTEX
OraclePgqlColumnDescriptor.Type.EDGE
OraclePgqlColumnDescriptor.Type.VALUE
column
- the offset of the column, numbering starts from 1Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.