Home
last modified time | relevance | path

Searched refs:XClob (Results 1 – 25 of 110) sorted by relevance

12345

/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java36 import com.sun.star.sdbc.XClob;
493 int col = findColumnOfType(XClob.class) ; in _getClob()
497 XClob getVal = oObj.getClob(col) ; in _getClob()
/aoo4110/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx111 Reference< XClob > xClob; // getClob
611 Reference< XClob > SAL_CALL PropertyValueSet::getClob( sal_Int32 columnIndex ) in getClob()
614 GETVALUE_IMPL( Reference< XClob >, CLOB_VALUE_SET, xClob ); in getClob()
804 const Reference< XClob >& rValue ) in appendClob()
/aoo4110/main/connectivity/source/inc/java/sql/
H A DClob.hxx38 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XClob>
55 …onOfClob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& pattern, sal_In…
/aoo4110/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx177 ::com::sun::star::sdbc::XClob > SAL_CALL
374 …ring& rPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& rValue );
375 …* pAsciiPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& rValue ) in appendClob()
379 …:Property& rProp, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& rValue ) in appendClob()
/aoo4110/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java29 import com.sun.star.sdbc.XClob;
100 XClob xClob = null; in testLongVarChar()
/aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java34 import com.sun.star.sdbc.XClob;
275 XClob getClob( int _colIndex ) throws SQLException in getClob()
/aoo4110/main/dbaccess/source/core/api/
H A DPrivateRow.cxx128 …Reference< XClob > SAL_CALL OPrivateRow::getClob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getClob()
131 return Reference< XClob >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getClob()
H A DPrivateRow.hxx58 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( ::sal_…
/aoo4110/main/ucb/source/ucp/file/
H A Dfilrow.cxx392 uno::Reference< sdbc::XClob > SAL_CALL
400 uno::Reference< sdbc::XClob > Value; in getClob()
402 m_nWasNull = ::convert<uno::Reference< sdbc::XClob> >( m_pMyShell, in getClob()
H A Dfilrset.hxx377 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XClob > SAL_CALL
386 return com::sun::star::uno::Reference< com::sun::star::sdbc::XClob >(); in getClob()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java32 import com.sun.star.sdbc.XClob;
277 public XClob getClob(int i) throws SQLException in getClob()
/aoo4110/main/connectivity/qa/connectivity/tools/
H A DRowSet.java35 import com.sun.star.sdbc.XClob;
278 public XClob getClob(int i) throws SQLException in getClob()
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXClob.idl99 published interface XClob: com::sun::star::uno::XInterface
196 hyper positionOfClob([in]XClob pattern, [in]hyper start)
H A DXSQLInput.idl55 published interface XClob;
269 XClob readClob() raises (SQLException);
H A DXSQLOutput.idl55 published interface XClob;
279 void writeClob([in]XClob x) raises (SQLException);
H A Dmakefile.mk76 XClob.idl \
H A DXRow.idl59 published interface XClob;
323 XClob getClob([in]long columnIndex) raises (SQLException);
/aoo4110/main/connectivity/source/commontools/
H A DFValue.cxx1071 Reference< XClob > xClob; in getString()
1732 Reference<XClob> xClob(aValue,UNO_QUERY); in getSequence()
2027 virtual Reference< XClob > getClob() const = 0;
2059 virtual Reference< XClob > getClob() const { return m_xRow->getClob( m_nPos ); }; in getClob()
2092 virtual Reference< XClob > getClob() const { return m_xColumn->getClob(); }; in getClob()
2347 Reference< XClob > xClob; in fill()
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx264 Reference< starsdbc::XClob > xClob = getClob(columnIndex); in getCharacterStream()
278 Reference< starsdbc::XClob > SAL_CALL java_sql_CallableStatement::getClob( sal_Int32 columnIndex ) … in getClob()
H A DClob.cxx130 …onOfClob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& /*pattern*/, sa… in positionOfClob() argument
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXColumn.idl58 published interface XClob;
282 com::sun::star::sdbc::XClob getClob() raises (com::sun::star::sdbc::SQLException);
/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx320 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XClob > SAL_CALL
329 return com::sun::star::uno::Reference< com::sun::star::sdbc::XClob >(); in getClob()
/aoo4110/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx333 com::sun::star::sdbc::XClob > SAL_CALL
343 com::sun::star::sdbc::XClob >(); in getClob()
/aoo4110/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx200 Reference< XClob > SAL_CALL OCallableStatement::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getClob()
/aoo4110/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx156 void SAL_CALL setClob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XClob >& x)

Completed in 197 milliseconds

12345