.buildSql("select "+this.dbField+" from AB_KEYWORD_ENTRY join AB_KEYWORD_ATTRIBUTERELATION on AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID = AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ENTRY_ID");
returndb.cell(sql);
}
\ No newline at end of file
}
/**
* provides methods for interactions with the sepcial-keywords "LANGUAGE"
*
* @class
*/
functionLanguageKeywordUtils(){}
/**
* resolves Languagecode into the latin name
*
* @param {String} pDbFieldName name fo the database field where the ISO3-value is stored
* @param {String} [pLocale=current client language] specifies the locale for translating the title; can be false if nothing shalle be translated
*
* @return {String} a SQL-expression (case-when-statement)