MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.cluster.crund.JdbcLoad.JdbcOp Class Reference
Inheritance diagram for com.mysql.cluster.crund.JdbcLoad.JdbcOp:
Collaboration diagram for com.mysql.cluster.crund.JdbcLoad.JdbcOp:

Public Member Functions

 JdbcOp (String name, String sql)
void init () throws SQLException
void close () throws SQLException
- Public Member Functions inherited from Op
void init (Kind a_kind, Type a_type=UNDEF)
void freemem ()

Protected Attributes

final String sql
PreparedStatement stmt

Additional Inherited Members

- Public Types inherited from Op
enum  Kind { OP = 1, EV = 2 }
enum  Type {
  UNDEF = -1, INS, DEL, UPD,
  NUL
}
- Public Attributes inherited from Op
Kind kind
Type type
Opnext_op
Opnext_com
Opnext_gci
Opnext_ev
Opnext_free
bool free
uint num_op
uint num_com
Data data [2]
bool match
Uint64 gci

Detailed Description

Definition at line 118 of file JdbcLoad.java.


The documentation for this class was generated from the following file: