edu.gemini.grackle.sql.SqlMappingLike.TableExpr$.WithRef
Table expression corresponding to a common table expression
Attributes
- Source:
- SqlMapping.scala
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Find the innermost owner of the supplied column within this TableExpr
Find the innermost owner of the supplied column within this TableExpr
Attributes
- Source:
- SqlMapping.scala
Is this TableRef
an anoymous root
Is this TableExpr
backed by an SQL union
Is this TableExpr
backed by an SQL union
This is used to determine whether or not non-nullable columns should be weakened
to being nullable when fetched
Attributes
- Source:
- SqlMapping.scala
Yields a copy of this TableExpr
with all occurences of from
replaced by to
Yields a copy of this TableExpr
with all occurences of from
replaced by to
Attributes
- Source:
- SqlMapping.scala
Render a defining occurence of this TableExpr
Render a reference to this TableExpr
Is the supplied column an immediate component of this TableExpr
?
The name, if any, of this ColumnOwner