Home
last modified time | relevance | path

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

/trunk/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()
125 rtl::OUString ODataColumn::getImplementationName( ) throw(RuntimeException) in getImplementationName()
142 void ODataColumn::disposing() in disposing()
152 sal_Bool ODataColumn::wasNull(void) throw( SQLException, RuntimeException ) in wasNull()
179 sal_Int8 ODataColumn::getByte(void) throw( SQLException, RuntimeException ) in getByte()
[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()

Completed in 33 milliseconds