LibreOffice Module dbaccess (master) 1
Public Member Functions | Public Attributes | List of all members
dbaui::OTypeInfo Class Reference

#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
 

Detailed Description

Definition at line 63 of file TypeInfo.hxx.

Constructor & Destructor Documentation

◆ OTypeInfo()

dbaui::OTypeInfo::OTypeInfo ( )
inline

Definition at line 84 of file TypeInfo.hxx.

References bAutoIncrement, bCurrency, bNullable, FULL, and OTHER.

Member Function Documentation

◆ getDBName()

const OUString & dbaui::OTypeInfo::getDBName ( ) const
inline

Definition at line 95 of file TypeInfo.hxx.

References connectivity::OTypeInfo::aTypeName.

Member Data Documentation

◆ aCreateParams

OUString dbaui::OTypeInfo::aCreateParams

Definition at line 68 of file TypeInfo.hxx.

◆ aLocalTypeName

OUString dbaui::OTypeInfo::aLocalTypeName

Definition at line 69 of file TypeInfo.hxx.

◆ aTypeName

OUString dbaui::OTypeInfo::aTypeName

Definition at line 67 of file TypeInfo.hxx.

◆ aUIName

OUString dbaui::OTypeInfo::aUIName

Definition at line 66 of file TypeInfo.hxx.

◆ bAutoIncrement

bool dbaui::OTypeInfo::bAutoIncrement

Definition at line 81 of file TypeInfo.hxx.

Referenced by OTypeInfo().

◆ bCurrency

bool dbaui::OTypeInfo::bCurrency

Definition at line 80 of file TypeInfo.hxx.

Referenced by OTypeInfo().

◆ bNullable

bool dbaui::OTypeInfo::bNullable

Definition at line 82 of file TypeInfo.hxx.

Referenced by OTypeInfo().

◆ nMaximumScale

sal_Int16 dbaui::OTypeInfo::nMaximumScale

Definition at line 75 of file TypeInfo.hxx.

◆ nMinimumScale

sal_Int16 dbaui::OTypeInfo::nMinimumScale

Definition at line 76 of file TypeInfo.hxx.

◆ nNumPrecRadix

sal_Int32 dbaui::OTypeInfo::nNumPrecRadix

Definition at line 72 of file TypeInfo.hxx.

◆ nPrecision

sal_Int32 dbaui::OTypeInfo::nPrecision

Definition at line 71 of file TypeInfo.hxx.

◆ nSearchType

sal_Int16 dbaui::OTypeInfo::nSearchType

Definition at line 78 of file TypeInfo.hxx.

◆ nType

sal_Int32 dbaui::OTypeInfo::nType

Definition at line 73 of file TypeInfo.hxx.


The documentation for this class was generated from the following file: