Home
last modified time | relevance | path

Searched refs:getClob (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java79 XClob clob = getClob(columnIndex); in getCharacterStream()
187 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob() method in JavaSQLCallableStatement
190 java.sql.Clob clob = ((java.sql.CallableStatement)jdbcStatement).getClob(columnIndex); in getClob()
H A DJavaSQLResultSet.java401 public XClob getClob(int columnIndex) throws SQLException { in getClob() method in JavaSQLResultSet
403 java.sql.Clob clob = jdbcResultSet.getClob(columnIndex); in getClob()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java275 XClob getClob( int _colIndex ) throws SQLException in getClob() method in ResultSet
277 return m_row.getClob( _colIndex ); in getClob()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java277 public XClob getClob(int i) throws SQLException in getClob() method in RowSet
279 return m_row.getClob(i); in getClob()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java278 public XClob getClob(int i) throws SQLException in getClob() method in RowSet
280 return m_row.getClob(i); in getClob()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx185 Reference< XClob> DataColumn::getClob() throw( SQLException, RuntimeException ) in getClob() function in svxform::DataColumn
187 return m_xColumn->getClob(); in getClob()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2027 virtual Reference< XClob > getClob() const = 0;
2059 virtual Reference< XClob > getClob() const { return m_xRow->getClob( m_nPos ); }; in getClob() function in connectivity::detail::RowValue
2092 virtual Reference< XClob > getClob() const { return m_xColumn->getClob(); }; in getClob() function in connectivity::detail::ColumnValue
2189 (*this) = ::com::sun::star::uno::makeAny(_rValueSource.getClob()); in impl_fill()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx323 Reference< XClob > SAL_CALL OCallableStatement::getClob( sal_Int32 columnIndex ) throw(SQLException… in getClob() function in OCallableStatement
328 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getClob( columnIndex ); in getClob()
H A Ddatacolumn.cxx311 Reference< XClob > ODataColumn::getClob(void) throw( SQLException, RuntimeException ) in getClob() function in ODataColumn
316 return m_xRow->getClob(m_nPos); in getClob()
H A DCacheSet.cxx592 Reference< XClob > SAL_CALL OCacheSet::getClob( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getClob() function in OCacheSet
595 return m_xDriverRow->getClob(columnIndex); in getClob()
H A DPrivateRow.cxx128 …Reference< XClob > SAL_CALL OPrivateRow::getClob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getClob() function in OPrivateRow
H A DPrivateRow.hxx58 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( ::sal_…
H A Dresultset.cxx650 Reference< XClob > OResultSet::getClob(sal_Int32 columnIndex) throw( SQLException, RuntimeExceptio… in getClob() function in OResultSet
656 return m_xDelegatorRow->getClob(columnIndex); in getClob()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java205 public XClob getClob(int arg0) throws SQLException { in getClob() method in PostgresqlResultSet
206 return implRow.getClob(arg0); in getClob()
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx264 Reference< starsdbc::XClob > xClob = getClob(columnIndex); in getCharacterStream()
278 Reference< starsdbc::XClob > SAL_CALL java_sql_CallableStatement::getClob( sal_Int32 columnIndex ) … in getClob() function in java_sql_CallableStatement
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx321 getClob( in getClob() function in chelp::ResultSetBase
327 return m_aItems[m_nRow]->getClob( columnIndex ); in getClob()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1382 ::getClob( sal_Int32 columnIndex ) in getClob() function in ContentResultSetWrapper
1386 XROW_GETXXX( getClob ); in getClob()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx334 getClob( in getClob() function in ftp::ResultSetBase
340 return m_aItems[m_nRow]->getClob( columnIndex ); in getClob()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx378 getClob( in getClob() function in fileaccess::XResultSet_impl
384 return m_aItems[m_nRow]->getClob( columnIndex ); in getClob()
H A Dfilrow.hxx178 getClob(
/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java101 xClob = xRow.getClob(2); in testLongVarChar()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx200 Reference< XClob > SAL_CALL OCallableStatement::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getClob() function in OCallableStatement
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx74 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_In…
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx237 aValue <<= m_xRow->getClob(*aIter); in insertNewRow()
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx79 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_In…

Completed in 101 milliseconds

1234