| Package | Description |
|---|---|
| org.teiid.odbc | |
| org.teiid.transport |
| 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) |
void |
ODBCClientRemote.sendResultSetDescription(List<PGUtil.PgColInfo> cols,
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) |
void |
PgBackendProtocol.sendResultSetDescription(List<PGUtil.PgColInfo> cols,
short[] resultColumnFormat) |
Copyright © 2019. All rights reserved.