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(Object data,
boolean binary) |
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,
ResultSetImpl rs,
List<PGUtil.PgColInfo> cols,
ResultsFuture<Integer> result,
ODBCClientRemote.CursorDirection direction,
int rowCount,
boolean describeRows,
short[] resultColumnFormat) |
void |
sendResultSetDescription(List<PGUtil.PgColInfo> cols,
short[] resultColumnFormat) |
void |
sendSslResponse() |
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, ResultSetImpl rs, List<PGUtil.PgColInfo> cols, ResultsFuture<Integer> result, ODBCClientRemote.CursorDirection direction, int rowCount, boolean describeRows, short[] resultColumnFormat)
void ready(boolean inTransaction, boolean failedTransaction)
void statementClosed()
void emptyQueryReceived()
void flush()
void functionCallResponse(Object data, boolean binary)
void sendSslResponse()
void sendPortalSuspended()
Copyright © 2019. All rights reserved.