/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLClob.java | 35 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 D | JavaSQLCallableStatement.java | 33 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 D | JavaSQLPreparedStatement.java | 44 import com.sun.star.sdbc.XClob; 235 public synchronized void setClob(int index, XClob x) throws SQLException { in setClob()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 33 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 D | CustomResultSet.java | 35 import com.sun.star.sdbc.XClob; 256 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
|
H A D | DatabaseMetaDataResultSet.java | 43 import com.sun.star.sdbc.XClob; 278 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 111 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 36 import com.sun.star.sdbc.XClob; 493 int col = findColumnOfType(XClob.class) ; in _getClob() 497 XClob getVal = oObj.getClob(col) ; in _getClob()
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 177 ::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()
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | Clob.hxx | 38 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XClob> 55 …onOfClob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& pattern, sal_In…
|
/aoo42x/main/connectivity/qa/complex/connectivity/ |
H A D | JdbcLongVarCharTest.java | 29 import com.sun.star.sdbc.XClob; 100 XClob xClob = null; in testLongVarChar()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 34 import com.sun.star.sdbc.XClob; 275 XClob getClob( int _colIndex ) throws SQLException in getClob()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 392 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()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 128 …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()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 35 import com.sun.star.sdbc.XClob; 278 public XClob getClob(int i) throws SQLException in getClob()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 32 import com.sun.star.sdbc.XClob; 277 public XClob getClob(int i) throws SQLException in getClob()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 37 import com.sun.star.sdbc.XClob; 194 public void setClob(int arg0, XClob arg1) throws SQLException { in setClob()
|
H A D | PostgresqlResultSet.java | 38 import com.sun.star.sdbc.XClob; 205 public XClob getClob(int arg0) throws SQLException { in getClob()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1071 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()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XClob.idl | 99 published interface XClob: com::sun::star::uno::XInterface 196 hyper positionOfClob([in]XClob pattern, [in]hyper start)
|
H A D | XSQLInput.idl | 55 published interface XClob; 269 XClob readClob() raises (SQLException);
|
H A D | XSQLOutput.idl | 55 published interface XClob; 279 void writeClob([in]XClob x) raises (SQLException);
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 264 Reference< starsdbc::XClob > xClob = getClob(columnIndex); in getCharacterStream() 278 Reference< starsdbc::XClob > SAL_CALL java_sql_CallableStatement::getClob( sal_Int32 columnIndex ) … in getClob()
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | XColumn.idl | 58 published interface XClob; 282 com::sun::star::sdbc::XClob getClob() raises (com::sun::star::sdbc::SQLException);
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 320 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()
|