Searched refs:callVoidMethodWithBoolArg (Results 1 – 4 of 4) sorted by relevance
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JConnection.cxx | 409 callVoidMethodWithBoolArg("setReadOnly",mID,readOnly); in setReadOnly() 415 callVoidMethodWithBoolArg("setAutoCommit",mID,autoCommit); in setAutoCommit()
|
H A D | Object.cxx | 326 void java_lang_Object::callVoidMethodWithBoolArg( const char* _pMethodName, jmethodID& _inout_Metho… in callVoidMethodWithBoolArg() function in java_lang_Object
|
H A D | JStatement.cxx | 519 callVoidMethodWithBoolArg("setEscapeProcessing",mID,_par0,true); in setEscapeProcessing()
|
/trunk/main/connectivity/source/inc/java/lang/ |
H A D | Object.hxx | 140 …void callVoidMethodWithBoolArg( const char* _pMethodName, jmethodID& _inout_MethodID, s…
|
Completed in 39 milliseconds