Prepared

Encapsulation of a prepared statement.

Commands that are expected to return a result set - queries - have distinctive methods that are enforced. That is it will be an error to call such a method with an SQL command that does not produce a result set.

Alias This

preparedImpl

Members

Properties

isPrepared
bool isPrepared [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

preparedImpl
RefCounted!(PreparedImpl, RefCountedAutoInitialize.no) preparedImpl;
Undocumented in source.

Meta