Searched refs:callVoidMethodWithIntArg (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 505 callVoidMethodWithIntArg("setQueryTimeOut",mID,_par0,true); in setQueryTimeOut() 530 callVoidMethodWithIntArg("setMaxRows",mID,_par0,true); in setMaxRows() 561 callVoidMethodWithIntArg("setFetchDirection",mID,_par0,true); in setFetchDirection() 573 callVoidMethodWithIntArg("setFetchSize",mID,_par0,true); in setFetchSize() 583 callVoidMethodWithIntArg("setMaxFieldSize",mID,_par0,true); in setMaxFieldSize()
|
H A D | ResultSet.cxx | 640 callVoidMethodWithIntArg("updateNull",mID,columnIndex); in updateNull() 944 callVoidMethodWithIntArg("setFetchDirection",mID,_par0,true); in setFetchDirection() 958 callVoidMethodWithIntArg("setFetchSize",mID,_par0,true); in setFetchSize()
|
H A D | Timestamp.cxx | 188 callVoidMethodWithIntArg("setNanos",mID,_par0); in setNanos()
|
H A D | Object.cxx | 312 void java_lang_Object::callVoidMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_Method… in callVoidMethodWithIntArg() function in java_lang_Object
|
H A D | JConnection.cxx | 454 callVoidMethodWithIntArg("setTransactionIsolation",mID,level); in setTransactionIsolation()
|
/aoo41x/main/connectivity/source/inc/java/lang/ |
H A D | Object.hxx | 139 …void callVoidMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sa…
|
Completed in 44 milliseconds