Provided by: kaya_0.4.4-6ubuntu3_amd64 

NAME
DB::execPrepared - Execute a prepared statement
SYNOPSIS
DBResult execPrepared( DBStatement<a> statement, [String] params )
ARGUMENTS
statement The prepared database statement
params A list of parameters to be inserted into the query. An Exception may be thrown if the number of
parameters does not match the expected number. This version of the function may not be used to insert
NULL values.
DESCRIPTION
Execute a prepared statement, replacing parameters as specified. A single prepared statement may be used
by multiple execPrepared functions, which increases efficiency.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further
information see http://kayalang.org/
LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free
Software Foundation.
RELATED
DB.DBResult (3kaya)
DB.DBStatement (3kaya)
DB.exec (3kaya)
DB.execPrepared (3kaya)
DB.incExecPrepared (3kaya)
DB.prepare (3kaya)
Kaya July 2013 DB.execPrepared(3kaya)