Searched refs:callIntMethodWithIntArg (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | ResultSetMetaData.cxx | 73 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 D | InputStream.cxx | 64 callIntMethodWithIntArg("skip",mID,nBytesToSkip); in skipBytes()
|
H A D | Reader.cxx | 63 callIntMethodWithIntArg("skip",mID,nBytesToSkip); in skipBytes()
|
H A D | Object.cxx | 289 sal_Int32 java_lang_Object::callIntMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_Me… in callIntMethodWithIntArg() function in java_lang_Object
|
H A D | CallableStatement.cxx | 146 return callIntMethodWithIntArg("getInt",mID,columnIndex); in getInt()
|
H A D | ResultSet.cxx | 244 return callIntMethodWithIntArg("getInt",mID,columnIndex); in getInt()
|
/aoo42x/main/connectivity/source/inc/java/lang/ |
H A D | Object.hxx | 134 …sal_Int32 callIntMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal…
|
Completed in 27 milliseconds