Class ColumnPosition
java.lang.Object
io.github.torand.fastersql.projection.ColumnPosition
- All Implemented Interfaces:
OrderExpression,Sql
Represents an enumeration of a projection, that is, a 1-based number referencing a single projection element in a SELECT clause.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.torand.fastersql.order.OrderExpression
asc, ascIf, descMethods inherited from interface io.github.torand.fastersql.sql.Sql
aliasRefs, columnRefs
-
Constructor Details
-
ColumnPosition
public ColumnPosition(int position) Creates a column position.- Parameters:
position- the 1-based position.
-
-
Method Details