Searched refs:ODataColumn (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/dbaccess/source/core/api/ |
H A D | datacolumn.cxx | 65 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 D | CRowSetDataColumn.cxx | 72 :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 D | datacolumn.hxx | 50 class ODataColumn : public OResultColumn, class 58 virtual ~ODataColumn(); 60 …ODataColumn (const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XResultSetMetaData …
|
H A D | CRowSetDataColumn.hxx | 39 class ORowSetDataColumn : public ODataColumn, 80 using ODataColumn::getFastPropertyValue;
|
H A D | resultset.cxx | 439 …ODataColumn* pColumn = new ODataColumn(xMetaData, m_xDelegatorRow, m_xDelegatorRowUpdate, i + 1, x… in getColumns()
|
Completed in 45 milliseconds