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

Public Member Functions

final native
NdbDictionary.TableConst 
getTable ()
final native NdbErrorConst getNdbError ()
final native int getWordsUsed ()
final native int load_const_null (int RegDest)
final native int load_const_u16 (int RegDest, int Constant)
final native int load_const_u32 (int RegDest, int Constant)
final native int load_const_u64 (int RegDest, long Constant)
final native int read_attr (int RegDest, int attrId)
final native int read_attr (int RegDest, NdbDictionary.ColumnConst column)
final native int write_attr (int attrId, int RegSource)
final native int write_attr (NdbDictionary.ColumnConst column, int RegSource)
final native int add_reg (int RegDest, int RegSource1, int RegSource2)
final native int sub_reg (int RegDest, int RegSource1, int RegSource2)
final native int def_label (int LabelNum)
final native int branch_label (int Label)
final native int branch_ge (int RegLvalue, int RegRvalue, int Label)
final native int branch_gt (int RegLvalue, int RegRvalue, int Label)
final native int branch_le (int RegLvalue, int RegRvalue, int Label)
final native int branch_lt (int RegLvalue, int RegRvalue, int Label)
final native int branch_eq (int RegLvalue, int RegRvalue, int Label)
final native int branch_ne (int RegLvalue, int RegRvalue, int Label)
final native int branch_ne_null (int RegLvalue, int Label)
final native int branch_eq_null (int RegLvalue, int Label)
final native int branch_col_eq (ByteBuffer val, int len, int attrId, int Label)
final native int branch_col_ne (ByteBuffer val, int len, int attrId, int Label)
final native int branch_col_lt (ByteBuffer val, int len, int attrId, int Label)
final native int branch_col_le (ByteBuffer val, int len, int attrId, int Label)
final native int branch_col_gt (ByteBuffer val, int len, int attrId, int Label)
final native int branch_col_ge (ByteBuffer val, int len, int attrId, int Label)
final native int branch_col_eq_null (int attrId, int Label)
final native int branch_col_ne_null (int attrId, int Label)
final native int branch_col_like (ByteBuffer val, int len, int attrId, int Label)
final native int branch_col_notlike (ByteBuffer val, int len, int attrId, int Label)
final native int interpret_exit_ok ()
final native int interpret_exit_nok (int ErrorCode)
final native int interpret_exit_nok ()
final native int interpret_exit_last_row ()
final native int add_val (int attrId, int aValue)
final native int add_val (int attrId, long aValue)
final native int sub_val (int attrId, int aValue)
final native int sub_val (int attrId, long aValue)
final native int def_sub (int SubroutineNumber)
final native int call_sub (int SubroutineNumber)
final native int ret_sub ()
final native int finalise ()
- Public Member Functions inherited from com.mysql.jtie.Wrapper
final boolean equals (Object obj)
final int hashCode ()
String toString ()

Static Public Member Functions

static final native
NdbInterpretedCode 
create (NdbDictionary.TableConst table, int[] buffer, int buffer_word_size)
static final native void delete (NdbInterpretedCode p0)

Additional Inherited Members

- Protected Member Functions inherited from com.mysql.jtie.Wrapper
 Wrapper ()
 Wrapper (Wrapper o)

Detailed Description

Definition at line 28 of file NdbInterpretedCode.java.


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