Searched refs:impl_getProperty (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 424 return impl_getProperty("getQueryTimeOut",mID); in getQueryTimeOut() 430 return impl_getProperty("getMaxRows",mID); in getMaxRows() 436 return impl_getProperty("getResultSetConcurrency",mID,m_nResultSetConcurrency); in getResultSetConcurrency() 443 return impl_getProperty("getResultSetType",mID,m_nResultSetType); in getResultSetType() 446 sal_Int32 java_sql_Statement_Base::impl_getProperty(const char* _pMethodName, jmethodID& _inout_Met… in impl_getProperty() function in java_sql_Statement_Base 455 sal_Int32 java_sql_Statement_Base::impl_getProperty(const char* _pMethodName, jmethodID& _inout_Met… in impl_getProperty() function in java_sql_Statement_Base 466 return impl_getProperty("getFetchDirection",mID); in getFetchDirection() 472 return impl_getProperty("getFetchSize",mID); in getFetchSize() 478 return impl_getProperty("getMaxFieldSize",mID); in getMaxFieldSize()
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 127 sal_Int32 impl_getProperty(const char* _pMethodName, jmethodID& _inout_MethodID); 128 …sal_Int32 impl_getProperty(const char* _pMethodName, jmethodID& _inout_MethodID,sal_Int32 _nDefaul…
|
Completed in 11 milliseconds