org.jooq.util.sqlite
Class SQLiteFactory

java.lang.Object
  extended by org.jooq.impl.Factory
      extended by org.jooq.util.sqlite.SQLiteFactory
All Implemented Interfaces:
Serializable, Configuration

public class SQLiteFactory
extends Factory

A SQLDialect.SQLITE specific factory

Author:
Lukas Eder
See Also:
Serialized Form

Constructor Summary
SQLiteFactory(Connection connection)
          Create a factory with connection
SQLiteFactory(Connection connection, SchemaMapping mapping)
          Create a factory with connection and a schema mapping configured
 
Method Summary
 
Methods inherited from class org.jooq.impl.Factory
attach, attach, cast, cast, cast, castNull, castNull, castNull, constant, constant, constant, constant, constant, constants, count, countOver, currentDate, currentTime, currentTimestamp, currentUser, currval, decode, decode, decode, decode, decode, delete, deleteQuery, denseRankOver, executeDelete, executeDelete, executeDeleteOne, executeDeleteOne, executeInsert, executeUpdate, executeUpdate, executeUpdateOne, executeUpdateOne, exists, falseCondition, fetch, fetch, fetchAny, fetchOne, fetchOne, getConnection, getDataType, getDialect, getFactory, getFactory, getSchemaMapping, insertInto, insertInto, insertInto, insertInto, insertQuery, insertQuery, lastID, lastID, mergeInto, newRecord, nextval, notExists, ntile, NULL, one, percentRankOver, plainSQLCondition, plainSQLCondition, plainSQLField, plainSQLField, plainSQLField, plainSQLField, plainSQLField, plainSQLField, plainSQLQuery, plainSQLQuery, plainSQLTable, plainSQLTable, rand, rankOver, rownum, rowNumberOver, select, select, select, selectDistinct, selectDistinct, selectFrom, selectOne, selectQuery, selectQuery, selectZero, toString, trueCondition, truncate, update, updateQuery, use, zero
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLiteFactory

public SQLiteFactory(Connection connection,
                     SchemaMapping mapping)
Create a factory with connection and a schema mapping configured

Parameters:
connection - The connection to use with objects created from this factory
mapping - The schema mapping to use with objects created from this factory

SQLiteFactory

public SQLiteFactory(Connection connection)
Create a factory with connection

Parameters:
connection - The connection to use with objects created from this factory


Copyright © 2011. All Rights Reserved.