DekGenius.com
[ Team LiB ] Previous Section Next Section

D.1 Parameter Declaration

The following grammar describes the syntax of the Query.declareParameters( ) argument:

DeclareParameters:
        Parameters ,
        Parameters

Parameters:
        Parameter
        Parameters , Parameter

Parameter:
        Type Identifier
    [ Team LiB ] Previous Section Next Section