LibreOffice Module connectivity (master) 1
|
#include <OTypeInfo.hxx>
Public Member Functions | |
OTypeInfo () | |
bool | operator== (const OTypeInfo &lh) const |
bool | operator!= (const OTypeInfo &lh) const |
Public Attributes | |
OUString | aTypeName |
OUString | aLocalTypeName |
sal_Int32 | nPrecision |
sal_Int16 | nMaximumScale |
sal_Int16 | nType |
Definition at line 28 of file OTypeInfo.hxx.
|
inline |
Definition at line 39 of file OTypeInfo.hxx.
References OTHER.
|
inline |
Definition at line 46 of file OTypeInfo.hxx.
References nType.
|
inline |
Definition at line 45 of file OTypeInfo.hxx.
References nType.
OUString connectivity::OTypeInfo::aLocalTypeName |
Definition at line 31 of file OTypeInfo.hxx.
Referenced by connectivity::firebird::Connection::buildTypeInfo(), and connectivity::ado::OConnection::buildTypeInfo().
OUString connectivity::OTypeInfo::aTypeName |
Definition at line 30 of file OTypeInfo.hxx.
Referenced by connectivity::firebird::Connection::buildTypeInfo(), connectivity::ado::OConnection::buildTypeInfo(), connectivity::ado::OAdoColumn::fillPropertyValues(), connectivity::ado::OExtendedTypeInfo::getDBName(), and connectivity::ado::OConnection::getTypeInfoFromType().
sal_Int16 connectivity::OTypeInfo::nMaximumScale |
Definition at line 35 of file OTypeInfo.hxx.
Referenced by connectivity::firebird::Connection::buildTypeInfo(), connectivity::ado::OConnection::buildTypeInfo(), and connectivity::ado::OConnection::getTypeInfoFromType().
sal_Int32 connectivity::OTypeInfo::nPrecision |
Definition at line 33 of file OTypeInfo.hxx.
Referenced by connectivity::firebird::Connection::buildTypeInfo(), connectivity::ado::OConnection::buildTypeInfo(), and connectivity::ado::OConnection::getTypeInfoFromType().
sal_Int16 connectivity::OTypeInfo::nType |
Definition at line 37 of file OTypeInfo.hxx.
Referenced by connectivity::firebird::Connection::buildTypeInfo(), connectivity::ado::OConnection::buildTypeInfo(), connectivity::ado::OStatement_Base::getPrecision(), operator!=(), and operator==().