Index  Up  <<  >>  


query

CALL INFORMATION
Parameters: sql

Positional parameters in same order.

The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

This is a container tag, i.e. [query] FOO [/query]. Nesting: NO

Invalidates cache: no

Called Routine:

ASP/perl tag calls:

    $Tag->query(
        {
         sql => VALUE,
        },
        BODY
    )
  
 OR
 
    $Tag->query($sql, $ATTRHASH, $BODY);

Attribute aliases

            query ==> sql

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>