Home
last modified time | relevance | path

Searched refs:ODataColumn (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx65 DBG_NAME(ODataColumn) in DBG_NAME() argument
67 ODataColumn::ODataColumn( in DBG_NAME()
77 DBG_CTOR(ODataColumn,NULL); in DBG_NAME()
80 ODataColumn::~ODataColumn() in ~ODataColumn()
82 DBG_DTOR(ODataColumn,NULL); in ~ODataColumn()
87 Sequence< Type > ODataColumn::getTypes() throw (RuntimeException) in getTypes()
96 Sequence< sal_Int8 > ODataColumn::getImplementationId() throw (RuntimeException) in getImplementationId()
112 Any SAL_CALL ODataColumn::queryInterface( const Type & _rType ) throw (RuntimeException) in queryInterface()
125 rtl::OUString ODataColumn::getImplementationName( ) throw(RuntimeException) in getImplementationName()
131 Sequence< ::rtl::OUString > ODataColumn::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
[all …]
H A DCRowSetDataColumn.cxx72 :ODataColumn(_xMetaData,_xRow,_xRowUpdate,_nPos,_rxDBMeta) in DBG_NAME()
150 ODataColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
169 ODataColumn::setFastPropertyValue_NoBroadcast( nHandle,rValue ); in setFastPropertyValue_NoBroadcast()
197 … bModified = ODataColumn::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
H A Ddatacolumn.hxx50 class ODataColumn : public OResultColumn, class
58 virtual ~ODataColumn();
60ODataColumn (const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XResultSetMetaData …
H A DCRowSetDataColumn.hxx39 class ORowSetDataColumn : public ODataColumn,
80 using ODataColumn::getFastPropertyValue;
H A Dresultset.cxx439ODataColumn* pColumn = new ODataColumn(xMetaData, m_xDelegatorRow, m_xDelegatorRowUpdate, i + 1, x… in getColumns()