Class TResetStmt

All Implemented Interfaces:
IRelation, Visitable, Iterator<TSourceToken>

public class TResetStmt extends TCustomSqlStatement
This class represents reset statement of GaussDB. (2024/6/30) In other databases, All reset statement is still represented by TSetStmt In the future, use this class to represent the reset statement.