Home
last modified time | relevance | path

Searched refs:getBinaryStream (Results 1 – 25 of 90) sorted by relevance

1234

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java57 public XInputStream getBinaryStream() throws SQLException { in getBinaryStream() method in JavaSQLBlob
59 InputStream inputStream = jdbcBlob.getBinaryStream(); in getBinaryStream()
H A DJavaSQLCallableStatement.java67 public synchronized XInputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() method in JavaSQLCallableStatement
71 return blob.getBinaryStream(); in getBinaryStream()
H A DJavaSQLResultSet.java269 public XInputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() method in JavaSQLResultSet
271 return new InputStreamToXInputStreamAdapter(jdbcResultSet.getBinaryStream(columnIndex)); in getBinaryStream()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java245 XInputStream getBinaryStream( int _colIndex ) throws SQLException in getBinaryStream() method in ResultSet
247 return m_row.getBinaryStream( _colIndex ); in getBinaryStream()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java252 public XInputStream getBinaryStream(int i) throws SQLException in getBinaryStream() method in RowSet
254 return m_row.getBinaryStream(i); in getBinaryStream()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java253 public XInputStream getBinaryStream(int i) throws SQLException in getBinaryStream() method in RowSet
255 return m_row.getBinaryStream(i); in getBinaryStream()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx160 Reference< XInputStream> DataColumn::getBinaryStream() throw( SQLException, RuntimeException ) in getBinaryStream() function in svxform::DataColumn
162 return m_xColumn->getBinaryStream(); in getBinaryStream()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1729 xStream = xBlob->getBinaryStream(); in getSequence()
2024 virtual Reference< XInputStream > getBinaryStream() const = 0;
2056 …virtual Reference< XInputStream > getBinaryStream() const { return m_xRow->getBinaryStream( … in getBinaryStream() function in connectivity::detail::RowValue
2089 …virtual Reference< XInputStream > getBinaryStream() const { return m_xColumn->getBinaryStrea… in getBinaryStream() function in connectivity::detail::ColumnValue
H A DBlobHelper.cxx50 …Reference< ::com::sun::star::io::XInputStream > SAL_CALL BlobHelper::getBinaryStream( ) throw (::… in getBinaryStream() function in BlobHelper
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx275 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getBinaryStream( sal_I… in getBinaryStream() function in OCallableStatement
281 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBinaryStream( columnIndex ); in getBinaryStream()
H A Ddatacolumn.cxx266 Reference< ::com::sun::star::io::XInputStream > ODataColumn::getBinaryStream(void) throw( SQLExcep… in getBinaryStream() function in ODataColumn
271 return m_xRow->getBinaryStream(m_nPos); in getBinaryStream()
H A DCacheSet.cxx562 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCacheSet::getBinaryStream( sal_Int32 colu… in getBinaryStream() function in OCacheSet
565 return m_xDriverRow->getBinaryStream(columnIndex); in getBinaryStream()
H A DPrivateRow.cxx103 …Reference< ::com::sun::star::io::XInputStream > SAL_CALL OPrivateRow::getBinaryStream( ::sal_Int32… in getBinaryStream() function in OPrivateRow
H A DPrivateRow.hxx53 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( ::sal_Int32 …
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java181 public XInputStream getBinaryStream(int arg0) throws SQLException { in getBinaryStream() method in PostgresqlResultSet
182 return implRow.getBinaryStream(arg0); in getBinaryStream()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java146 row.getBinaryStream(i + 1) ; in _updateNull()
550 XInputStream getVal = row.getBinaryStream(idx) ; in _updateBinaryStream()
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx257 …::sun::star::io::XInputStream > SAL_CALL java_sql_CallableStatement::getBinaryStream( sal_Int32 co… in getBinaryStream() function in java_sql_CallableStatement
260 return xBlob.is() ? xBlob->getBinaryStream() : Reference< ::com::sun::star::io::XInputStream >(); in getBinaryStream()
H A DBlob.cxx103 …erence< ::com::sun::star::io::XInputStream > SAL_CALL java_sql_Blob::getBinaryStream( ) throw(::c… in getBinaryStream() function in java_sql_Blob
/trunk/main/connectivity/source/inc/java/sql/
H A DBlob.hxx53 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( ) throw(::c…
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx40 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( ) throw (::…
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx260 getBinaryStream( in getBinaryStream() function in chelp::ResultSetBase
266 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1324 ::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream() function in ContentResultSetWrapper
1328 XROW_GETXXX( getBinaryStream ); in getBinaryStream()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx266 getBinaryStream( in getBinaryStream() function in ftp::ResultSetBase
272 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx317 getBinaryStream( in getBinaryStream() function in fileaccess::XResultSet_impl
323 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx180 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getBinaryStream( sal_I… in getBinaryStream() function in OCallableStatement

Completed in 90 milliseconds

1234