Class SqlFrameClause
public class SqlFrameClause : QueryElement, IQueryElement
- Inheritance
-
SqlFrameClause
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlFrameClause(FrameTypeKind, SqlFrameBoundary, SqlFrameBoundary)
public SqlFrameClause(SqlFrameClause.FrameTypeKind frameType, SqlFrameBoundary start, SqlFrameBoundary end)
Parameters
frameTypeSqlFrameClause.FrameTypeKindstartSqlFrameBoundaryendSqlFrameBoundary
Properties
ElementType
AST node type.
public override QueryElementType ElementType { get; }
Property Value
End
public SqlFrameBoundary End { get; }
Property Value
FrameType
public SqlFrameClause.FrameTypeKind FrameType { get; }
Property Value
Start
public SqlFrameBoundary Start { get; }
Property Value
Methods
Equals(SqlFrameClause)
protected bool Equals(SqlFrameClause other)
Parameters
otherSqlFrameClause
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetElementHashCode()
public override int GetElementHashCode()
Returns
GetHashCode()
public override int GetHashCode()
Returns
Modify(SqlFrameBoundary, SqlFrameBoundary)
public void Modify(SqlFrameBoundary start, SqlFrameBoundary end)
Parameters
startSqlFrameBoundaryendSqlFrameBoundary
ToString(QueryElementTextWriter)
Generates debug text representation of AST node.
public override QueryElementTextWriter ToString(QueryElementTextWriter writer)
Parameters
writerQueryElementTextWriter