MySQL 5.6.14 Source Code Document
|
#include <jtie_tconv_array_impl.hpp>
Static Public Member Functions | |
static C * | getArrayElements (JNIEnv *env, JA j, jboolean *isCopy) |
static void | releaseArrayElements (JNIEnv *env, JA j, const C *c, jint mode) |
static JA | newArray (JNIEnv *env, jsize len, const C *c) |
Implements ArrayConv on primitive array types.
The JNI headers, but not the spec, of JDKs >= 1.4 declare the last parameter of Set<Jtype>ArrayRegion(..., const J *) correctly as const
Definition at line 160 of file jtie_tconv_array_impl.hpp.