Home
last modified time | relevance | path

Searched refs:callIntMethod (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx252 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 DJStatement.cxx376 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 DSQLException.cxx94 return callIntMethod("getErrorCode",mID); in getErrorCode()
H A DInputStream.cxx70 return callIntMethod("available",mID); in available()
H A DTimestamp.cxx182 return callIntMethod("getNanos",mID); in getNanos()
H A DArray.cxx58 return callIntMethod("getBaseType",mID); in getBaseType()
H A DResultSetMetaData.cxx91 m_nColumnCount = callIntMethod("getColumnCount",mID); in getColumnCount()
H A DObject.cxx273 sal_Int32 java_lang_Object::callIntMethod( const char* _pMethodName, jmethodID& _inout_MethodID,boo… in callIntMethod() function in java_lang_Object
H A DJConnection.cxx445 return callIntMethod("getTransactionIsolation",mID); in getTransactionIsolation()
H A DPreparedStatement.cxx116 return callIntMethod("executeUpdate",mID); in executeUpdate()
H A DDatabaseMetaData.cxx580 sal_Int32 out( (sal_Int32)callIntMethod(_pMethodName,_inout_MethodID) ); in impl_callIntMethod()
/trunk/main/connectivity/source/inc/java/lang/
H A DObject.hxx133 …sal_Int32 callIntMethod( const char* _pMethodName, jmethodID& _inout_MethodID,bool _bIgnoreE…

Completed in 68 milliseconds