3. Statements : OpenROAD SQL Statements : Fetch Statement : Parameters—Fetch Statement
 
Share this page                  
Parameters—Fetch Statement
This statement has the following parameters:
cursor_variable
Specifies a reference variable that points to an object of type CursorObject. This cursor must be open.
variable_list
Specifies the variables into which you load your data. You can format this list as:
:variable{, :variable}
or
:variable = columnname{, :variable = columnname}
You cannot mix the two formats.