Home
last modified time | relevance | path

Searched refs:callIntMethodWithIntArg (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/connectivity/source/drivers/jdbc/
H A DResultSetMetaData.cxx73 return callIntMethodWithIntArg("getColumnDisplaySize",mID,column); in getColumnDisplaySize()
81 return callIntMethodWithIntArg("getColumnType",mID,column); in getColumnType()
186 return callIntMethodWithIntArg("getPrecision",mID,column); in getPrecision()
193 return callIntMethodWithIntArg("getScale",mID,column); in getScale()
200 return callIntMethodWithIntArg("isNullable",mID,column); in isNullable()
H A DInputStream.cxx64 callIntMethodWithIntArg("skip",mID,nBytesToSkip); in skipBytes()
H A DReader.cxx63 callIntMethodWithIntArg("skip",mID,nBytesToSkip); in skipBytes()
H A DObject.cxx289 sal_Int32 java_lang_Object::callIntMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_Me… in callIntMethodWithIntArg() function in java_lang_Object
H A DCallableStatement.cxx146 return callIntMethodWithIntArg("getInt",mID,columnIndex); in getInt()
H A DResultSet.cxx244 return callIntMethodWithIntArg("getInt",mID,columnIndex); in getInt()
/aoo42x/main/connectivity/source/inc/java/lang/
H A DObject.hxx134 …sal_Int32 callIntMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal…

Completed in 23 milliseconds