/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 251 XInputStream getCharacterStream( int _colIndex ) throws SQLException in getCharacterStream() method in ResultSet 253 return m_row.getCharacterStream( _colIndex ); in getCharacterStream()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 257 public XInputStream getCharacterStream(int i) throws SQLException in getCharacterStream() method in RowSet 259 return m_row.getCharacterStream(i); in getCharacterStream()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 258 public XInputStream getCharacterStream(int i) throws SQLException in getCharacterStream() method in RowSet 260 return m_row.getCharacterStream(i); in getCharacterStream()
|
/aoo41x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 165 Reference< XInputStream> DataColumn::getCharacterStream() throw( SQLException, RuntimeException ) in getCharacterStream() function in svxform::DataColumn 167 return m_xColumn->getCharacterStream(); in getCharacterStream()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1734 xStream = xClob->getCharacterStream(); in getSequence() 2025 virtual Reference< XInputStream > getCharacterStream() const = 0; 2057 …virtual Reference< XInputStream > getCharacterStream() const { return m_xRow->getCharacterStrea… in getCharacterStream() function in connectivity::detail::RowValue 2090 …virtual Reference< XInputStream > getCharacterStream() const { return m_xColumn->getCharacterSt… in getCharacterStream() function in connectivity::detail::ColumnValue
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 285 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getCharacterStream( sa… in getCharacterStream() function in OCallableStatement 291 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getCharacterStream( columnIndex ); in getCharacterStream()
|
H A D | datacolumn.cxx | 275 Reference< ::com::sun::star::io::XInputStream > ODataColumn::getCharacterStream(void) throw( SQLEx… in getCharacterStream() function in ODataColumn 280 return m_xRow->getCharacterStream(m_nPos); in getCharacterStream()
|
H A D | CacheSet.cxx | 568 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCacheSet::getCharacterStream( sal_Int32 c… in getCharacterStream() function in OCacheSet 571 return m_xDriverRow->getCharacterStream(columnIndex); in getCharacterStream()
|
H A D | PrivateRow.cxx | 108 …Reference< ::com::sun::star::io::XInputStream > SAL_CALL OPrivateRow::getCharacterStream( ::sal_In… in getCharacterStream() function in OPrivateRow
|
H A D | PrivateRow.hxx | 54 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( ::sal_Int32…
|
H A D | resultset.cxx | 614 Reference< ::com::sun::star::io::XInputStream > OResultSet::getCharacterStream(sal_Int32 columnInd… in getCharacterStream() function in OResultSet 620 return m_xDelegatorRow->getCharacterStream(columnIndex); in getCharacterStream()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 148 row.getCharacterStream(i + 1) ; in _updateNull() 587 XInputStream getVal = row.getCharacterStream(idx) ; in _updateCharacterStream()
|
H A D | _XRow.java | 417 XInputStream getVal = oObj.getCharacterStream(col) ; in _getCharacterStream()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 262 …sun::star::io::XInputStream > SAL_CALL java_sql_CallableStatement::getCharacterStream( sal_Int32 c… in getCharacterStream() function in java_sql_CallableStatement 265 …return xClob.is() ? xClob->getCharacterStream() : Reference< ::com::sun::star::io::XInputStream >(… in getCharacterStream()
|
H A D | Clob.cxx | 96 …ence< ::com::sun::star::io::XInputStream > SAL_CALL java_sql_Clob::getCharacterStream( ) throw(::… in getCharacterStream() function in java_sql_Clob
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | Clob.hxx | 53 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( ) throw(::…
|
H A D | CallableStatement.hxx | 75 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( sal_Int32 c…
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 280 getCharacterStream( in getCharacterStream() function in ftp::ResultSetBase 286 return m_aItems[m_nRow]->getCharacterStream( columnIndex ); in getCharacterStream()
|
/aoo41x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1334 ::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream() function in ContentResultSetWrapper 1338 XROW_GETXXX( getCharacterStream ); in getCharacterStream()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 272 getCharacterStream( in getCharacterStream() function in chelp::ResultSetBase 278 return m_aItems[m_nRow]->getCharacterStream( columnIndex ); in getCharacterStream()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 329 getCharacterStream( in getCharacterStream() function in fileaccess::XResultSet_impl 335 return m_aItems[m_nRow]->getCharacterStream( columnIndex ); in getCharacterStream()
|
H A D | filrow.hxx | 153 getCharacterStream(
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 186 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getCharacterStream( sa… in getCharacterStream() function in OCallableStatement
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 70 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( sal_Int32 c…
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | callablestatement.hxx | 82 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( sal_Int32 c…
|