|
LibreOffice Module dbaccess (master) 1
|
#include <KeySet.hxx>
Public Member Functions | |
| SelectColumnDescription () | |
| SelectColumnDescription (sal_Int32 _nPosition, sal_Int32 _nType, sal_Int32 _nScale, bool _bNullable, OUString _sDefaultValue) | |
Public Attributes | |
| OUString | sRealName |
| OUString | sTableName |
| OUString | sDefaultValue |
| sal_Int32 | nPosition |
| sal_Int32 | nType |
| sal_Int32 | nScale |
| bool | bNullable |
Definition at line 35 of file KeySet.hxx.
|
inline |
Definition at line 45 of file KeySet.hxx.
|
inline |
Definition at line 53 of file KeySet.hxx.
| bool dbaccess::SelectColumnDescription::bNullable |
Definition at line 43 of file KeySet.hxx.
| sal_Int32 dbaccess::SelectColumnDescription::nPosition |
Definition at line 40 of file KeySet.hxx.
Referenced by dbaccess::OKeySet::fetchRow(), and dbaccess::OKeySet::impl_convertValue_throw().
| sal_Int32 dbaccess::SelectColumnDescription::nScale |
Definition at line 42 of file KeySet.hxx.
Referenced by dbaccess::OKeySet::impl_convertValue_throw().
| sal_Int32 dbaccess::SelectColumnDescription::nType |
Definition at line 41 of file KeySet.hxx.
Referenced by dbaccess::OKeySet::fetchRow(), and dbaccess::OKeySet::impl_convertValue_throw().
| OUString dbaccess::SelectColumnDescription::sDefaultValue |
Definition at line 39 of file KeySet.hxx.
| OUString dbaccess::SelectColumnDescription::sRealName |
Definition at line 37 of file KeySet.hxx.
Referenced by dbaccess::getColumnPositions().
| OUString dbaccess::SelectColumnDescription::sTableName |
Definition at line 38 of file KeySet.hxx.
Referenced by dbaccess::getColumnPositions().