LibreOffice Module dbaccess (master) 1
|
#include <TypeInfo.hxx>
Public Member Functions | |
OTypeInfo () | |
const OUString & | getDBName () const |
Public Attributes | |
OUString | aUIName |
OUString | aTypeName |
OUString | aCreateParams |
OUString | aLocalTypeName |
sal_Int32 | nPrecision |
sal_Int32 | nNumPrecRadix |
sal_Int32 | nType |
sal_Int16 | nMaximumScale |
sal_Int16 | nMinimumScale |
sal_Int16 | nSearchType |
bool | bCurrency: 1 |
bool | bAutoIncrement: 1 |
bool | bNullable: 1 |
Definition at line 63 of file TypeInfo.hxx.
|
inline |
Definition at line 84 of file TypeInfo.hxx.
References bAutoIncrement, bCurrency, bNullable, FULL, and OTHER.
|
inline |
Definition at line 95 of file TypeInfo.hxx.
References connectivity::OTypeInfo::aTypeName.
OUString dbaui::OTypeInfo::aCreateParams |
Definition at line 68 of file TypeInfo.hxx.
OUString dbaui::OTypeInfo::aLocalTypeName |
Definition at line 69 of file TypeInfo.hxx.
OUString dbaui::OTypeInfo::aTypeName |
Definition at line 67 of file TypeInfo.hxx.
OUString dbaui::OTypeInfo::aUIName |
Definition at line 66 of file TypeInfo.hxx.
bool dbaui::OTypeInfo::bAutoIncrement |
Definition at line 81 of file TypeInfo.hxx.
Referenced by OTypeInfo().
bool dbaui::OTypeInfo::bCurrency |
Definition at line 80 of file TypeInfo.hxx.
Referenced by OTypeInfo().
bool dbaui::OTypeInfo::bNullable |
Definition at line 82 of file TypeInfo.hxx.
Referenced by OTypeInfo().
sal_Int16 dbaui::OTypeInfo::nMaximumScale |
Definition at line 75 of file TypeInfo.hxx.
sal_Int16 dbaui::OTypeInfo::nMinimumScale |
Definition at line 76 of file TypeInfo.hxx.
sal_Int32 dbaui::OTypeInfo::nNumPrecRadix |
Definition at line 72 of file TypeInfo.hxx.
sal_Int32 dbaui::OTypeInfo::nPrecision |
Definition at line 71 of file TypeInfo.hxx.
sal_Int16 dbaui::OTypeInfo::nSearchType |
Definition at line 78 of file TypeInfo.hxx.
sal_Int32 dbaui::OTypeInfo::nType |
Definition at line 73 of file TypeInfo.hxx.