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

NAME

6       DB::defaultIncExec - Default function
7

SYNOPSIS

9       DBIncResult<a> defaultIncExec( a con, String query, DBHandle<a>  cptr )
10

DESCRIPTION

12       Databases  that  do  not  support incremental retrieval should use this
13       function as the incexec field of their DB.DBHandle (3kaya)
14        It  will  throw  the  Builtins.Not_Implemented  (3kaya)  Exception  if
15       called.
16

AUTHORS

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

LICENSE

22       The Kaya standard library is free software;  you  can  redistribute  it
23       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
24       License (version 2.1 or any later version) as  published  by  the  Free
25       Software Foundation.
26
27
28
29Kaya                             December 2010        DB.defaultIncExec(3kaya)
Impressum