Home
last modified time | relevance | path

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

12345

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java35 import com.sun.star.sdbc.XBlob;
38 public class JavaSQLBlob extends ComponentBase implements XBlob {
98 public long positionOfBlob(XBlob arg0, long arg1) throws SQLException { in positionOfBlob()
H A DJavaSQLCallableStatement.java32 import com.sun.star.sdbc.XBlob;
69 XBlob blob = getBlob(columnIndex); in getBinaryStream()
202 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
H A DJavaSQLPreparedStatement.java43 import com.sun.star.sdbc.XBlob;
179 public synchronized void setBlob(int index, XBlob x) throws SQLException { in setBlob()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx110 Reference< XBlob > xBlob; // getBlob
603 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob()
606 GETVALUE_IMPL( Reference< XBlob >, BLOB_VALUE_SET, xBlob ); in getBlob()
797 const Reference< XBlob >& rValue ) in appendBlob()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRow.java35 import com.sun.star.sdbc.XBlob;
473 int col = findColumnOfType(XBlob.class) ; in _getBlob()
477 XBlob getVal = oObj.getBlob(col) ; in _getBlob()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx172 ::com::sun::star::sdbc::XBlob > SAL_CALL
364 …ring& rPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& rValue );
365 …* pAsciiPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& rValue ) in appendBlob()
369 …:Property& rProp, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& rValue ) in appendBlob()
/trunk/main/connectivity/source/inc/java/sql/
H A DBlob.hxx38 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XBlob>
55 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& pattern, sal_In…
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx32 …ss OOO_DLLPUBLIC_DBTOOLS BlobHelper : public ::cppu::WeakImplHelper1< com::sun::star::sdbc::XBlob >
42 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& pattern, ::sal_…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java32 import com.sun.star.sdbc.XBlob;
455 XBlob blob = UnoRuntime.queryInterface(XBlob.class, object); in fill()
997 XBlob blob = UnoRuntime.queryInterface(XBlob.class, value); in getSequence()
H A DCustomResultSet.java34 import com.sun.star.sdbc.XBlob;
228 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
H A DDatabaseMetaDataResultSet.java42 import com.sun.star.sdbc.XBlob;
250 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java33 import com.sun.star.sdbc.XBlob;
269 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
/trunk/main/ucb/source/ucp/file/
H A Dfilrow.cxx375 uno::Reference< sdbc::XBlob > SAL_CALL
383 uno::Reference< sdbc::XBlob > Value; in getBlob()
385 m_nWasNull = ::convert<uno::Reference< sdbc::XBlob> >( m_pMyShell, in getBlob()
/trunk/main/dbaccess/source/core/api/
H A DPrivateRow.cxx123 …Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getBlob()
126 return Reference< XBlob >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getBlob()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java31 import com.sun.star.sdbc.XBlob;
272 public XBlob getBlob(int i) throws SQLException in getBlob()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java34 import com.sun.star.sdbc.XBlob;
273 public XBlob getBlob(int i) throws SQLException in getBlob()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java36 import com.sun.star.sdbc.XBlob;
174 public void setBlob(int arg0, XBlob arg1) throws SQLException { in setBlob()
H A DPostgresqlResultSet.java37 import com.sun.star.sdbc.XBlob;
185 public XBlob getBlob(int arg0) throws SQLException { in getBlob()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl107 published interface XBlob: com::sun::star::uno::XInterface
237 hyper positionOfBlob([in]XBlob pattern,[in] hyper start)
H A DXSQLInput.idl54 published interface XBlob;
260 XBlob readBlob() raises (SQLException);
H A DXSQLOutput.idl54 published interface XBlob;
270 void writeBlob([in]XBlob x) raises (SQLException);
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1727 Reference<XBlob> xBlob(aValue,UNO_QUERY); in getSequence()
2026 virtual Reference< XBlob > getBlob() const = 0;
2058 virtual Reference< XBlob > getBlob() const { return m_xRow->getBlob( m_nPos ); }; in getBlob()
2091 virtual Reference< XBlob > getBlob() const { return m_xColumn->getBlob(); }; in getBlob()
2355 Reference< XBlob > xBlob; in fill()
H A DBlobHelper.cxx61 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& /*pattern*/, ::… in positionOfBlob() argument
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx259 Reference< starsdbc::XBlob > xBlob = getBlob(columnIndex); in getBinaryStream()
287 Reference< starsdbc::XBlob > SAL_CALL java_sql_CallableStatement::getBlob( sal_Int32 columnIndex ) … in getBlob()
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumn.idl57 published interface XBlob;
273 com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);

Completed in 79 milliseconds

12345