/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/testing/suite/ |
H A D | test_ddl.py | 68 inspect(config.db).get_table_comment("test_table"), 80 eq_(inspect(config.db).get_table_comment("test_table"), {"text": None})
|
H A D | test_reflection.py | 365 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 D | optimizer_prepare_state.sh | 42 get_table_comment | sed 's/^/#/' > "$1"
|
H A D | table_functional.sh | 118 get_table_comment | sed -e 's/^/#/' > "$tmpfile"
|
H A D | functions_common.sh | 591 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 D | optimizer_prepare_state.sh | 42 get_table_comment | sed 's/^/#/' > "$1"
|
H A D | table_functional.sh | 118 get_table_comment | sed -e 's/^/#/' > "$tmpfile"
|
H A D | functions_common.sh | 591 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 D | test_ddl.py | 84 inspect(config.db).get_table_comment("test_table"), 96 eq_(inspect(config.db).get_table_comment("test_table"), {"text": None})
|
H A D | test_reflection.py | 217 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 D | reflection.py | 514 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 D | interfaces.py | 415 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 D | reflection.py | 542 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 D | interfaces.py | 431 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 D | test_ddl.py | 91 inspect(connection).get_table_comment("test_table"), 104 inspect(connection).get_table_comment("test_table"), {"text": None}
|
H A D | test_reflection.py | 277 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 D | class.ischema_postgres.php | 231 public function get_table_comment($table){ function in iSchema_postgresql
|
H A D | class.ischema_sqlite.php | 232 public function get_table_comment($table){ function in iSchema_sqlite
|
H A D | class.ischema_mysql.php | 238 public function get_table_comment($table){ function in iSchema_mysql
|
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/dialect/oracle/ |
H A D | test_reflection.py | 217 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 D | reflection.py | 635 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 D | interfaces.py | 426 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 D | test_reflection.py | 210 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 D | ha_rocksdb.h | 541 static const std::string get_table_comment(const TABLE *const table_arg)
|
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/ |
H A D | ha_rocksdb.h | 541 static const std::string get_table_comment(const TABLE *const table_arg)
|