Home
last modified time | relevance | path

Searched refs:PGSpecial (Results 1 – 9 of 9) sorted by relevance

/dports/databases/py-pgspecial/pgspecial-1.13.0/tests/
H A Dtest_named_queries.py8 from pgspecial.main import PGSpecial
21 PGSpecial().execute(None, "\\ns test select * from foo")
27 PGSpecial().execute(None, "\\ns test_foo select * from foo")
30 PGSpecial().execute(None, "\\nd test_foo")
35 PGSpecial().execute(None, "\\ns test_name select * from bar")
38 result = PGSpecial().execute(None, "\\np test_n.*")
41 result = PGSpecial().execute(None, "\\np")
H A Dconftest.py3 from pgspecial.main import PGSpecial
26 pgspecial = PGSpecial()
/dports/databases/py-pgspecial/pgspecial-1.13.0/
H A DREADME.rst27 from pgspecial.main import PGSpecial
31 Then you will create and use an instance of PGSpecial:
35 pgspecial = PGSpecial()
H A DPKG-INFO35 from pgspecial.main import PGSpecial
39 Then you will create and use an instance of PGSpecial:
43 pgspecial = PGSpecial()
/dports/databases/py-pgspecial/pgspecial-1.13.0/pgspecial.egg-info/
H A DPKG-INFO35 from pgspecial.main import PGSpecial
39 Then you will create and use an instance of PGSpecial:
43 pgspecial = PGSpecial()
/dports/databases/py-pgspecial/pgspecial-1.13.0/pgspecial/
H A Dmain.py37 class PGSpecial(object): class
258 command_dict=PGSpecial.default_commands,
/dports/databases/py-pgcli/pgcli-3.2.0/tests/
H A Dmetadata.py206 from pgspecial import PGSpecial
209 smart_completion=True, settings=settings, pgspecial=PGSpecial()
H A Dtest_pgexecute.py6 from pgspecial.main import PGSpecial, NO_QUERY
541 pgspecial = PGSpecial()
/dports/databases/py-pgcli/pgcli-3.2.0/pgcli/
H A Dmain.py52 from pgspecial.main import PGSpecial, NO_QUERY, PAGER_OFF, PAGER_LONG_OUTPUT
191 self.pgspecial = PGSpecial()