Class Hierarchy
- java.lang.Object
- org.hotrod.runtime.livesql.metadata.DatabaseObject
- org.hotrod.runtime.livesql.metadata.TableOrView
- org.hotrod.runtime.livesql.expressions.Expression<T> (implements org.hotrod.runtime.livesql.expressions.ResultSetColumn)
- org.hotrod.runtime.livesql.expressions.binary.ByteArrayExpression
- org.hotrod.runtime.livesql.metadata.ByteArrayColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- org.hotrod.runtime.livesql.metadata.DateTimeColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- org.hotrod.runtime.livesql.metadata.NumberColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.object.ObjectExpression
- org.hotrod.runtime.livesql.metadata.ObjectColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.predicates.Predicate
- org.hotrod.runtime.livesql.metadata.BooleanColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.strings.StringExpression
- org.hotrod.runtime.livesql.metadata.StringColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.binary.ByteArrayExpression
- org.hotrod.runtime.livesql.metadata.DatabaseObject
Interface Hierarchy
- org.hotrod.runtime.livesql.expressions.ResultSetColumn
- org.hotrod.runtime.livesql.queries.select.ReferenceableExpression
- org.hotrod.runtime.livesql.metadata.Column
- org.hotrod.runtime.livesql.queries.select.ReferenceableExpression