public class PostgreSQLResultSet implements ResultSet:
PostgreSQL result set.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | closedclosed as Boolean: |
No summary. |
| public readonly property | concurrencyconcurrency as ResultSetConcurrency: |
No summary. |
| public readonly property | fetchDirectionfetchDirection as FetchDirection: |
No summary. |
| public readonly property | fetchSizefetchSize as Int: |
No summary. |
| public readonly property | holdabilityholdability as ResultSetHoldability: |
No summary. |
| public readonly property | metadatametadata as ResultSetMetaData: |
No summary. |
| public readonly property | statementstatement as Statement: |
No summary. |
| public readonly property | typetype as ResultSetType: |
No summary. |
| public readonly property | warningwarning as SQLWarning: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | absolute | No summary. |
| public | afterLastafterLast() as Void: |
No summary. |
| public | beforeFirstbeforeFirst() as Void: |
No summary. |
| public | clearWarningsclearWarnings() as Void: |
No summary. |
| public | closeclose() as Void: |
No summary. |
| public static | emptyempty(statement as Statement) as PostgreSQLResultSet: |
No summary. |
| public | firstfirst() as Boolean: |
No summary. |
| public | getBooleangetBoolean(column as Object) as Boolean throws SQLException: |
Reads data from the current result-set row. |
| public | getBytegetByte(column as Object) as SByte throws SQLException: |
Reads data from the current result-set row. |
| public | getBytesgetBytes(column as Object) as Byte[] throws SQLException: |
Reads data from the current result-set row. |
| public | getDateTimegetDateTime(column as Object) as DateTime throws SQLException: |
Reads data from the current result-set row. |
| public | getDoublegetDouble(column as Object) as Double throws SQLException: |
Reads data from the current result-set row. |
| public | getFloatgetFloat(column as Object) as Float throws SQLException: |
Reads data from the current result-set row. |
| public | getIntgetInt(column as Object) as Int throws SQLException: |
Reads data from the current result-set row. |
| public | getLonggetLong(column as Object) as Long throws SQLException: |
Reads data from the current result-set row. |
| public | getObjectgetObject(column as Object) as Object throws SQLException: |
Reads data from the current result-set row. |
| public | getRowgetRow() as Int: |
No summary. |
| public | getShortgetShort(column as Object) as Short throws SQLException: |
Reads data from the current result-set row. |
| public | getStringgetString(column as Object) as String throws SQLException: |
Reads data from the current result-set row. |
| public | isAfterLastisAfterLast() as Boolean: |
No summary. |
| public | isBeforeFirstisBeforeFirst() as Boolean: |
No summary. |
| public | isFirstisFirst() as Boolean: |
No summary. |
| public | isLastisLast() as Boolean: |
No summary. |
| public | lastlast() as Boolean: |
No summary. |
| public | nextnext() as Boolean: |
No summary. |
| public | previousprevious() as Boolean: |
No summary. |
| public | relative | No summary. |
| public | wasNullwasNull() as Boolean: |
No summary. |