|
def | __init__ (self, location) |
|
def | __init__ (self, conn) |
|
def | lookup (self, lookupProperties, reference, dataId, kwargs) |
|
def | executeQuery (self, returnFields, joinClause, whereFields, range, values) |
|
def | __init__ (self) |
|
A SQLite-based registry
Definition at line 398 of file registries.py.
◆ __init__()
def lsst.daf.persistence.registries.SqliteRegistry.__init__ |
( |
|
self, |
|
|
|
location |
|
) |
| |
Constructor
Parameters
----------
location : `str`
Path to SQLite3 file
Definition at line 402 of file registries.py.
◆ placeHolder
string lsst.daf.persistence.registries.SqliteRegistry.placeHolder = "?" |
|
static |
The documentation for this class was generated from the following file: