Uses of Class
gudusoft.gsqlparser.nodes.TRestrictionClause
Packages that use TRestrictionClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TRestrictionClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TRestrictionClauseMethods in gudusoft.gsqlparser.nodes with parameters of type TRestrictionClauseModifier and TypeMethodDescriptionvoidTCreateViewSqlNode.setRestrictionClause(TRestrictionClause restrictionClause) -
Uses of TRestrictionClause in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TRestrictionClauseModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TRestrictionClause clause) -
Uses of TRestrictionClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TRestrictionClauseModifier and TypeMethodDescriptionTCreateViewSqlStatement.getRestrictionClause()Oracle, DB2 restriction clauseMethods in gudusoft.gsqlparser.stmt with parameters of type TRestrictionClauseModifier and TypeMethodDescriptionvoidTCreateViewSqlStatement.setRestrictionClause(TRestrictionClause restrictionClause)