org.apache.derby.impl.tools.ij
Interface xaAbstractHelper

All Known Implementing Classes:
xaHelper

interface xaAbstractHelper


Method Summary
 void CommitStatement(ij parser, Token onePhase, Token twoPhase, int xid)
           
 void CPConnectStatement(ij parser, Token userT, Token passT, java.lang.String n)
           
 void CPDataSourceStatement(ij parser, Token dbname, Token protocol)
           
 void CPDisconnectStatement(ij parser, java.lang.String n)
           
 java.sql.Connection CPGetConnectionStatement(ij parser, java.lang.String n)
           
 java.sql.Connection DataSourceStatement(ij parser, Token dbname, Token protocol, Token userT, Token passT, java.lang.String id)
           
 void EndStatement(ij parser, int flag, int xid)
           
 void ForgetStatement(ij parser, int xid)
           
 void PrepareStatement(ij parser, int xid)
           
 ijResult RecoverStatement(ij parser, int flag)
           
 void RollbackStatement(ij parser, int xid)
           
 void setFramework(java.lang.String framework)
           
 void StartStatement(ij parser, int flag, int xid)
           
 void XAConnectStatement(ij parser, Token user, Token pass, java.lang.String id)
           
 void XADataSourceStatement(ij parser, Token dbname, Token shut, java.lang.String create)
           
 void XADisconnectStatement(ij parser, java.lang.String n)
           
 java.sql.Connection XAGetConnectionStatement(ij parser, java.lang.String n)
           
 

Method Detail

XADataSourceStatement

public void XADataSourceStatement(ij parser,
                                  Token dbname,
                                  Token shut,
                                  java.lang.String create)
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

XAConnectStatement

public void XAConnectStatement(ij parser,
                               Token user,
                               Token pass,
                               java.lang.String id)
                        throws java.sql.SQLException
Throws:
java.sql.SQLException

XADisconnectStatement

public void XADisconnectStatement(ij parser,
                                  java.lang.String n)
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

XAGetConnectionStatement

public java.sql.Connection XAGetConnectionStatement(ij parser,
                                                    java.lang.String n)
                                             throws java.sql.SQLException
Throws:
java.sql.SQLException

CommitStatement

public void CommitStatement(ij parser,
                            Token onePhase,
                            Token twoPhase,
                            int xid)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

EndStatement

public void EndStatement(ij parser,
                         int flag,
                         int xid)
                  throws java.sql.SQLException
Throws:
java.sql.SQLException

ForgetStatement

public void ForgetStatement(ij parser,
                            int xid)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

PrepareStatement

public void PrepareStatement(ij parser,
                             int xid)
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

RecoverStatement

public ijResult RecoverStatement(ij parser,
                                 int flag)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

RollbackStatement

public void RollbackStatement(ij parser,
                              int xid)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

StartStatement

public void StartStatement(ij parser,
                           int flag,
                           int xid)
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

DataSourceStatement

public java.sql.Connection DataSourceStatement(ij parser,
                                               Token dbname,
                                               Token protocol,
                                               Token userT,
                                               Token passT,
                                               java.lang.String id)
                                        throws java.sql.SQLException
Throws:
java.sql.SQLException

CPDataSourceStatement

public void CPDataSourceStatement(ij parser,
                                  Token dbname,
                                  Token protocol)
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

CPConnectStatement

public void CPConnectStatement(ij parser,
                               Token userT,
                               Token passT,
                               java.lang.String n)
                        throws java.sql.SQLException
Throws:
java.sql.SQLException

CPGetConnectionStatement

public java.sql.Connection CPGetConnectionStatement(ij parser,
                                                    java.lang.String n)
                                             throws java.sql.SQLException
Throws:
java.sql.SQLException

CPDisconnectStatement

public void CPDisconnectStatement(ij parser,
                                  java.lang.String n)
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

setFramework

public void setFramework(java.lang.String framework)


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.