Uses of Class
org.teiid.jdbc.ResultSetImpl
-
Packages that use ResultSetImpl Package Description org.teiid.jdbc org.teiid.odbc org.teiid.transport -
-
Uses of ResultSetImpl in org.teiid.jdbc
Fields in org.teiid.jdbc declared as ResultSetImpl Modifier and Type Field Description protected ResultSetImplStatementImpl. resultSetMethods in org.teiid.jdbc that return ResultSetImpl Modifier and Type Method Description ResultSetImplPreparedStatementImpl. executeQuery()ResultSetImplStatementImpl. getResultSet() -
Uses of ResultSetImpl in org.teiid.odbc
Methods in org.teiid.odbc with parameters of type ResultSetImpl Modifier and Type Method Description voidODBCClientRemote. sendResults(String sql, ResultSetImpl rs, List<PGUtil.PgColInfo> cols, ResultsFuture<Integer> result, ODBCClientRemote.CursorDirection direction, int rowCount, boolean describeRows, short[] resultColumnFormat) -
Uses of ResultSetImpl in org.teiid.transport
Methods in org.teiid.transport with parameters of type ResultSetImpl Modifier and Type Method Description voidPgBackendProtocol. sendResults(String sql, ResultSetImpl rs, List<PGUtil.PgColInfo> cols, ResultsFuture<Integer> result, ODBCClientRemote.CursorDirection direction, int rowCount, boolean describeRows, short[] resultColumnFormat)
-