Home
last modified time | relevance | path

Searched refs:get_table_comment (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/testing/suite/
H A Dtest_ddl.py68 inspect(config.db).get_table_comment("test_table"),
80 eq_(inspect(config.db).get_table_comment("test_table"), {"text": None})
H A Dtest_reflection.py365 insp.get_table_comment("comment_test", schema=schema),
369 eq_(insp.get_table_comment("users", schema=schema), {"text": None})
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A Doptimizer_prepare_state.sh42 get_table_comment | sed 's/^/#/' > "$1"
H A Dtable_functional.sh118 get_table_comment | sed -e 's/^/#/' > "$tmpfile"
H A Dfunctions_common.sh591 get_table_comment() { #get comment lines from a table and add common information, which include the… function
604 export -f get_table_comment
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A Doptimizer_prepare_state.sh42 get_table_comment | sed 's/^/#/' > "$1"
H A Dtable_functional.sh118 get_table_comment | sed -e 's/^/#/' > "$tmpfile"
H A Dfunctions_common.sh591 get_table_comment() { #get comment lines from a table and add common information, which include the… function
604 export -f get_table_comment
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/testing/suite/
H A Dtest_ddl.py84 inspect(config.db).get_table_comment("test_table"),
96 eq_(inspect(config.db).get_table_comment("test_table"), {"text": None})
H A Dtest_reflection.py217 assert insp.get_table_comment(name)
534 insp.get_table_comment("comment_test", schema=schema),
538 eq_(insp.get_table_comment("users", schema=schema), {"text": None})
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/engine/
H A Dreflection.py514 def get_table_comment(self, table_name, schema=None, **kw): member in Inspector
530 return self.dialect.get_table_comment(
970 comment_dict = self.get_table_comment(table_name, schema)
H A Dinterfaces.py415 def get_table_comment(self, connection, table_name, schema=None, **kw): member in Dialect
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/engine/
H A Dreflection.py542 def get_table_comment(self, table_name, schema=None, **kw): member in Inspector
558 return self.dialect.get_table_comment(
1032 comment_dict = self.get_table_comment(table_name, schema)
H A Dinterfaces.py431 def get_table_comment(self, connection, table_name, schema=None, **kw): member in Dialect
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/testing/suite/
H A Dtest_ddl.py91 inspect(connection).get_table_comment("test_table"),
104 inspect(connection).get_table_comment("test_table"), {"text": None}
H A Dtest_reflection.py277 assert insp.get_table_comment(name)
623 insp.get_table_comment("comment_test", schema=schema),
627 eq_(insp.get_table_comment("users", schema=schema), {"text": None})
/dports/databases/vfront/vfront-0.96c/inc/
H A Dclass.ischema_postgres.php231 public function get_table_comment($table){ function in iSchema_postgresql
H A Dclass.ischema_sqlite.php232 public function get_table_comment($table){ function in iSchema_sqlite
H A Dclass.ischema_mysql.php238 public function get_table_comment($table){ function in iSchema_mysql
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/dialect/oracle/
H A Dtest_reflection.py217 insp.get_table_comment(
223 insp.get_table_comment(
229 insp.get_table_comment(
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/engine/
H A Dreflection.py635 def get_table_comment(self, table_name, schema=None, **kw): member in Inspector
652 return self.dialect.get_table_comment(
1146 comment_dict = self.get_table_comment(table_name, schema)
H A Dinterfaces.py426 def get_table_comment(self, connection, table_name, schema=None, **kw): member in Dialect
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/dialect/oracle/
H A Dtest_reflection.py210 insp.get_table_comment(
216 insp.get_table_comment(
222 insp.get_table_comment(
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/
H A Dha_rocksdb.h541 static const std::string get_table_comment(const TABLE *const table_arg)
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/
H A Dha_rocksdb.h541 static const std::string get_table_comment(const TABLE *const table_arg)

123