类 JoinFragment
java.lang.Object
com.github.aqiu202.sqlparser.fragment.FromFragment
com.github.aqiu202.sqlparser.fragment.JoinFragment
- 所有已实现的接口:
ExpressionAppendable
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidappendExpression(net.sf.jsqlparser.expression.Expression expression) net.sf.jsqlparser.statement.select.JoingetJoin()从类继承的方法 com.github.aqiu202.sqlparser.fragment.FromFragment
findAllTableNames, getFromItem, getSqlFragments, getTableFragment从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.github.aqiu202.sqlparser.fragment.ExpressionAppendable
createExpression
-
构造器详细资料
-
JoinFragment
public JoinFragment(net.sf.jsqlparser.statement.select.Join join)
-
-
方法详细资料
-
getJoin
public net.sf.jsqlparser.statement.select.Join getJoin() -
appendExpression
public void appendExpression(net.sf.jsqlparser.expression.Expression expression) - 指定者:
appendExpression在接口中ExpressionAppendable
-