Interface ODBCClientRemote

  • All Known Implementing Classes:
    PgBackendProtocol

    public interface ODBCClientRemote
    • Method Detail

      • initialized

        void initialized​(Properties props)
      • setEncoding

        void setEncoding​(String value,
                         boolean init)
      • useClearTextAuthentication

        void useClearTextAuthentication()
      • useAuthenticationGSS

        void useAuthenticationGSS()
      • authenticationGSSContinue

        void authenticationGSSContinue​(byte[] serviceToken)
      • authenticationSucess

        void authenticationSucess​(int processId,
                                  int screctKey)
      • prepareCompleted

        void prepareCompleted​(String preparedName)
      • errorOccurred

        void errorOccurred​(String msg)
      • errorOccurred

        void errorOccurred​(Throwable e)
      • terminated

        void terminated()
      • sendParameterDescription

        void sendParameterDescription​(int[] paramType)
      • bindComplete

        void bindComplete()
      • sendResultSetDescription

        void sendResultSetDescription​(List<PGUtil.PgColInfo> cols,
                                      short[] resultColumnFormat)
      • sendCommandComplete

        void sendCommandComplete​(String sql,
                                 Integer... count)
      • ready

        void ready​(boolean inTransaction,
                   boolean failedTransaction)
      • statementClosed

        void statementClosed()
      • emptyQueryReceived

        void emptyQueryReceived()
      • flush

        void flush()
      • functionCallResponse

        void functionCallResponse​(Object data,
                                  boolean binary)
      • sendSslResponse

        void sendSslResponse()
      • sendPortalSuspended

        void sendPortalSuspended()
      • sendParameterStatus

        void sendParameterStatus​(String param,
                                 String value)