| /trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLBlob.java | 57 public XInputStream getBinaryStream() throws SQLException { in getBinaryStream() method in JavaSQLBlob 59 InputStream inputStream = jdbcBlob.getBinaryStream(); in getBinaryStream()
|
| H A D | JavaSQLCallableStatement.java | 67 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 D | ResultSet.java | 245 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 D | RowSet.java | 252 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 D | RowSet.java | 253 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 D | sdbdatacolumn.cxx | 160 Reference< XInputStream> DataColumn::getBinaryStream() in getBinaryStream() function in svxform::DataColumn 162 return m_xColumn->getBinaryStream(); in getBinaryStream()
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | FValue.cxx | 1729 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 D | BlobHelper.cxx | 50 …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 D | callablestatement.cxx | 275 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 D | datacolumn.cxx | 266 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 D | CacheSet.cxx | 562 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 D | PrivateRow.hxx | 53 …: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 D | PostgresqlResultSet.java | 181 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.java | 146 row.getBinaryStream(i + 1) ; in _updateNull() 550 XInputStream getVal = row.getBinaryStream(idx) ; in _updateBinaryStream()
|
| /trunk/main/ucb/source/ucp/ftp/ |
| H A D | ftpresultsetbase.hxx | 235 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 D | resultsetbase.hxx | 229 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 D | CallableStatement.cxx | 257 …::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 D | Blob.cxx | 103 …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 D | filrset.hxx | 285 getBinaryStream( in getBinaryStream() function in fileaccess::XResultSet_impl 289 return m_aItems[m_nRow]->getBinaryStream( columnIndex ); in getBinaryStream()
|
| H A D | filrow.hxx | 119 getBinaryStream(
|
| /trunk/main/connectivity/source/inc/java/sql/ |
| H A D | Blob.hxx | 53 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( );
|
| H A D | CallableStatement.hxx | 74 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 co…
|
| /trunk/main/connectivity/inc/connectivity/ |
| H A D | BlobHelper.hxx | 40 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( );
|
| /trunk/main/ucb/source/cacher/ |
| H A D | contentresultsetwrapper.cxx | 1226 ::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream() function in ContentResultSetWrapper 1228 XROW_GETXXX( getBinaryStream ); in getBinaryStream()
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | ACallableStatement.hxx | 69 …:star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 co…
|