@foreach


Description:

public bool @foreach (SqlForeachFunc func) throws Error

Calls a function for each element of a SqlAnyPart node

Parameters:

this

the stat node

func

function to call for each sub node

data

data to pass to func each time it is called

Returns:

TRUE if func has been called for any sub node of this and always returned TRUE, or FALSE otherwise.