Class TFetchStmt
- Namespace
- gudusoft.gsqlparser.stmt
- Assembly
- gudusoft.gsqlparser.dll
The FETCH statement retrieves rows of data from the result set of a multiple-row query. fetch cursor into variables In plsq and pgplsql
public class TFetchStmt : TCustomSqlStatement, Visitable
- Inheritance
-
TFetchStmt
- Implements
- Inherited Members
Constructors
TFetchStmt()
public TFetchStmt()
TFetchStmt(EDbVendor)
public TFetchStmt(EDbVendor dbvendor)
Parameters
dbvendorEDbVendor
Properties
CursorName
@return
public virtual TObjectName CursorName { get; set; }
Property Value
VariableNames
public virtual TExpressionList VariableNames { get; set; }
Property Value
- TExpressionList
variable names in into clause.
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
doParseStatement(TCustomSqlStatement)
analyze SQL
public override int doParseStatement(TCustomSqlStatement psql)
Parameters
psqlTCustomSqlStatement
Returns
init(object, object)
public override void init(object arg1, object arg2)