Uses of Interface
org.sql.generation.api.grammar.builders.query.FromBuilder

Packages that use FromBuilder
org.sql.generation.api.grammar.builders.query Package to hold builders for SQL queries (SELECT -statements). 
org.sql.generation.api.grammar.builders.query.pgsql This package contains builders specified to work with SQL syntax of the PostgreSQL database provider. 
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

Uses of FromBuilder in org.sql.generation.api.grammar.builders.query
 

Methods in org.sql.generation.api.grammar.builders.query that return FromBuilder
 FromBuilder FromBuilder.addTableReferences(TableReferenceBuilder... tableRefs)
          Adds table reference builders to this FROM clause.
 FromBuilder QuerySpecificationBuilder.getFrom()
          Gets the builder for FROM clause of this SELECT statement.
 

Methods in org.sql.generation.api.grammar.builders.query with parameters of type FromBuilder
 QuerySpecificationBuilder QuerySpecificationBuilder.setFrom(FromBuilder builder)
          Sets the builder for FROM clause of this SELECT statement.
 

Uses of FromBuilder in org.sql.generation.api.grammar.builders.query.pgsql
 

Methods in org.sql.generation.api.grammar.builders.query.pgsql with parameters of type FromBuilder
 PgSQLQuerySpecificationBuilder PgSQLQuerySpecificationBuilder.setFrom(FromBuilder builder)
           
 

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

Methods in org.sql.generation.api.grammar.factories that return FromBuilder
 FromBuilder QueryFactory.fromBuilder()
          Creates a builder for FROM clause.
 



Copyright © 2010-2011. All Rights Reserved.