org.teiid.odbc
Interface ODBCClientRemote

All Known Implementing Classes:
PgBackendProtocol

public interface ODBCClientRemote


Method Summary
 void authenticationSucess(int processId, int screctKey)
           
 void bindComplete()
           
 void emptyQueryReceived()
           
 void errorOccurred(java.lang.String msg)
           
 void errorOccurred(java.lang.Throwable e)
           
 void flush()
           
 void initialized(java.util.Properties props)
           
 void prepareCompleted(java.lang.String preparedName)
           
 void ready(boolean inTransaction, boolean failedTransaction)
           
 void sendParameterDescription(java.sql.ParameterMetaData parameterMetaData, int[] paramType)
           
 void sendResults(java.lang.String sql, java.sql.ResultSet rs, boolean describeRows)
           
 void sendResultSetDescription(java.sql.ResultSetMetaData metaData)
           
 void sendUpdateCount(java.lang.String sql, int updateCount)
           
 void setEncoding(java.nio.charset.Charset value)
           
 void statementClosed()
           
 void terminated()
           
 void useClearTextAuthentication()
           
 

Method Detail

initialized

void initialized(java.util.Properties props)

setEncoding

void setEncoding(java.nio.charset.Charset 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)

sendResults

void sendResults(java.lang.String sql,
                 java.sql.ResultSet rs,
                 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()


Copyright © 2010. All Rights Reserved.