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 functionCallResponse(byte[] data)
           
 void functionCallResponse(int data)
           
 void initialized(java.util.Properties props)
           
 void prepareCompleted(java.lang.String preparedName)
           
 void ready(boolean inTransaction, boolean failedTransaction)
           
 void sendCommandComplete(java.lang.String sql, int updateCount)
           
 void sendCursorResults(ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, int rowCount)
           
 void sendMoveCursor(ResultSetImpl rs, int rowCount, ResultsFuture<java.lang.Integer> results)
           
 void sendParameterDescription(java.sql.ParameterMetaData parameterMetaData, int[] paramType)
           
 void sendPortalResults(java.lang.String sql, ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, int rowCount, boolean portal)
           
 void sendPortalSuspended()
           
 void sendResults(java.lang.String sql, ResultSetImpl rs, java.util.List<PGUtil.PgColInfo> cols, ResultsFuture<java.lang.Integer> result, boolean describeRows)
           
 void sendResultSetDescription(java.util.List<PGUtil.PgColInfo> cols)
           
 void sendSslResponse()
           
 void sendUpdateCount(java.lang.String sql, int updateCount)
           
 void setEncoding(java.lang.String value)
           
 void statementClosed()
           
 void terminated()
           
 void useClearTextAuthentication()
           
 

Method Detail

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.util.List<PGUtil.PgColInfo> cols)

sendResults

void sendResults(java.lang.String sql,
                 ResultSetImpl rs,
                 java.util.List<PGUtil.PgColInfo> cols,
                 ResultsFuture<java.lang.Integer> result,
                 boolean describeRows)

sendCursorResults

void sendCursorResults(ResultSetImpl rs,
                       java.util.List<PGUtil.PgColInfo> cols,
                       ResultsFuture<java.lang.Integer> result,
                       int rowCount)

sendPortalResults

void sendPortalResults(java.lang.String sql,
                       ResultSetImpl rs,
                       java.util.List<PGUtil.PgColInfo> cols,
                       ResultsFuture<java.lang.Integer> result,
                       int rowCount,
                       boolean portal)

sendMoveCursor

void sendMoveCursor(ResultSetImpl rs,
                    int rowCount,
                    ResultsFuture<java.lang.Integer> results)

sendCommandComplete

void sendCommandComplete(java.lang.String sql,
                         int updateCount)

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)

sendSslResponse

void sendSslResponse()

sendPortalSuspended

void sendPortalSuspended()


Copyright © 2011. All Rights Reserved.