| 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,
org.teiid.jdbc.ResultSetImpl rs,
List<PGUtil.PgColInfo> cols,
org.teiid.client.util.ResultsFuture<Integer> result,
ODBCClientRemote.CursorDirection direction,
int rowCount,
boolean describeRows,
short[] resultColumnFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
PgBackendProtocol.sendResults(String sql,
org.teiid.jdbc.ResultSetImpl rs,
List<PGUtil.PgColInfo> cols,
org.teiid.client.util.ResultsFuture<Integer> result,
ODBCClientRemote.CursorDirection direction,
int rowCount,
boolean describeRows,
short[] resultColumnFormat) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.