Home
last modified time | relevance | path

Searched refs:getCharacterStream (Results 1 – 25 of 84) sorted by relevance

1234

/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLClob.java57 public XInputStream getCharacterStream() throws SQLException { in getCharacterStream() method in JavaSQLClob
59 Reader reader = jdbcClob.getCharacterStream(); in getCharacterStream()
H A DJavaSQLCallableStatement.java77 public XInputStream getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() method in JavaSQLCallableStatement
81 return clob.getCharacterStream(); in getCharacterStream()
H A DJavaSQLResultSet.java278 public XInputStream getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() method in JavaSQLResultSet
280 …putStreamToXInputStreamAdapter(new ReaderInputStream(jdbcResultSet.getCharacterStream(columnIndex)… in getCharacterStream()
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java251 XInputStream getCharacterStream( int _colIndex ) throws SQLException in getCharacterStream() method in ResultSet
253 return m_row.getCharacterStream( _colIndex ); in getCharacterStream()
/aoo42x/main/connectivity/qa/connectivity/tools/
H A DRowSet.java258 public XInputStream getCharacterStream(int i) throws SQLException in getCharacterStream() method in RowSet
260 return m_row.getCharacterStream(i); in getCharacterStream()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java257 public XInputStream getCharacterStream(int i) throws SQLException in getCharacterStream() method in RowSet
259 return m_row.getCharacterStream(i); in getCharacterStream()
/aoo42x/main/svx/source/form/
H A Dsdbdatacolumn.cxx165 Reference< XInputStream> DataColumn::getCharacterStream() throw( SQLException, RuntimeException ) in getCharacterStream() function in svxform::DataColumn
167 return m_xColumn->getCharacterStream(); in getCharacterStream()
/aoo42x/main/connectivity/source/commontools/
H A DFValue.cxx1734 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
/aoo42x/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx285 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 Ddatacolumn.cxx275 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 DCacheSet.cxx568 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 DPrivateRow.cxx108 …Reference< ::com::sun::star::io::XInputStream > SAL_CALL OPrivateRow::getCharacterStream( ::sal_In… in getCharacterStream() function in OPrivateRow
H A DPrivateRow.hxx54 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( ::sal_Int32…
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java201 public XInputStream getCharacterStream(int arg0) throws SQLException { in getCharacterStream() method in PostgresqlResultSet
202 return implRow.getCharacterStream(arg0); in getCharacterStream()
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java148 row.getCharacterStream(i + 1) ; in _updateNull()
587 XInputStream getVal = row.getCharacterStream(idx) ; in _updateCharacterStream()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx262 …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 DClob.cxx96 …ence< ::com::sun::star::io::XInputStream > SAL_CALL java_sql_Clob::getCharacterStream( ) throw(::… in getCharacterStream() function in java_sql_Clob
/aoo42x/main/connectivity/source/inc/java/sql/
H A DClob.hxx53 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( ) throw(::…
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx272 getCharacterStream( in getCharacterStream() function in chelp::ResultSetBase
278 return m_aItems[m_nRow]->getCharacterStream( columnIndex ); in getCharacterStream()
/aoo42x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1334 ::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream() function in ContentResultSetWrapper
1338 XROW_GETXXX( getCharacterStream ); in getCharacterStream()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx280 getCharacterStream( in getCharacterStream() function in ftp::ResultSetBase
286 return m_aItems[m_nRow]->getCharacterStream( columnIndex ); in getCharacterStream()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrset.hxx329 getCharacterStream( in getCharacterStream() function in fileaccess::XResultSet_impl
335 return m_aItems[m_nRow]->getCharacterStream( columnIndex ); in getCharacterStream()
H A Dfilrow.hxx153 getCharacterStream(
/aoo42x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx186 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getCharacterStream( sa… in getCharacterStream() function in OCallableStatement
/aoo42x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx70 …tar::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( sal_Int32 c…

Completed in 132 milliseconds

1234