Uses of Interface
org.sql.generation.api.grammar.query.RowValueConstructor

Packages that use RowValueConstructor
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
org.sql.generation.api.grammar.query This package and its sub-package contain elements related to SQL queries (SELECT statements). 
 

Uses of RowValueConstructor in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories with parameters of type RowValueConstructor
 TableValueConstructor QueryFactory.values(RowValueConstructor... rows)
          Creates a new VALUES expression in query.
 

Uses of RowValueConstructor in org.sql.generation.api.grammar.query
 

Subinterfaces of RowValueConstructor in org.sql.generation.api.grammar.query
 interface RowDefinition
          This syntax element represents a comma-separated row value definition of VALUES expression in query.
 interface RowSubQuery
          This syntax element represents subquery in VALUES expression in query.
 

Methods in org.sql.generation.api.grammar.query that return types with arguments of type RowValueConstructor
 List<RowValueConstructor> TableValueConstructor.getRows()
           
 



Copyright © 2010-2011. All Rights Reserved.