类 PGFunctionTableSource
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
com.alibaba.druid.sql.ast.statement.SQLExprTableSource
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGFunctionTableSource
- 所有已实现的接口:
SQLObject,SQLReplaceable,SQLTableSource,PGSQLObject
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLExprTableSource
columns, expr, partitions, sampling, schemaObject从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
alias, aliasHashCode64, flashback, hints, pivot, unpivot从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept0(PGASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) clone()从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLExprTableSource
addPartition, aliasHashCode64, cloneTo, computeAlias, containsAlias, containsAlias, equals, findColumn, findColumn, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCatalog, getColumns, getColumnsDirect, getExpr, getName, getPartitions, getPartitionSize, getSampling, getSchema, getSchemaObject, getTableName, getTableName, hashCode, replace, resolveColum, setCatalog, setCatalog, setExpr, setExpr, setSampling, setSchema, setSchemaObject, setSimpleName从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, getPivot, getUnpivot, setAlias, setFlashback, setHints, setPivot, setUnpivot从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
构造器详细资料
-
PGFunctionTableSource
public PGFunctionTableSource() -
PGFunctionTableSource
-
-
方法详细资料
-
getParameters
-
accept0
- 覆盖:
accept0在类中SQLExprTableSource
-
accept0
- 指定者:
accept0在接口中PGSQLObject
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLTableSource- 覆盖:
clone在类中SQLExprTableSource
-