Home
last modified time | relevance | path

Searched refs:CreateIndexOp (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/py-alembic14/alembic-1.4.3/tests/
H A Dtest_autogen_render.py86 op_obj = ops.CreateIndexOp.from_index(idx)
103 op_obj = ops.CreateIndexOp.from_index(idx)
123 op_obj = ops.CreateIndexOp.from_index(idx)
145 op_obj = ops.CreateIndexOp.from_index(idx)
166 op_obj = ops.CreateIndexOp.from_index(idx)
183 op_obj = ops.CreateIndexOp.from_index(idx)
200 op_obj = ops.CreateIndexOp.from_index(idx)
217 op_obj = ops.CreateIndexOp.from_index(idx)
2161 op_obj = ops.CreateIndexOp.from_index(idx)
2193 op_obj = ops.CreateIndexOp.from_index(idx)
[all …]
H A Dtest_script_production.py503 ops.CreateIndexOp("some_index", "some_table", ["a", "b"])
825 idx_op = ops.CreateIndexOp("ixt", op.table_name, [op.column.name])
878 idx_op = ops.CreateIndexOp("ixt", op.table_name, [op.column.name])
H A Dtest_op.py1058 op = ops.CreateIndexOp.from_index(idx)
H A Dtest_postgresql.py806 op_obj = ops.CreateIndexOp.from_index(idx)
/dports/databases/py-alembic/alembic-1.7.5/tests/
H A Dtest_autogen_render.py82 op_obj = ops.CreateIndexOp.from_index(idx)
99 op_obj = ops.CreateIndexOp.from_index(idx)
119 op_obj = ops.CreateIndexOp.from_index(idx)
141 op_obj = ops.CreateIndexOp.from_index(idx)
162 op_obj = ops.CreateIndexOp.from_index(idx)
179 op_obj = ops.CreateIndexOp.from_index(idx)
196 op_obj = ops.CreateIndexOp.from_index(idx)
213 op_obj = ops.CreateIndexOp.from_index(idx)
2297 op_obj = ops.CreateIndexOp.from_index(idx)
2329 op_obj = ops.CreateIndexOp.from_index(idx)
[all …]
H A Dtest_script_production.py519 ops.CreateIndexOp("some_index", "some_table", ["a", "b"])
841 idx_op = ops.CreateIndexOp("ixt", op.table_name, [op.column.name])
894 idx_op = ops.CreateIndexOp("ixt", op.table_name, [op.column.name])
H A Dtest_op.py1136 op = ops.CreateIndexOp.from_index(idx)
1143 op = ops.CreateIndexOp.from_index(idx)
H A Dtest_postgresql.py927 op_obj = ops.CreateIndexOp.from_index(idx)
H A Dtest_autogen_diffs.py1786 op = ops.CreateIndexOp.from_index(self.ix)
/dports/databases/py-alembic14/alembic-1.4.3/alembic/operations/
H A Dtoimpl.py85 @Operations.implementation_for(ops.CreateIndexOp)
H A Dops.py856 class CreateIndexOp(MigrateOperation): class
1024 return CreateIndexOp.from_index(self._orig_index)
/dports/databases/py-alembic/alembic-1.7.5/alembic/operations/
H A Dtoimpl.py94 @Operations.implementation_for(ops.CreateIndexOp)
H A Dops.py859 class CreateIndexOp(MigrateOperation): class
1018 return CreateIndexOp.from_index(self.to_index())
1027 _reverse=CreateIndexOp.from_index(index),
/dports/databases/py-alembic14/alembic-1.4.3/alembic/autogenerate/
H A Dcompare.py584 modify_ops.ops.append(ops.CreateIndexOp.from_index(obj.const))
654 modify_ops.ops.append(ops.CreateIndexOp.from_index(new.const))
H A Drender.py221 @renderers.dispatch_for(ops.CreateIndexOp)
/dports/databases/py-alembic/alembic-1.7.5/alembic/autogenerate/
H A Dcompare.py686 modify_ops.ops.append(ops.CreateIndexOp.from_index(obj.const))
756 modify_ops.ops.append(ops.CreateIndexOp.from_index(new.const))
H A Drender.py280 @renderers.dispatch_for(ops.CreateIndexOp)
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DActorsParent.cpp8083 class CreateIndexOp final class
8108 ~CreateIndexOp() in ~CreateIndexOp()
8171 class CreateIndexOp::ThreadLocalJSContext final
8174 friend class CreateIndexOp;
8196 RefPtr<CreateIndexOp> mOp;
16522 RefPtr<CreateIndexOp> op = in RecvCreateIndex()
24909 CreateIndexOp::CreateIndexOp(VersionChangeTransaction* aTransaction, in CreateIndexOp() function in mozilla::dom::indexedDB::CreateIndexOp
24977 CreateIndexOp::InsertDataFromObjectStoreInternal( in InsertDataFromObjectStoreInternal()
25255 CreateIndexOp::
25260 CreateIndexOp::sThreadLocalIndex); in GetOrCreate()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParent.cpp3610 class CreateIndexOp final : public VersionChangeTransactionOp { class
3627 ~CreateIndexOp() override = default;
3638 class CreateIndexOp::UpdateIndexDataValuesFunction final
3640 RefPtr<CreateIndexOp> mOp;
3645 UpdateIndexDataValuesFunction(CreateIndexOp* aOp, in UpdateIndexDataValuesFunction()
11633 RefPtr<CreateIndexOp> op = new CreateIndexOp( in RecvCreateIndex()
18547 CreateIndexOp::CreateIndexOp(SafeRefPtr<VersionChangeTransaction> aTransaction, in CreateIndexOp() function in mozilla::dom::indexedDB::CreateIndexOp
18561 nsresult CreateIndexOp::InsertDataFromObjectStore( in InsertDataFromObjectStore()
18594 nsresult CreateIndexOp::InsertDataFromObjectStoreInternal( in InsertDataFromObjectStoreInternal()
18619 bool CreateIndexOp::Init(TransactionBase& aTransaction) { in Init()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParent.cpp3610 class CreateIndexOp final : public VersionChangeTransactionOp { class
3627 ~CreateIndexOp() override = default;
3638 class CreateIndexOp::UpdateIndexDataValuesFunction final
3640 RefPtr<CreateIndexOp> mOp;
3645 UpdateIndexDataValuesFunction(CreateIndexOp* aOp, in UpdateIndexDataValuesFunction()
11633 RefPtr<CreateIndexOp> op = new CreateIndexOp( in RecvCreateIndex()
18547 CreateIndexOp::CreateIndexOp(SafeRefPtr<VersionChangeTransaction> aTransaction, in CreateIndexOp() function in mozilla::dom::indexedDB::CreateIndexOp
18561 nsresult CreateIndexOp::InsertDataFromObjectStore( in InsertDataFromObjectStore()
18594 nsresult CreateIndexOp::InsertDataFromObjectStoreInternal( in InsertDataFromObjectStoreInternal()
18619 bool CreateIndexOp::Init(TransactionBase& aTransaction) { in Init()
[all …]
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParent.cpp3597 class CreateIndexOp final : public VersionChangeTransactionOp { class
3614 ~CreateIndexOp() override = default;
3625 class CreateIndexOp::UpdateIndexDataValuesFunction final
3627 RefPtr<CreateIndexOp> mOp;
3632 UpdateIndexDataValuesFunction(CreateIndexOp* aOp, in UpdateIndexDataValuesFunction()
11619 RefPtr<CreateIndexOp> op = new CreateIndexOp( in RecvCreateIndex()
18522 CreateIndexOp::CreateIndexOp(SafeRefPtr<VersionChangeTransaction> aTransaction, in CreateIndexOp() function in mozilla::dom::indexedDB::CreateIndexOp
18536 nsresult CreateIndexOp::InsertDataFromObjectStore( in InsertDataFromObjectStore()
18569 nsresult CreateIndexOp::InsertDataFromObjectStoreInternal( in InsertDataFromObjectStoreInternal()
18594 bool CreateIndexOp::Init(TransactionBase& aTransaction) { in Init()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp7214 class CreateIndexOp final : public VersionChangeTransactionOp { class
7231 ~CreateIndexOp() override = default;
7242 class CreateIndexOp::UpdateIndexDataValuesFunction final
7244 RefPtr<CreateIndexOp> mOp;
7248 UpdateIndexDataValuesFunction(CreateIndexOp* aOp, in UpdateIndexDataValuesFunction()
15784 RefPtr<CreateIndexOp> op = new CreateIndexOp( in RecvCreateIndex()
23868 CreateIndexOp::CreateIndexOp(SafeRefPtr<VersionChangeTransaction> aTransaction, in CreateIndexOp() function in mozilla::dom::indexedDB::CreateIndexOp
23882 nsresult CreateIndexOp::InsertDataFromObjectStore( in InsertDataFromObjectStore()
23914 nsresult CreateIndexOp::InsertDataFromObjectStoreInternal( in InsertDataFromObjectStoreInternal()
23944 bool CreateIndexOp::Init(TransactionBase& aTransaction) { in Init()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DActorsParent.cpp7004 CreateIndexOp(VersionChangeTransaction* aTransaction,
7007 ~CreateIndexOp() override = default;
7018 class CreateIndexOp::UpdateIndexDataValuesFunction final
7020 RefPtr<CreateIndexOp> mOp;
7024 UpdateIndexDataValuesFunction(CreateIndexOp* aOp, in UpdateIndexDataValuesFunction()
14414 RefPtr<CreateIndexOp> op = new CreateIndexOp(this, aObjectStoreId, aMetadata); in RecvCreateIndex()
22274 CreateIndexOp::CreateIndexOp(VersionChangeTransaction* aTransaction, in CreateIndexOp() function in mozilla::dom::indexedDB::CreateIndexOp
22288 nsresult CreateIndexOp::InsertDataFromObjectStore( in InsertDataFromObjectStore()
22323 nsresult CreateIndexOp::InsertDataFromObjectStoreInternal( in InsertDataFromObjectStoreInternal()
22358 bool CreateIndexOp::Init(TransactionBase* aTransaction) { in Init()
[all …]
/dports/databases/py-alembic14/alembic-1.4.3/docs/build/
H A Dcookbook.rst1137 :class:`.ops.CreateIndexOp`, we create a migration file structure,
1159 ops.CreateIndexOp.from_index(idx) for table in m.tables.values()
/dports/databases/py-alembic/alembic-1.7.5/docs/build/
H A Dcookbook.rst1235 :class:`.ops.CreateIndexOp`, we create a migration file structure,
1257 ops.CreateIndexOp.from_index(idx) for table in m.tables.values()

12