Home
last modified time | relevance | path

Searched refs:drop_table_comment (Results 1 – 19 of 19) sorted by relevance

/dports/databases/py-alembic14/alembic-1.4.3/alembic/operations/
H A Dtoimpl.py119 def drop_table_comment(operations, operation): function
121 operations.impl.drop_table_comment(table)
H A Dops.py1448 def drop_table_comment( member in DropTableCommentOp
/dports/databases/py-alembic/alembic-1.7.5/alembic/operations/
H A Dtoimpl.py136 def drop_table_comment( function
140 operations.impl.drop_table_comment(table)
H A Dbatch.py176 def drop_table_comment(self, table): member in BatchOperationsImpl
617 def drop_table_comment(self, table): member in ApplyBatchImpl
H A Dops.py1529 def drop_table_comment( member in DropTableCommentOp
/dports/databases/py-alembic14/alembic-1.4.3/tests/
H A Dtest_oracle.py138 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
H A Dtest_mysql.py392 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
H A Dtest_op.py970 op.drop_table_comment("some_table")
H A Dtest_postgresql.py286 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
/dports/databases/py-alembic/alembic-1.7.5/tests/
H A Dtest_oracle.py161 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
H A Dtest_mysql.py382 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
H A Dtest_op.py1033 op.drop_table_comment("some_table")
H A Dtest_postgresql.py293 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
H A Dtest_batch.py1799 batch_op.drop_table_comment(existing_comment="some comment")
/dports/databases/py-alembic14/alembic-1.4.3/alembic/ddl/
H A Dimpl.py288 def drop_table_comment(self, table): member in DefaultImpl
/dports/databases/py-alembic/alembic-1.7.5/alembic/ddl/
H A Dimpl.py384 def drop_table_comment(self, table: "Table") -> None: member in DefaultImpl
/dports/databases/py-alembic/alembic-1.7.5/alembic/
H A Dop.pyi761 :meth:`.Operations.drop_table_comment`
920 def drop_table_comment(
/dports/databases/py-alembic/alembic-1.7.5/docs/build/
H A Dchangelog.rst406 ``batch_op.drop_table_comment()`` directives to batch ops.
1208 :meth:`.Operations.drop_table_comment` was not properly quote-escaped
1492 :meth:`.Operations.drop_table_comment` are added. A new arguments
/dports/databases/py-alembic14/alembic-1.4.3/docs/build/
H A Dchangelog.rst446 :meth:`.Operations.drop_table_comment` was not properly quote-escaped
730 :meth:`.Operations.drop_table_comment` are added. A new arguments