Searched refs:getMaxFieldSize (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 563 sal_Int32 OStatement_Base::getMaxFieldSize() const throw(SQLException, RuntimeException) in getMaxFieldSize() function in OStatement_Base 720 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue() 784 rValue <<= getMaxFieldSize(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 475 sal_Int32 java_sql_Statement_Base::getMaxFieldSize() throw(SQLException, RuntimeException) in getMaxFieldSize() function in java_sql_Statement_Base 637 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue() 716 rValue <<= THIS->getMaxFieldSize(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 744 sal_Int32 OStatement_Base::getMaxFieldSize() const in getMaxFieldSize() function in OStatement_Base 967 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue() 1066 rValue <<= getMaxFieldSize(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 86 sal_Int32 getMaxFieldSize() const;
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 93 …sal_Int32 getMaxFieldSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 68 …sal_Int32 getMaxFieldSize() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
|
Completed in 39 milliseconds