Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java152 return getMaxFieldSize(); in registerProperties()
297 private int getMaxFieldSize() throws WrappedTargetException { in getMaxFieldSize() method in JavaSQLStatementBase
300 return jdbcStatement.getMaxFieldSize(); in getMaxFieldSize()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx563 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()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx475 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()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx744 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()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx86 sal_Int32 getMaxFieldSize() const;
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx93 …sal_Int32 getMaxFieldSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx68 …sal_Int32 getMaxFieldSize() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…

Completed in 45 milliseconds