neuralib.sqlp.stat.SqlStat
- class neuralib.sqlp.stat.SqlStat[source]
Bases:
Generic[T]Abstract SQL statement.
Methods
__init__(table)add(stat)Add SQL token.
build()build a SQL statement.
drop()submit()build the SQL statement and execute.