Statement

Constructors

this
this(SqlConnection db, DatabaseOption options)
Undocumented in source.
this
this(SqlConnection db, string sql, DatabaseOption options)
Undocumented in source.

Members

Functions

affectedRows
int affectedRows()
Undocumented in source. Be warned that the author may not have intended to support it.
count
int count()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
int execute()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
int execute(string lastIdName)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
Row fetch()
Undocumented in source. Be warned that the author may not have intended to support it.
lastInsertId
int lastInsertId()
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
void prepare(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
query
RowSet query()
Undocumented in source. Be warned that the author may not have intended to support it.
setParameter
void setParameter(string key, R param)
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

Meta