Uses of Interface
net.sf.jsqlparser.statement.select.FromItem
-
-
Uses of FromItem in net.sf.jsqlparser.schema
Classes in net.sf.jsqlparser.schema that implement FromItem Modifier and Type Class Description classTableA table. -
Uses of FromItem in net.sf.jsqlparser.statement.merge
Methods in net.sf.jsqlparser.statement.merge that return FromItem Modifier and Type Method Description FromItemMerge. getFromItem()Methods in net.sf.jsqlparser.statement.merge with parameters of type FromItem Modifier and Type Method Description voidMerge. setFromItem(FromItem fromItem)MergeMerge. 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 classLateralSubSelectlateral sub selectclassParenthesedFromItemclassParenthesedSelectclassTableFunctionclassValuesclassWithItemMethods in net.sf.jsqlparser.statement.select with type parameters of type FromItem Modifier and Type Method Description <E extends FromItem>
EParenthesedFromItem. getFromItem(Class<E> type)<E extends FromItem>
EPlainSelect. getFromItem(Class<E> type)Methods in net.sf.jsqlparser.statement.select that return FromItem Modifier and Type Method Description FromItemParenthesedFromItem. addJoins(Join... joins)FromItemJoin. getFromItem()FromItemParenthesedFromItem. getFromItem()FromItemPlainSelect. getFromItem()FromItemJoin. getRightItem()Returns the right item of the joindefault FromItemFromItem. withAlias(Alias alias)FromItemParenthesedFromItem. withJoins(List<Join> joins)default FromItemFromItem. withPivot(Pivot pivot)default FromItemFromItem. withUnPivot(UnPivot unpivot)Methods in net.sf.jsqlparser.statement.select with parameters of type FromItem Modifier and Type Method Description JoinJoin. setFromItem(FromItem fromItem)voidParenthesedFromItem. setFromItem(FromItem fromItem)voidPlainSelect. setFromItem(FromItem item)voidJoin. setRightItem(FromItem item)ParenthesedFromItemParenthesedFromItem. withFromItem(FromItem fromItem)PlainSelectPlainSelect. withFromItem(FromItem item)JoinJoin. withRightItem(FromItem item)Deprecated. -
Uses of FromItem in net.sf.jsqlparser.statement.update
Methods in net.sf.jsqlparser.statement.update with type parameters of type FromItem Modifier and Type Method Description <E extends FromItem>
EUpdate. getFromItem(Class<E> type)Methods in net.sf.jsqlparser.statement.update that return FromItem Modifier and Type Method Description FromItemUpdate. getFromItem()Methods in net.sf.jsqlparser.statement.update with parameters of type FromItem Modifier and Type Method Description voidUpdate. setFromItem(FromItem fromItem)UpdateUpdate. 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 voidAbstractValidator. validateOptionalFromItem(FromItem fromItem)protected voidAbstractValidator. validateOptionalFromItem(FromItem fromItem, SelectValidator v)protected voidAbstractValidator. validateOptionalFromItems(FromItem... fromItems)Method parameters in net.sf.jsqlparser.util.validation.validator with type arguments of type FromItem Modifier and Type Method Description protected voidAbstractValidator. validateOptionalFromItems(List<? extends FromItem> fromItems)
-