Interface xaAbstractHelper

All Known Implementing Classes:
xaHelper

interface xaAbstractHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    CommitStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token onePhase, org.apache.derby.impl.tools.ij.Token twoPhase, int xid)
     
    void
    CPConnectStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token userT, org.apache.derby.impl.tools.ij.Token passT, String n)
     
    void
    CPDataSourceStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token dbname, org.apache.derby.impl.tools.ij.Token protocol)
     
    void
    CPDisconnectStatement(org.apache.derby.impl.tools.ij.ij parser, String n)
     
    CPGetConnectionStatement(org.apache.derby.impl.tools.ij.ij parser, String n)
     
    DataSourceStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token dbname, org.apache.derby.impl.tools.ij.Token protocol, org.apache.derby.impl.tools.ij.Token userT, org.apache.derby.impl.tools.ij.Token passT, String id)
     
    void
    EndStatement(org.apache.derby.impl.tools.ij.ij parser, int flag, int xid)
     
    void
    ForgetStatement(org.apache.derby.impl.tools.ij.ij parser, int xid)
     
    void
    PrepareStatement(org.apache.derby.impl.tools.ij.ij parser, int xid)
     
    RecoverStatement(org.apache.derby.impl.tools.ij.ij parser, int flag)
     
    void
    RollbackStatement(org.apache.derby.impl.tools.ij.ij parser, int xid)
     
    void
    setFramework(String framework)
     
    void
    StartStatement(org.apache.derby.impl.tools.ij.ij parser, int flag, int xid)
     
    void
    XAConnectStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token user, org.apache.derby.impl.tools.ij.Token pass, String id)
     
    void
    XADataSourceStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token dbname, org.apache.derby.impl.tools.ij.Token shut, String create)
     
    void
    XADisconnectStatement(org.apache.derby.impl.tools.ij.ij parser, String n)
     
    XAGetConnectionStatement(org.apache.derby.impl.tools.ij.ij parser, String n)
     
  • Method Details

    • XADataSourceStatement

      void XADataSourceStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token dbname, org.apache.derby.impl.tools.ij.Token shut, String create) throws SQLException
      Throws:
      SQLException
    • XAConnectStatement

      void XAConnectStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token user, org.apache.derby.impl.tools.ij.Token pass, String id) throws SQLException
      Throws:
      SQLException
    • XADisconnectStatement

      void XADisconnectStatement(org.apache.derby.impl.tools.ij.ij parser, String n) throws SQLException
      Throws:
      SQLException
    • XAGetConnectionStatement

      Connection XAGetConnectionStatement(org.apache.derby.impl.tools.ij.ij parser, String n) throws SQLException
      Throws:
      SQLException
    • CommitStatement

      void CommitStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token onePhase, org.apache.derby.impl.tools.ij.Token twoPhase, int xid) throws SQLException
      Throws:
      SQLException
    • EndStatement

      void EndStatement(org.apache.derby.impl.tools.ij.ij parser, int flag, int xid) throws SQLException
      Throws:
      SQLException
    • ForgetStatement

      void ForgetStatement(org.apache.derby.impl.tools.ij.ij parser, int xid) throws SQLException
      Throws:
      SQLException
    • PrepareStatement

      void PrepareStatement(org.apache.derby.impl.tools.ij.ij parser, int xid) throws SQLException
      Throws:
      SQLException
    • RecoverStatement

      ijResult RecoverStatement(org.apache.derby.impl.tools.ij.ij parser, int flag) throws SQLException
      Throws:
      SQLException
    • RollbackStatement

      void RollbackStatement(org.apache.derby.impl.tools.ij.ij parser, int xid) throws SQLException
      Throws:
      SQLException
    • StartStatement

      void StartStatement(org.apache.derby.impl.tools.ij.ij parser, int flag, int xid) throws SQLException
      Throws:
      SQLException
    • DataSourceStatement

      Connection DataSourceStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token dbname, org.apache.derby.impl.tools.ij.Token protocol, org.apache.derby.impl.tools.ij.Token userT, org.apache.derby.impl.tools.ij.Token passT, String id) throws SQLException
      Throws:
      SQLException
    • CPDataSourceStatement

      void CPDataSourceStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token dbname, org.apache.derby.impl.tools.ij.Token protocol) throws SQLException
      Throws:
      SQLException
    • CPConnectStatement

      void CPConnectStatement(org.apache.derby.impl.tools.ij.ij parser, org.apache.derby.impl.tools.ij.Token userT, org.apache.derby.impl.tools.ij.Token passT, String n) throws SQLException
      Throws:
      SQLException
    • CPGetConnectionStatement

      Connection CPGetConnectionStatement(org.apache.derby.impl.tools.ij.ij parser, String n) throws SQLException
      Throws:
      SQLException
    • CPDisconnectStatement

      void CPDisconnectStatement(org.apache.derby.impl.tools.ij.ij parser, String n) throws SQLException
      Throws:
      SQLException
    • setFramework

      void setFramework(String framework)