SqliteDatabase ============== .. currentmodule:: lsst.daf.butler.registry.databases.sqlite .. autoclass:: SqliteDatabase :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~SqliteDatabase.dialect .. rubric:: Methods Summary .. autosummary:: ~SqliteDatabase.assertTableWriteable ~SqliteDatabase.declareStaticTables ~SqliteDatabase.delete ~SqliteDatabase.ensure ~SqliteDatabase.ensureTableExists ~SqliteDatabase.expandDatabaseEntityName ~SqliteDatabase.fromEngine ~SqliteDatabase.fromUri ~SqliteDatabase.getExistingTable ~SqliteDatabase.getSpatialRegionRepresentation ~SqliteDatabase.getTimespanRepresentation ~SqliteDatabase.insert ~SqliteDatabase.isTableWriteable ~SqliteDatabase.isWriteable ~SqliteDatabase.makeDefaultUri ~SqliteDatabase.makeEngine ~SqliteDatabase.query ~SqliteDatabase.replace ~SqliteDatabase.session ~SqliteDatabase.shrinkDatabaseEntityName ~SqliteDatabase.sync ~SqliteDatabase.transaction ~SqliteDatabase.update .. rubric:: Attributes Documentation .. autoattribute:: dialect .. rubric:: Methods Documentation .. automethod:: assertTableWriteable .. automethod:: declareStaticTables .. automethod:: delete .. automethod:: ensure .. automethod:: ensureTableExists .. automethod:: expandDatabaseEntityName .. automethod:: fromEngine .. automethod:: fromUri .. automethod:: getExistingTable .. automethod:: getSpatialRegionRepresentation .. automethod:: getTimespanRepresentation .. automethod:: insert .. automethod:: isTableWriteable .. automethod:: isWriteable .. automethod:: makeDefaultUri .. automethod:: makeEngine .. automethod:: query .. automethod:: replace .. automethod:: session .. automethod:: shrinkDatabaseEntityName .. automethod:: sync .. automethod:: transaction .. automethod:: update