Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/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.cxx565 sal_Int32 OStatement_Base::getMaxFieldSize() const in getMaxFieldSize() function in OStatement_Base
721 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
785 rValue <<= getMaxFieldSize(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx475 sal_Int32 java_sql_Statement_Base::getMaxFieldSize() in getMaxFieldSize() function in java_sql_Statement_Base
636 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
714 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
966 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
1065 rValue <<= getMaxFieldSize(); in getFastPropertyValue()
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx93 sal_Int32 getMaxFieldSize() const;
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx68 sal_Int32 getMaxFieldSize();
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx86 sal_Int32 getMaxFieldSize() const;