1DB.incExecPrepared(3kaya)    Kaya module reference   DB.incExecPrepared(3kaya)
2
3
4

NAME

6       DB::incExecPrepared - Incrementally execute a prepared statement
7

SYNOPSIS

9       DBIncResult<a>      incExecPrepared(     DBStatement<a>      statement,
10       [Maybe<String> ] params )
11

ARGUMENTS

13       statement The prepared database statement
14
15       params A list of parameters to be inserted into the query. An Exception
16       may  be  thrown if the number of parameters does not match the expected
17       number.  nothing should be used for parameters that are to be  replaced
18       by NULL
19
20

DESCRIPTION

22       Incrementally  execute  a  prepared  statement, replacing parameters as
23       specified. A single prepared statement may be used by  multiple  incEx‐
24       ecPrepared functions, which increases efficiency.
25

AUTHORS

27       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
28       (kaya@kayalang.org). For further information see http://kayalang.org/
29

LICENSE

31       The Kaya standard library is free software;  you  can  redistribute  it
32       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
33       License (version 2.1 or any later version) as  published  by  the  Free
34       Software Foundation.
35
37       DB.DBIncResult (3kaya)
38       DB.DBStatement (3kaya)
39       DB.exec (3kaya)
40       DB.execPrepared (3kaya)
41       DB.prepare (3kaya)
42
43
44
45Kaya                             December 2010       DB.incExecPrepared(3kaya)
Impressum