Searched refs:callIntMethod (Results 1 – 12 of 12) sorted by relevance
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | ResultSet.cxx | 252 return callIntMethod("getRow",mID); in getRow() 908 return callIntMethod("getConcurrency",mID,true); in getResultSetConcurrency() 915 return callIntMethod("getType",mID,true); in getResultSetType() 922 return callIntMethod("getFetchDirection",mID,true); in getFetchDirection() 929 return callIntMethod("getFetchSize",mID,true); in getFetchSize()
|
H A D | JStatement.cxx | 376 sal_Int32 out = callIntMethod("getUpdateCount",mID); in getUpdateCount() 450 out = callIntMethod(_pMethodName,_inout_MethodID,true); in impl_getProperty() 459 return callIntMethod(_pMethodName,_inout_MethodID,true); in impl_getProperty()
|
H A D | SQLException.cxx | 94 return callIntMethod("getErrorCode",mID); in getErrorCode()
|
H A D | InputStream.cxx | 70 return callIntMethod("available",mID); in available()
|
H A D | Timestamp.cxx | 182 return callIntMethod("getNanos",mID); in getNanos()
|
H A D | Array.cxx | 58 return callIntMethod("getBaseType",mID); in getBaseType()
|
H A D | ResultSetMetaData.cxx | 91 m_nColumnCount = callIntMethod("getColumnCount",mID); in getColumnCount()
|
H A D | Object.cxx | 273 sal_Int32 java_lang_Object::callIntMethod( const char* _pMethodName, jmethodID& _inout_MethodID,boo… in callIntMethod() function in java_lang_Object
|
H A D | JConnection.cxx | 445 return callIntMethod("getTransactionIsolation",mID); in getTransactionIsolation()
|
H A D | PreparedStatement.cxx | 116 return callIntMethod("executeUpdate",mID); in executeUpdate()
|
H A D | DatabaseMetaData.cxx | 580 sal_Int32 out( (sal_Int32)callIntMethod(_pMethodName,_inout_MethodID) ); in impl_callIntMethod()
|
/trunk/main/connectivity/source/inc/java/lang/ |
H A D | Object.hxx | 133 …sal_Int32 callIntMethod( const char* _pMethodName, jmethodID& _inout_MethodID,bool _bIgnoreE…
|
Completed in 58 milliseconds