Class ColumnTupleObject
java.lang.Object
com.healthmarketscience.common.util.AppendeeObject
com.healthmarketscience.sqlbuilder.SqlObject
ca.uhn.fhir.jpa.search.builder.sql.ColumnTupleObject
- All Implemented Interfaces:
com.healthmarketscience.common.util.Appendee
-
Field Summary
Fields inherited from class com.healthmarketscience.sqlbuilder.SqlObject
ALL_SYMBOL, NULL_VALUE, QUESTION_MARK
-
Constructor Summary
ConstructorDescriptionColumnTupleObject
(com.healthmarketscience.sqlbuilder.dbspec.Column... theColumns) -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendTo
(com.healthmarketscience.common.util.AppendableExt app) protected void
collectSchemaObjects
(com.healthmarketscience.sqlbuilder.ValidationContext vContext) static Object
from
(com.healthmarketscience.sqlbuilder.dbspec.basic.DbColumn[] theJoinColumns) Methods inherited from class com.healthmarketscience.sqlbuilder.SqlObject
collectSchemaObjects, doValidate, toString
Methods inherited from class com.healthmarketscience.common.util.AppendeeObject
toString, toString
-
Constructor Details
-
ColumnTupleObject
-
-
Method Details
-
collectSchemaObjects
- Specified by:
collectSchemaObjects
in classcom.healthmarketscience.sqlbuilder.SqlObject
-
appendTo
- Specified by:
appendTo
in interfacecom.healthmarketscience.common.util.Appendee
- Overrides:
appendTo
in classcom.healthmarketscience.common.util.AppendeeObject
- Throws:
IOException
-
from
-