Uses of Class
org.teiid.odbc.ODBCClientRemote.CursorDirection
-
Packages that use ODBCClientRemote.CursorDirection Package Description org.teiid.odbc org.teiid.transport -
-
Uses of ODBCClientRemote.CursorDirection in org.teiid.odbc
Methods in org.teiid.odbc that return ODBCClientRemote.CursorDirection Modifier and Type Method 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.Methods in org.teiid.odbc with parameters of type ODBCClientRemote.CursorDirection Modifier and Type Method Description void
ODBCClientRemote. sendResults(String sql, ResultSetImpl rs, List<PGUtil.PgColInfo> cols, ResultsFuture<Integer> result, ODBCClientRemote.CursorDirection direction, int rowCount, boolean describeRows, short[] resultColumnFormat)
-
Uses of ODBCClientRemote.CursorDirection in org.teiid.transport
Methods in org.teiid.transport with parameters of type ODBCClientRemote.CursorDirection Modifier and Type Method Description void
PgBackendProtocol. sendResults(String sql, ResultSetImpl rs, List<PGUtil.PgColInfo> cols, ResultsFuture<Integer> result, ODBCClientRemote.CursorDirection direction, int rowCount, boolean describeRows, short[] resultColumnFormat)
-