Class SqlFrameClause
public class SqlFrameClause : QueryElement, IQueryElement
- Inheritance
-
objectSqlFrameClause
- 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?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
- bool
true if the specified object is equal to the current object; otherwise, false.
GetElementHashCode()
public override int GetElementHashCode()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
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