Package com.sas.lsaf.query
Class Column
java.lang.Object
com.sas.lsaf.query.Column
- All Implemented Interfaces:
Serializable
This class represents a method to specify the column information to query.
- Since:
- 2.3
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Column
The constructor.- Parameters:
queryClass- The name of the query class.name- The name of the column.type- The type of the column.
-
-
Method Details
-
getQueryClass
Gets the name of the query class.- Returns:
- The name of the query class.
-
getName
Gets the name of the column.- Returns:
- The name of the column.
-
getType
Gets the type of the column.- Returns:
- The type of the column.
-
hashCode
public int hashCode() -
equals
-
toString
-