Home
last modified time | relevance | path

Searched refs:idFieldName (Results 1 – 14 of 14) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/
H A DUrnId.cs90 public static string Create<T>(string idFieldName, string idFieldValue) in Create() argument
92 return Create(typeof (T), idFieldName, idFieldValue); in Create()
95 public static string Create(Type objectType, string idFieldName, string idFieldValue) in Create() argument
101 if (idFieldName.Contains(FieldSeperator.ToString())) in Create()
105 return string.Format("urn:{0}:{1}:{2}", objectType.Name, idFieldName, idFieldValue); in Create()
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/
H A DField_impl.h136 std::string idFieldName = "stub";
142 idFieldName = mapping->naturalIdFieldName;
145 if (idFieldName.empty())
146 idFieldName = mapping->surrogateIdFieldName;
152 field(action, id, name_ + "_" + idFieldName, size);
H A DSession.C829 std::string idFieldName = mapping->surrogateIdFieldName; in createTable() local
833 idFieldName); in createTable()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dstorage_validation.cpp43 const StringData idFieldName = "_id"_sd; variable
118 if (currElem.getFieldName() == idFieldName) { in storageValid()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/
H A Dupdate.cpp70 const char idFieldName[] = "_id"; variable
71 const FieldRef idFieldRef(idFieldName);
74 mb::Element idElem = mb::findFirstChildNamed(doc->root(), idFieldName); in ensureIdFieldIsFirst()
94 const auto idElem = doc->makeElementNewOID(idFieldName); in addObjectIDIdField()
408 BSONElement idElt = query[idFieldName]; in applyUpdateOpsForInsert()
/dports/polish/kadu/kadu-4.3/plugins/sql_history/storage/
H A Dsql-import.h109 … &database, const QString &idTableName, const QString &valueFieldName, const QString &idFieldName);
H A Dsql-import.cpp624 …e &database, const QString &idTableName, const QString &valueFieldName, const QString &idFieldName) in removeDuplicatesFromVersion2Schema() argument
654 …query.prepare(QString("UPDATE kadu_messages SET %1 = %2 WHERE %1 IN (%3)").arg(idFieldName, pair.f… in removeDuplicatesFromVersion2Schema()
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkCollectGraph.cxx227 char *idFieldName = ids->GetName(); in RequestData() local
269 vtkAbstractArray *idArr = curGraph->GetVertexData()->GetAbstractArray(idFieldName); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkCollectGraph.cxx220 char* idFieldName = ids->GetName(); in RequestData() local
262 vtkAbstractArray* idArr = curGraph->GetVertexData()->GetAbstractArray(idFieldName); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkCollectGraph.cxx231 char *idFieldName = ids->GetName(); in RequestData() local
273 vtkAbstractArray *idArr = curGraph->GetVertexData()->GetAbstractArray(idFieldName); in RequestData()
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DAddressFormat.php379 $idFieldName = 'id_'.strtolower($associateName[0]);
382 … $temporyObject[$associateName[0]] = new $associateName[0]($address->{$idFieldName});
/dports/finance/prestashop/prestashop/classes/
H A DAddressFormat.php401 $idFieldName = 'id_' . strtolower($associateName[0]);
404 … $temporyObject[$associateName[0]] = new $associateName[0]($address->{$idFieldName});
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/node-mysql/
H A DREADME.md415 "idFieldName": {
463 idFieldName: 'order_id',
587 "idFieldName": {
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/chat/node_modules/node-mysql/
H A DREADME.md415 "idFieldName": {
463 idFieldName: 'order_id',
587 "idFieldName": {