Package org.babyfish.kimmer.sql.ast.query.selectable

Types

Link copied to clipboard
interface Projection<T : Any>
Link copied to clipboard
interface Projection2<T1, T2> : Projection<Pair<T1, T2>>
Link copied to clipboard
interface Projection3<T1, T2, T3> : Projection<Triple<T1, T2, T3>>
Link copied to clipboard
interface Projection4<T1, T2, T3, T4> : Projection<Tuple4<T1, T2, T3, T4>>
Link copied to clipboard
interface Projection5<T1, T2, T3, T4, T5> : Projection<Tuple5<T1, T2, T3, T4, T5>>
Link copied to clipboard
interface Projection6<T1, T2, T3, T4, T5, T6> : Projection<Tuple6<T1, T2, T3, T4, T5, T6>>
Link copied to clipboard
interface Projection7<T1, T2, T3, T4, T5, T6, T7> : Projection<Tuple7<T1, T2, T3, T4, T5, T6, T7>>
Link copied to clipboard
interface Projection8<T1, T2, T3, T4, T5, T6, T7, T8> : Projection<Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>
Link copied to clipboard
interface Projection9<T1, T2, T3, T4, T5, T6, T7, T8, T9> : Projection<Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>
Link copied to clipboard
object ProjectionContext
Link copied to clipboard
interface RootSelectable<E : Entity<ID>, ID : Comparable<ID>>
Link copied to clipboard
interface SubSelectable<P : Entity<PID>, PID : Comparable<PID>, E : Entity<ID>, ID : Comparable<ID>>