Uses of Interface
net.sf.jsqlparser.statement.select.FromItem
-
-
Uses of FromItem in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return FromItem Modifier and Type Method Description FromItem
CCJSqlParser. FromItem()
FromItem
CCJSqlParser. ParenthesedFromItem()
-
Uses of FromItem in net.sf.jsqlparser.schema
Classes in net.sf.jsqlparser.schema that implement FromItem Modifier and Type Class Description class
Table
A table. -
Uses of FromItem in net.sf.jsqlparser.statement.merge
Fields in net.sf.jsqlparser.statement.merge declared as FromItem Modifier and Type Field Description private FromItem
Merge. fromItem
Methods in net.sf.jsqlparser.statement.merge that return FromItem Modifier and Type Method Description FromItem
Merge. getFromItem()
Methods in net.sf.jsqlparser.statement.merge with parameters of type FromItem Modifier and Type Method Description void
Merge. setFromItem(FromItem fromItem)
Merge
Merge. withFromItem(FromItem fromItem)
-
Uses of FromItem in net.sf.jsqlparser.statement.select
Classes in net.sf.jsqlparser.statement.select that implement FromItem Modifier and Type Class Description class
LateralSubSelect
lateral sub selectclass
ParenthesedFromItem
class
ParenthesedSelect
class
TableFunction
class
Values
class
WithItem
Fields in net.sf.jsqlparser.statement.select declared as FromItem Modifier and Type Field Description private FromItem
Join. fromItem
private FromItem
ParenthesedFromItem. fromItem
private FromItem
PlainSelect. fromItem
Methods in net.sf.jsqlparser.statement.select with type parameters of type FromItem Modifier and Type Method Description <E extends FromItem>
EParenthesedFromItem. getFromItem(java.lang.Class<E> type)
<E extends FromItem>
EPlainSelect. getFromItem(java.lang.Class<E> type)
Methods in net.sf.jsqlparser.statement.select that return FromItem Modifier and Type Method Description FromItem
ParenthesedFromItem. addJoins(Join... joins)
FromItem
Join. getFromItem()
FromItem
ParenthesedFromItem. getFromItem()
FromItem
PlainSelect. getFromItem()
FromItem
Join. getRightItem()
Returns the right item of the joindefault FromItem
FromItem. withAlias(Alias alias)
FromItem
ParenthesedFromItem. withJoins(java.util.List<Join> joins)
default FromItem
FromItem. withPivot(Pivot pivot)
default FromItem
FromItem. withUnPivot(UnPivot unpivot)
Methods in net.sf.jsqlparser.statement.select with parameters of type FromItem Modifier and Type Method Description private static Alias
ParenthesedSelect. getAliasFromItem(FromItem fromItem)
Join
Join. setFromItem(FromItem fromItem)
void
ParenthesedFromItem. setFromItem(FromItem fromItem)
void
PlainSelect. setFromItem(FromItem item)
void
Join. setRightItem(FromItem item)
ParenthesedFromItem
ParenthesedFromItem. withFromItem(FromItem fromItem)
PlainSelect
PlainSelect. withFromItem(FromItem item)
Join
Join. withRightItem(FromItem item)
Deprecated.Constructors in net.sf.jsqlparser.statement.select with parameters of type FromItem Constructor Description ParenthesedFromItem(FromItem fromItem)
ParenthesedSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem)
ParenthesedSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem, java.util.Collection<Expression> orderByExpressions)
ParenthesedSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem, Expression whereExpressions)
ParenthesedSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem, Expression whereExpressions, java.util.Collection<Expression> orderByExpressions)
ParenthesedSelect(FromItem fromItem)
ParenthesedSelect(FromItem fromItem, java.util.Collection<Expression> orderByExpressions)
ParenthesedSelect(FromItem fromItem, Expression whereExpressions)
ParenthesedSelect(FromItem fromItem, Expression whereExpressions, java.util.Collection<Expression> orderByExpressions)
PlainSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem)
PlainSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem, java.util.Collection<Expression> orderByExpressions)
PlainSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem, Expression whereExpressions)
PlainSelect(java.util.Collection<Expression> selectExpressions, FromItem fromItem, Expression whereExpressions, java.util.Collection<Expression> orderByExpressions)
PlainSelect(FromItem fromItem)
PlainSelect(FromItem fromItem, java.util.Collection<Expression> orderByExpressions)
PlainSelect(FromItem fromItem, Expression whereExpressions)
PlainSelect(FromItem fromItem, Expression whereExpressions, java.util.Collection<Expression> orderByExpressions)
-
Uses of FromItem in net.sf.jsqlparser.statement.update
Fields in net.sf.jsqlparser.statement.update declared as FromItem Modifier and Type Field Description private FromItem
Update. fromItem
Methods in net.sf.jsqlparser.statement.update with type parameters of type FromItem Modifier and Type Method Description <E extends FromItem>
EUpdate. getFromItem(java.lang.Class<E> type)
Methods in net.sf.jsqlparser.statement.update that return FromItem Modifier and Type Method Description FromItem
Update. getFromItem()
Methods in net.sf.jsqlparser.statement.update with parameters of type FromItem Modifier and Type Method Description void
Update. setFromItem(FromItem fromItem)
Update
Update. withFromItem(FromItem fromItem)
-
Uses of FromItem in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type FromItem Modifier and Type Method Description protected void
AbstractValidator. validateOptionalFromItem(FromItem fromItem)
protected void
AbstractValidator. validateOptionalFromItem(FromItem fromItem, SelectValidator v)
protected void
AbstractValidator. validateOptionalFromItems(FromItem... fromItems)
Method parameters in net.sf.jsqlparser.util.validation.validator with type arguments of type FromItem Modifier and Type Method Description protected void
AbstractValidator. validateOptionalFromItems(java.util.List<? extends FromItem> fromItems)
-