Click or drag to resize
Statement Class
Extension methods for instances of IStatement.
Inheritance Hierarchy
SystemObject
  SQLitePCL.prettyStatement

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static class Statement

The Statement type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBind
Binds the position indexed values in values to the corresponding bind parameters in This.
Public methodStatic memberExecute
Executes the IStatement with provided bind parameter values.
Public methodStatic memberQuery(IStatement)
Queries the database using the provided IStatement.
Public methodStatic memberQuery(IStatement, Object)
Queries the database using the provided IStatement and provided bind variables.
Top
See Also