Execute a prepared statement
DBResult execPrepared( DBStatement<a> statement, [String] params )
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.
Execute a prepared statement, replacing parameters as specified. A single prepared statement may be used by multiple execPrepared functions, which increases efficiency.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
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.
DB.DBResult (3kaya)
DB.DBStatement (3kaya)
DB.exec (3kaya)
DB.execPrepared (3kaya)
DB.incExecPrepared (3kaya)
DB.prepare (3kaya)