Uses of Interface
ca.krasnay.sqlbuilder.Dialect

Uses of Dialect in ca.krasnay.sqlbuilder
 

Classes in ca.krasnay.sqlbuilder that implement Dialect
 class PostgresqlDialect
          Dialect for PostgreSQL.
 

Methods in ca.krasnay.sqlbuilder with parameters of type Dialect
 org.springframework.jdbc.core.PreparedStatementCreator SelectCreator.count(Dialect dialect)
          Returns a PreparedStatementCreator that returns a count of the rows that this creator would return.
 org.springframework.jdbc.core.PreparedStatementCreator SelectCreator.page(Dialect dialect, int limit, int offset)
          Returns a PreparedStatementCreator that returns a page of the underlying result set.
 



Copyright © 2014. All rights reserved.