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

Classes

interface  BinaryCondition
interface  Error
interface  Group

Public Member Functions

final native NdbErrorConst getNdbError ()
final native
NdbInterpretedCodeConst 
getInterpretedCode ()
final native NdbOperation getNdbOperation ()
final native int begin (int group)
final native int end ()
final native int istrue ()
final native int isfalse ()
final native int cmp (int cond, int ColId, ByteBuffer val, int len)
final native int eq (int ColId, int value)
final native int ne (int ColId, int value)
final native int lt (int ColId, int value)
final native int le (int ColId, int value)
final native int gt (int ColId, int value)
final native int ge (int ColId, int value)
final native int eq (int ColId, long value)
final native int ne (int ColId, long value)
final native int lt (int ColId, long value)
final native int le (int ColId, long value)
final native int gt (int ColId, long value)
final native int ge (int ColId, long value)
final native int isnull (int ColId)
final native int isnotnull (int ColId)
- 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 NdbScanFilter create (NdbInterpretedCode code)
static final native NdbScanFilter create (NdbOperation op)
static final native void delete (NdbScanFilter 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 NdbScanFilter.java.


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