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/main/java/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()
/trunk/main/forms/qa/integration/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() 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 …star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL BlobHelper::getBinaryStream( ) 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) 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.hxx53 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( ::sal_Int32 …
/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/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/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx235 getBinaryStream( in getBinaryStream() function in ftp::ResultSetBase
239 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx229 getBinaryStream( in getBinaryStream() function in chelp::ResultSetBase
233 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
/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 …r::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL java_sql_Blob::getBinaryStream( ) in getBinaryStream() function in java_sql_Blob
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx285 getBinaryStream( in getBinaryStream() function in fileaccess::XResultSet_impl
289 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
H A Dfilrow.hxx119 getBinaryStream(
/trunk/main/connectivity/source/inc/java/sql/
H A DBlob.hxx53 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( );
H A DCallableStatement.hxx74 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 co…
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx40 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( );
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1226 ::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream() function in ContentResultSetWrapper
1228 XROW_GETXXX( getBinaryStream ); in getBinaryStream()
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx69 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 co…

1234