Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx621 JNIEnv& _rEnv, const Sequence< NamedValue >& _rSystemProperties ) in lcl_setSystemProperties_nothrow() argument
627 LocalRef< jclass > systemClass( _rEnv ); in lcl_setSystemProperties_nothrow()
630 systemClass.set( _rEnv.FindClass( "java/lang/System" ) ); in lcl_setSystemProperties_nothrow()
633 nSetPropertyMethodID = _rEnv.GetStaticMethodID( in lcl_setSystemProperties_nothrow()
650 … LocalRef< jstring > jName( _rEnv, convertwchar_tToJavaString( &_rEnv, pSystemProp->Name ) ); in lcl_setSystemProperties_nothrow()
651 LocalRef< jstring > jValue( _rEnv, convertwchar_tToJavaString( &_rEnv, sValue ) ); in lcl_setSystemProperties_nothrow()
653_rEnv.CallStaticObjectMethod( systemClass.get(), nSetPropertyMethodID, jName.get(), jValue.get() ); in lcl_setSystemProperties_nothrow()
654 LocalRef< jthrowable > throwable( _rEnv, _rEnv.ExceptionOccurred() ); in lcl_setSystemProperties_nothrow()
H A DObject.cxx266 jobject java_lang_Object::callResultSetMethod( JNIEnv& _rEnv,const char* _pMethodName, jmethodID& _… in callResultSetMethod() argument
269 jobject out = callObjectMethod(&_rEnv,_pMethodName,"()Ljava/sql/ResultSet;", _inout_MethodID); in callResultSetMethod()
/trunk/main/connectivity/source/inc/java/lang/
H A DObject.hxx132 …jobject callResultSetMethod( JNIEnv& _rEnv, const char* _pMethodName, jmethodID& _inout_Me…

Completed in 40 milliseconds