31OEvoabResultSetMetaData::OEvoabResultSetMetaData(OUString _aTableName)
32 : m_aTableName(
std::move(_aTableName))
43 static constexpr OUStringLiteral
aName =
u"Name";
45 for (
const auto& rxColumn : *xColumns)
49 rxColumn->getPropertyValue(
aName) >>= aFieldName;
51 if (nFieldNumber == guint(-1))
55 STR_INVALID_COLUMNNAME,
56 "$columnname$", aFieldName
helper class for accessing resources shared by different libraries in the connectivity module
OUString getResourceStringWithSubstitution(TranslateId pResId, const char *_pAsciiPatternToReplace, const OUString &_rStringToSubstitute) const
loads a string from the shared resource file, and replaces a given ASCII pattern with a given string
sal_Int32 getFieldType(guint nCol)
OUString getFieldName(guint nCol)
guint findEvoabField(std::u16string_view aColName)
OUString getFieldTypeName(guint nCol)