EXEC SQL [FOR { integer | :array_size }]
FETCH { cursor | :cursor_variable }
{ USING DESCRIPTOR SQLDA_descriptor
| INTO :host_variable [[INDICATOR] :indicator_variable]
[, :host_variable [[INDICATOR] :indicator_variable]]...
}
ÿ