Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java158 setMaxFieldSize((int)value); in registerProperties()
306 private synchronized void setMaxFieldSize(int value) throws WrappedTargetException { in setMaxFieldSize() method in JavaSQLStatementBase
309 jdbcStatement.setMaxFieldSize(value); in setMaxFieldSize()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx643 void OStatement_Base::setMaxFieldSize(sal_Int32 /*_par0*/) throw(SQLException, RuntimeException) in setMaxFieldSize() function in OStatement_Base
747 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx576 void java_sql_Statement_Base::setMaxFieldSize(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxFieldSize() function in java_sql_Statement_Base
672 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx886 void OStatement_Base::setMaxFieldSize(sal_Int32 _par0) in setMaxFieldSize() function in OStatement_Base
1021 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/aoo42x/main/connectivity/source/inc/odbc/
H A DOStatement.hxx98 void setMaxFieldSize(sal_Int32 _par0) ;
/aoo42x/main/connectivity/source/inc/ado/
H A DAStatement.hxx102 …void setMaxFieldSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
/aoo42x/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx77 …void setMaxFieldSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException…

Completed in 52 milliseconds