pybitmessage.helper_sql module

Helper Sql performs sql operations.

class SqlBulkExecute[source]

This is used when you have to execute the same statement in a cycle.

static execute(sqlStatement, *args)

Used for statements that do not return results.

sqlExecute(sqlStatement, *args)[source]
sqlExecuteChunked(sqlStatement, idCount, *args)[source]
sqlQuery(sqlStatement, *args)[source]

SQLLITE execute statement and return query.

sqlStoredProcedure(procName)[source]