Home
last modified time | relevance | path

Searched refs:callMethodWithIntArg (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx94 return callMethodWithIntArg<jbyte>(pCallMethod,"getByte","(I)B",mID,columnIndex); in getByte()
129 return callMethodWithIntArg<double>(pCallMethod,"getDouble","(I)D",mID,columnIndex); in getDouble()
138 return callMethodWithIntArg<jfloat>(pCallMethod,"getFloat","(I)F",mID,columnIndex); in getFloat()
155 return callMethodWithIntArg<jlong>(pCallMethod,"getLong","(I)J",mID,columnIndex); in getLong()
174 return callMethodWithIntArg<jshort>(pCallMethod,"getShort","(I)S",mID,columnIndex); in getShort()
H A DResultSet.cxx189 return callMethodWithIntArg<jbyte>(pCallMethod,"getByte","(I)B",mID,columnIndex); in getByte()
227 return callMethodWithIntArg<double>(pCallMethod,"getDouble","(I)D",mID,columnIndex); in getDouble()
236 return callMethodWithIntArg<jfloat>(pCallMethod,"getFloat","(I)F",mID,columnIndex); in getFloat()
261 return callMethodWithIntArg<jlong>(pCallMethod,"getLong","(I)J",mID,columnIndex); in getLong()
387 return callMethodWithIntArg<jshort>(pCallMethod,"getShort","(I)S",mID,columnIndex); in getShort()
/aoo42x/main/connectivity/source/inc/java/lang/
H A DObject.hxx146 …T callMethodWithIntArg(T (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) ,const cha… in callMethodWithIntArg() function in connectivity::java_lang_Object

Completed in 97 milliseconds