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)
|
XADataSourceStatement
void XADataSourceStatement(ij parser,
Token dbname,
Token shut,
java.lang.String create)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
XAConnectStatement
void XAConnectStatement(ij parser,
Token user,
Token pass,
java.lang.String id)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
XADisconnectStatement
void XADisconnectStatement(ij parser,
java.lang.String n)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
XAGetConnectionStatement
java.sql.Connection XAGetConnectionStatement(ij parser,
java.lang.String n)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
CommitStatement
void CommitStatement(ij parser,
Token onePhase,
Token twoPhase,
int xid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
EndStatement
void EndStatement(ij parser,
int flag,
int xid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
ForgetStatement
void ForgetStatement(ij parser,
int xid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
PrepareStatement
void PrepareStatement(ij parser,
int xid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
RecoverStatement
ijResult RecoverStatement(ij parser,
int flag)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
RollbackStatement
void RollbackStatement(ij parser,
int xid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
StartStatement
void StartStatement(ij parser,
int flag,
int xid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
DataSourceStatement
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
void CPDataSourceStatement(ij parser,
Token dbname,
Token protocol)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
CPConnectStatement
void CPConnectStatement(ij parser,
Token userT,
Token passT,
java.lang.String n)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
CPGetConnectionStatement
java.sql.Connection CPGetConnectionStatement(ij parser,
java.lang.String n)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
CPDisconnectStatement
void CPDisconnectStatement(ij parser,
java.lang.String n)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setFramework
void setFramework(java.lang.String framework)
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.