public interface ODBCClientRemote
| Modifier and Type | Interface and Description |
|---|---|
static class |
ODBCClientRemote.CursorDirection |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticationGSSContinue(byte[] serviceToken) |
void |
authenticationSucess(int processId,
int screctKey) |
void |
bindComplete() |
void |
emptyQueryReceived() |
void |
errorOccurred(String msg) |
void |
errorOccurred(Throwable e) |
void |
flush() |
void |
functionCallResponse(byte[] data) |
void |
functionCallResponse(int data) |
void |
initialized(Properties props) |
void |
prepareCompleted(String preparedName) |
void |
ready(boolean inTransaction,
boolean failedTransaction) |
void |
sendCommandComplete(String sql,
Integer count) |
void |
sendParameterDescription(int[] paramType) |
void |
sendParameterStatus(String param,
String value) |
void |
sendPortalSuspended() |
void |
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) |
void |
sendResultSetDescription(List<PGUtil.PgColInfo> cols,
short[] resultColumnFormat) |
void |
sendSslResponse() |
void |
sendUpdateCount(String sql,
int updateCount) |
void |
setEncoding(String value,
boolean init) |
void |
statementClosed() |
void |
terminated() |
void |
useAuthenticationGSS() |
void |
useClearTextAuthentication() |
void initialized(Properties props)
void setEncoding(String value, boolean init)
void useClearTextAuthentication()
void useAuthenticationGSS()
void authenticationGSSContinue(byte[] serviceToken)
void authenticationSucess(int processId,
int screctKey)
void prepareCompleted(String preparedName)
void errorOccurred(String msg)
void errorOccurred(Throwable e)
void terminated()
void sendParameterDescription(int[] paramType)
void bindComplete()
void sendResultSetDescription(List<PGUtil.PgColInfo> cols, short[] resultColumnFormat)
void 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)
void sendUpdateCount(String sql, int updateCount)
void ready(boolean inTransaction,
boolean failedTransaction)
void statementClosed()
void emptyQueryReceived()
void flush()
void functionCallResponse(byte[] data)
void functionCallResponse(int data)
void sendSslResponse()
void sendPortalSuspended()
Copyright © 2018 JBoss by Red Hat. All rights reserved.