Class TCloseStmt
- Namespace
- gudusoft.gsqlparser.stmt
- Assembly
- gudusoft.gsqlparser.dll
The CLOSE statement closes a cursor or cursor variable, thereby allowing its resources to be reused.
public class TCloseStmt : TCustomSqlStatement, Visitable
- Inheritance
-
TCloseStmt
- Implements
- Inherited Members
Constructors
TCloseStmt()
public TCloseStmt()
TCloseStmt(EDbVendor)
public TCloseStmt(EDbVendor dbvendor)
Parameters
dbvendorEDbVendor
Properties
CursorName
public virtual TObjectName CursorName { get; set; }
Property Value
- TObjectName
The name of an open explicit cursor that was declared within the current scope.
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)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object