/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLClob.java | 57 public XInputStream getCharacterStream() throws SQLException { in getCharacterStream() method in JavaSQLClob 59 Reader reader = jdbcClob.getCharacterStream(); in getCharacterStream()
|
H A D | JavaSQLCallableStatement.java | 77 public XInputStream getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() method in JavaSQLCallableStatement 81 return clob.getCharacterStream(); in getCharacterStream()
|
H A D | JavaSQLResultSet.java | 278 public XInputStream getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() method in JavaSQLResultSet 280 …putStreamToXInputStreamAdapter(new ReaderInputStream(jdbcResultSet.getCharacterStream(columnIndex)… in getCharacterStream()
|
/trunk/main/forms/qa/integration/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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
|
/trunk/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…
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 201 public XInputStream getCharacterStream(int arg0) throws SQLException { in getCharacterStream() method in PostgresqlResultSet 202 return implRow.getCharacterStream(arg0); in getCharacterStream()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 148 row.getCharacterStream(i + 1) ; in _updateNull() 587 XInputStream getVal = row.getCharacterStream(idx) ; in _updateCharacterStream()
|
/trunk/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
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | Clob.hxx | 53 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( ) throw(::…
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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(
|
/trunk/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
|
/trunk/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…
|