/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLBlob.java | 35 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 D | JavaSQLCallableStatement.java | 32 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 D | JavaSQLPreparedStatement.java | 43 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 D | propertyvalueset.cxx | 110 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.java | 35 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 D | propertyvalueset.hxx | 172 ::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 D | Blob.hxx | 38 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 D | BlobHelper.hxx | 32 …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 D | ORowSetValue.java | 32 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 D | CustomResultSet.java | 34 import com.sun.star.sdbc.XBlob; 228 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
|
H A D | DatabaseMetaDataResultSet.java | 42 import com.sun.star.sdbc.XBlob; 250 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
|
/trunk/main/forms/qa/integration/complex/forms/tools/ |
H A D | ResultSet.java | 33 import com.sun.star.sdbc.XBlob; 269 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 375 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 D | PrivateRow.cxx | 123 …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 D | RowSet.java | 31 import com.sun.star.sdbc.XBlob; 272 public XBlob getBlob(int i) throws SQLException in getBlob()
|
/trunk/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 34 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 D | PostgresqlPreparedStatement.java | 36 import com.sun.star.sdbc.XBlob; 174 public void setBlob(int arg0, XBlob arg1) throws SQLException { in setBlob()
|
H A D | PostgresqlResultSet.java | 37 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 D | XBlob.idl | 107 published interface XBlob: com::sun::star::uno::XInterface 237 hyper positionOfBlob([in]XBlob pattern,[in] hyper start)
|
H A D | XSQLInput.idl | 54 published interface XBlob; 260 XBlob readBlob() raises (SQLException);
|
H A D | XSQLOutput.idl | 54 published interface XBlob; 270 void writeBlob([in]XBlob x) raises (SQLException);
|
/trunk/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1727 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 D | BlobHelper.cxx | 61 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& /*pattern*/, ::… in positionOfBlob() argument
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 259 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 D | XColumn.idl | 57 published interface XBlob; 273 com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);
|