lsst.pipe.tasks gc397daaa20+51dc44cd9e
|
Public Member Functions | |
def | openRegistry (self, directory, create=False, dryrun=False) |
def | createTable (self, conn, table=None) |
Static Public Attributes | |
string | placeHolder = "%s" |
Definition at line 49 of file ingestPgsql.py.
def lsst.pipe.tasks.ingestPgsql.PgsqlRegisterTask.createTable | ( | self, | |
conn, | |||
table = None |
|||
) |
Create the registry tables One table (typically 'raw') contains information on all files, and the other (typically 'raw_visit') contains information on all visits. This method is required because there's a slightly different syntax compared to SQLite (FLOAT instead of DOUBLE, SERIAL instead of AUTOINCREMENT). @param conn Database connection @param table Name of table to create in database
Reimplemented from lsst.pipe.tasks.ingest.RegisterTask.
Definition at line 65 of file ingestPgsql.py.
def lsst.pipe.tasks.ingestPgsql.PgsqlRegisterTask.openRegistry | ( | self, | |
directory, | |||
create = False , |
|||
dryrun = False |
|||
) |
Open the registry and return the connection handle. @param directory Directory in which the registry file will be placed @param create Clobber any existing registry and create a new one? @param dryrun Don't do anything permanent? @return Database connection
Reimplemented from lsst.pipe.tasks.ingest.RegisterTask.
Definition at line 52 of file ingestPgsql.py.
|
static |
Definition at line 50 of file ingestPgsql.py.