/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 275 XClob getClob( int _colIndex ) throws SQLException in getClob() method in ResultSet 277 return m_row.getClob( _colIndex ); in getClob()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 277 public XClob getClob(int i) throws SQLException in getClob() method in RowSet 279 return m_row.getClob(i); in getClob()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 278 public XClob getClob(int i) throws SQLException in getClob() method in RowSet 280 return m_row.getClob(i); in getClob()
|
/aoo41x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 185 Reference< XClob> DataColumn::getClob() throw( SQLException, RuntimeException ) in getClob() function in svxform::DataColumn 187 return m_xColumn->getClob(); in getClob()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 2027 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()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 323 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 D | datacolumn.cxx | 311 Reference< XClob > ODataColumn::getClob(void) throw( SQLException, RuntimeException ) in getClob() function in ODataColumn 316 return m_xRow->getClob(m_nPos); in getClob()
|
H A D | CacheSet.cxx | 592 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 D | PrivateRow.cxx | 128 …Reference< XClob > SAL_CALL OPrivateRow::getClob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getClob() function in OPrivateRow
|
H A D | PrivateRow.hxx | 58 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( ::sal_…
|
H A D | resultset.cxx | 650 Reference< XClob > OResultSet::getClob(sal_Int32 columnIndex) throw( SQLException, RuntimeExceptio… in getClob() function in OResultSet 656 return m_xDelegatorRow->getClob(columnIndex); in getClob()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 264 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
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 334 getClob( in getClob() function in ftp::ResultSetBase 340 return m_aItems[m_nRow]->getClob( columnIndex ); in getClob()
|
/aoo41x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1382 ::getClob( sal_Int32 columnIndex ) in getClob() function in ContentResultSetWrapper 1386 XROW_GETXXX( getClob ); in getClob()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 321 getClob( in getClob() function in chelp::ResultSetBase 327 return m_aItems[m_nRow]->getClob( columnIndex ); in getClob()
|
/aoo41x/main/connectivity/qa/complex/connectivity/ |
H A D | JdbcLongVarCharTest.java | 101 xClob = xRow.getClob(2); in testLongVarChar()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 378 getClob( in getClob() function in fileaccess::XResultSet_impl 384 return m_aItems[m_nRow]->getClob( columnIndex ); in getClob()
|
H A D | filrow.hxx | 178 getClob(
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 200 Reference< XClob > SAL_CALL OCallableStatement::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getClob() function in OCallableStatement
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | RowSetDrop.cxx | 237 aValue <<= m_xRow->getClob(*aIter); in insertNewRow()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 74 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_In…
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | CallableStatement.hxx | 79 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_In…
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 497 XClob getVal = oObj.getClob(col) ; in _getClob()
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | callablestatement.hxx | 86 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_In…
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XClob.idl | 90 <code>getClob</code>
|