Home
last modified time | relevance | path

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

12345

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLClob.java35 import com.sun.star.sdbc.XClob;
38 public class JavaSQLClob extends ComponentBase implements XClob {
98 public long positionOfClob(XClob arg0, long arg1) throws SQLException { in positionOfClob()
H A DJavaSQLCallableStatement.java33 import com.sun.star.sdbc.XClob;
79 XClob clob = getClob(columnIndex); in getCharacterStream()
187 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
H A DJavaSQLPreparedStatement.java44 import com.sun.star.sdbc.XClob;
235 public synchronized void setClob(int index, XClob x) throws SQLException { in setClob()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java33 import com.sun.star.sdbc.XClob;
451 XClob clob = UnoRuntime.queryInterface(XClob.class, object); in fill()
1001 XClob clob = UnoRuntime.queryInterface(XClob.class, value); in getSequence()
1109 XClob clob = AnyConverter.toObject(XClob.class, value); in getString()
H A DCustomResultSet.java35 import com.sun.star.sdbc.XClob;
256 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
H A DDatabaseMetaDataResultSet.java43 import com.sun.star.sdbc.XClob;
278 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/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()
/trunk/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…
/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java29 import com.sun.star.sdbc.XClob;
100 XClob xClob = null; in testLongVarChar()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java37 import com.sun.star.sdbc.XClob;
194 public void setClob(int arg0, XClob arg1) throws SQLException { in setClob()
H A DPostgresqlResultSet.java38 import com.sun.star.sdbc.XClob;
205 public XClob getClob(int arg0) throws SQLException { in getClob()
/trunk/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()
/trunk/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);
/trunk/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()
/trunk/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);
/trunk/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()

Completed in 107 milliseconds

12345