lsst.daf.persistence
13.0-36-gb9d951e
|
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | __del__ |
def | lookup |
def | executeQuery |
![]() | |
def | __init__ |
Static Public Attributes | |
string | placeHolder = "?" |
![]() | |
string | placeHolder = "?" |
Additional Inherited Members | |
![]() | |
def | create |
![]() | |
conn | |
A SQLite-based registry
Definition at line 402 of file registries.py.
def lsst.daf.persistence.registries.SqliteRegistry.__init__ | ( | self, | |
location | |||
) |
Constructor Parameters ---------- location : `str` Path to SQLite3 file
Definition at line 406 of file registries.py.
|
static |
Definition at line 404 of file registries.py.