org.teiid.odbc
Interface ODBCClientRemote
- All Known Implementing Classes:
- PgBackendProtocol
public interface ODBCClientRemote
initialized
void initialized(java.util.Properties props)
setEncoding
void setEncoding(java.lang.String value)
useClearTextAuthentication
void useClearTextAuthentication()
authenticationSucess
void authenticationSucess(int processId,
int screctKey)
prepareCompleted
void prepareCompleted(java.lang.String preparedName)
errorOccurred
void errorOccurred(java.lang.String msg)
errorOccurred
void errorOccurred(java.lang.Throwable e)
terminated
void terminated()
sendParameterDescription
void sendParameterDescription(java.sql.ParameterMetaData parameterMetaData,
int[] paramType)
bindComplete
void bindComplete()
sendResultSetDescription
void sendResultSetDescription(java.sql.ResultSetMetaData metaData,
java.sql.Statement stmt)
sendResults
void sendResults(java.lang.String sql,
ResultSetImpl rs,
ResultsFuture<java.lang.Void> result,
boolean describeRows)
sendUpdateCount
void sendUpdateCount(java.lang.String sql,
int updateCount)
ready
void ready(boolean inTransaction,
boolean failedTransaction)
statementClosed
void statementClosed()
emptyQueryReceived
void emptyQueryReceived()
flush
void flush()
functionCallResponse
void functionCallResponse(byte[] data)
functionCallResponse
void functionCallResponse(int data)
sslDenied
void sslDenied()
Copyright © 2011. All Rights Reserved.