LibreOffice Module dbaccess (master) 1
|
Functions | |
OUString | convertToUTF8 (std::string_view original) |
OUString | getTableNameFromStmt (std::u16string_view sSql) |
void | ensureFirebirdTableLength (std::u16string_view sName) |
OUString dbahsql::utils::convertToUTF8 | ( | std::string_view | original | ) |
Definition at line 55 of file utils.cxx.
Referenced by dbahsql::SchemaParser::parseSchema().
void dbahsql::utils::ensureFirebirdTableLength | ( | std::u16string_view | sName | ) |
Definition at line 134 of file utils.cxx.
References sName, dbtools::throwGenericSQLException(), and u.
Referenced by dbahsql::FbCreateStmtParser::ensureProperTableLengths().
OUString dbahsql::utils::getTableNameFromStmt | ( | std::u16string_view | sSql | ) |
Definition at line 91 of file utils.cxx.
References result, SAL_WARN, comphelper::string::split(), and u.
Referenced by dbahsql::AlterStmtParser::parse(), and dbahsql::CreateStmtParser::parse().