[ CCode ( has_target = false ) ]
public delegate bool SqlForeachFunc (SqlAnyPart part, void* data) throws Error
Specifies the type of functions passed to @foreach.
part |
the current SqlAnyPart node |
data |
user data passed to @foreach. |
FALSE if the @foreach should stop at this point and fail |