Packages
SqlStat
SqlSelectStat
SqlInsertStat
SqlUpdateStat
SqlDeleteStat
Cursor
Installation
Notebook
neuralib.argp
neuralib.imaging
neuralib.tracking.facemap
neuralib.model.rastermap
neuralib.segmentation
neuralib.atlas
neuralib.plot
Roadmap
neuralib.sqlp.stat.SqlStat
Bases: Generic[T]
Generic
T
Abstract SQL statement.
table (type[T] | None)
build a SQL statement.
tuple[str, list]
build the SQL statement and execute.
a cursor
RuntimeError – current statement does not bind with a connection.
Cursor[T]
Add SQL token.
Self