Editor Plugins
English
Appearance
interface Execute
pub fn execute(self, query: string, values: ..BindValue?): QueryResult throws SqlError
pub fn query(self, query: string, values: ..BindValue?): Rows throws SqlError
pub fn query_one(self, query: string, values: ..BindValue?): Row? throws SqlError