public interface ODBCClientRemote
Modifier and Type | Interface and Description |
---|---|
static class |
ODBCClientRemote.CursorDirection |
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 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 © 2017 JBoss by Red Hat. All rights reserved.