#include <Util.hxx>
Definition at line 43 of file Util.hxx.
◆ ColumnTypeInfo() [1/2]
connectivity::firebird::ColumnTypeInfo::ColumnTypeInfo |
( |
short |
aType, |
|
|
short |
aSubType = 0 , |
|
|
short |
nScale = 0 , |
|
|
OUString |
sCharset = OUString() |
|
) |
| |
|
inlineexplicit |
- Parameters
-
tType | SQL type of column defined by Firebird (e.g. SQL_DOUBLE) |
aSubType | SQL sub type as in firebird API. See NumberSubType. |
scale | Scale of the number. It is ignored in case it's not a number. Scale obtained from the Firebird API is negative, so that should be negated before passing to this constructor. |
Definition at line 60 of file Util.hxx.
◆ ColumnTypeInfo() [2/2]
connectivity::firebird::ColumnTypeInfo::ColumnTypeInfo |
( |
short |
aType, |
|
|
OUString |
sCharset |
|
) |
| |
|
inlineexplicit |
◆ getCharacterSet()
OUString const & connectivity::firebird::ColumnTypeInfo::getCharacterSet |
( |
| ) |
const |
|
inline |
◆ getColumnTypeName()
OUString firebird::ColumnTypeInfo::getColumnTypeName |
( |
| ) |
const |
◆ getScale()
short connectivity::firebird::ColumnTypeInfo::getScale |
( |
| ) |
const |
|
inline |
◆ getSdbcType()
sal_Int32 firebird::ColumnTypeInfo::getSdbcType |
( |
| ) |
const |
◆ getSubType()
short connectivity::firebird::ColumnTypeInfo::getSubType |
( |
| ) |
const |
|
inline |
◆ getType()
short connectivity::firebird::ColumnTypeInfo::getType |
( |
| ) |
const |
|
inline |
◆ m_aSubType
short connectivity::firebird::ColumnTypeInfo::m_aSubType |
|
private |
◆ m_aType
short connectivity::firebird::ColumnTypeInfo::m_aType |
|
private |
◆ m_nScale
short connectivity::firebird::ColumnTypeInfo::m_nScale |
|
private |
◆ m_sCharsetName
OUString connectivity::firebird::ColumnTypeInfo::m_sCharsetName |
|
private |
The documentation for this class was generated from the following files: