Package | Description |
---|---|
org.teiid.odbc | |
org.teiid.transport |
Modifier and Type | Method and Description |
---|---|
static ODBCClientRemote.CursorDirection |
ODBCClientRemote.CursorDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODBCClientRemote.CursorDirection[] |
ODBCClientRemote.CursorDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ODBCClientRemote.sendResults(String sql,
ResultSetImpl rs,
List<PGUtil.PgColInfo> cols,
ResultsFuture<Integer> result,
ODBCClientRemote.CursorDirection direction,
int rowCount,
boolean describeRows,
short[] resultColumnFormat) |
Modifier and Type | Method and Description |
---|---|
void |
PgBackendProtocol.sendResults(String sql,
ResultSetImpl rs,
List<PGUtil.PgColInfo> cols,
ResultsFuture<Integer> result,
ODBCClientRemote.CursorDirection direction,
int rowCount,
boolean describeRows,
short[] resultColumnFormat) |
Copyright © 2019. All rights reserved.