SqlForeachFunc


Description:

[ CCode ( has_target = false ) ]
public delegate bool SqlForeachFunc (SqlAnyPart part, void* data) throws Error

Specifies the type of functions passed to @foreach.

Parameters:

part

the current SqlAnyPart node

data

user data passed to @foreach.

Returns:

FALSE if the @foreach should stop at this point and fail


Namespace: Gda
Package: libgda-6.0