Home
last modified time | relevance | path

Searched refs:CheckIsAlnumOrUnderscore (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp450 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { // LCOV_EXCL_BR_LINE in ParseCheckTrackerTableName()
465 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { // LCOV_EXCL_BR_LINE in ParseCheckTrackerExtendName()
683 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { in ParseCheckTableName()
715 if (!DBCommon::CheckIsAlnumOrUnderscore(field.first[1])) { in ParseCheckTableDefine()
770 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { in ParseCheckOriginTableName()
882 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { in ParseCheckReference()
895 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { in ParseCheckReference()
953 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { in ParseCheckReferenceColumn()
965 if (!DBCommon::CheckIsAlnumOrUnderscore(fieldValue.stringValue)) { in ParseCheckReferenceColumn()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h104 static bool CheckIsAlnumOrUnderscore(const std::string &text);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp222 if (!DBCommon::CheckIsAlnumOrUnderscore(tableName)) { in CheckRelationalTableName()
H A Ddb_common.cpp484 bool DBCommon::CheckIsAlnumOrUnderscore(const std::string &text) in CheckIsAlnumOrUnderscore() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp851 if (!DBCommon::CheckIsAlnumOrUnderscore(tmpString)) { in SetFieldInfo()
917 if (!DBCommon::CheckIsAlnumOrUnderscore(tableName)) { in AnalysisSchema()