LibreOffice Module connectivity (master) 1
|
#include <Awrapado.hxx>
Static Public Member Functions | |
static void | putValue (const WpADOProperties &_rProps, const OLEVariant &_aPosition, const OLEVariant &_aValVar) |
putValue set the property value at the ado column More... | |
static OLEVariant | getValue (const WpADOProperties &_rProps, const OLEVariant &_aPosition) |
getValue returns a specific property value More... | |
Definition at line 352 of file Awrapado.hxx.
|
static |
getValue returns a specific property value
_rProps | the properties where to set |
_aPosition | the property |
Definition at line 2003 of file Awrapado.cxx.
References connectivity::ado::WpOLECollection< Ts, WrapT >::GetItem(), and connectivity::ado::WpADOProperty::GetValue().
Referenced by connectivity::ado::OAdoColumn::fillPropertyValues(), connectivity::ado::OAdoTable::fillPropertyValues(), connectivity::ado::OResultSetMetaData::getTableName(), connectivity::ado::OResultSetMetaData::isAutoIncrement(), and connectivity::ado::OResultSetMetaData::isCaseSensitive().
|
static |
putValue set the property value at the ado column
_rProps | the properties where to set |
_aPosition | which property to set |
_aValVar | the value to set |
Definition at line 1992 of file Awrapado.cxx.
References connectivity::ado::WpOLECollection< Ts, WrapT >::GetItem(), connectivity::ado::WpOLEBase< T >::IsValid(), connectivity::ado::WpADOProperty::PutValue(), and SAL_WARN_IF.
Referenced by connectivity::ado::OConnection::nativeSQL(), connectivity::ado::OAdoColumn::setFastPropertyValue_NoBroadcast(), and connectivity::ado::OAdoTable::setFastPropertyValue_NoBroadcast().