Home
last modified time | relevance | path

Searched refs:getBlob (Results 76 – 88 of 88) sorted by relevance

1234

/aoo42x/main/dbaccess/source/core/api/
H A DRowSet.cxx1437 Reference< XBlob > SAL_CALL ORowSet::getBlob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getBlob() function in dbaccess::ORowSet
1444 return ORowSetBase::getBlob(columnIndex); in getBlob()
H A DRowSet.hxx322 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…
H A DRowSetBase.cxx434 Reference< XBlob > SAL_CALL ORowSetBase::getBlob( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBlob() function in dbaccess::ORowSetBase
/aoo42x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx425 Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL SbaXFormAdapter::getBlob(sal_Int32 columnIndex)… in getBlob() function in SbaXFormAdapter
429 return xIface->getBlob(columnIndex); in getBlob()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx316 Reference< XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getBlob() function in OResultSet
H A DADatabaseMetaDataResultSet.cxx307 Reference< XBlob > SAL_CALL ODatabaseMetaDataResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(… in getBlob() function in ODatabaseMetaDataResultSet
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx297 Reference< XBlob > SAL_CALL java_sql_ResultSet::getBlob( sal_Int32 columnIndex ) throw(SQLException… in getBlob() function in java_sql_ResultSet
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1338 aTransfer.transferComplexValue( &XRow::getBlob, &XParameters::setBlob ); in impl_copyRows_throw()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx377 Reference< XBlob > SAL_CALL ODatabaseMetaDataResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(… in getBlob() function in ODatabaseMetaDataResultSet
H A DOResultSet.cxx576 Reference< XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getBlob() function in OResultSet
/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx363 Reference< XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getBlob() function in OResultSet
/aoo42x/main/dbaccess/source/ui/inc/
H A Dformadapter.hxx283 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob(sal_In…
/aoo42x/main/forms/source/component/
H A DFormComponent.cxx2545 m_xColumn->getBlob(); in reset()

Completed in 296 milliseconds

1234