org.jooq.util.maven.example.mysql
Class Test2Factory

java.lang.Object
  extended by org.jooq.impl.Factory
      extended by org.jooq.util.mysql.MySQLFactory
          extended by org.jooq.util.maven.example.mysql.Test2Factory
All Implemented Interfaces:
Serializable, org.jooq.Configuration, org.jooq.FactoryOperations

public class Test2Factory
extends org.jooq.util.mysql.MySQLFactory

This class is generated by jOOQ. A Factory for specific use with the test2 schema.

This Factory will not render the test2 schema's schema name in rendered SQL (assuming that you use it as the default schema on your connection!). Use the more generic MySQLFactory or the Factory instead, if you want to fully qualify tables, routines, etc.

See Also:
Serialized Form

Constructor Summary
Test2Factory(Connection connection)
          Create a factory with a connection
Test2Factory(Connection connection, org.jooq.conf.Settings settings)
          Create a factory with a connection and some settings
 
Method Summary
 
Methods inherited from class org.jooq.util.mysql.MySQLFactory
aesDecrypt, aesDecrypt, aesEncrypt, aesEncrypt, compress, compress, decode, decode, desDecrypt, desDecrypt, desDecrypt, desDecrypt, desEncrypt, desEncrypt, desEncrypt, desEncrypt, encode, encode, enumType, md5, md5, password, password, sha1, sha1, sha2, sha2, uncompress, uncompress, uncompressedLength, uncompressedLength
 
Methods inherited from class org.jooq.impl.Factory
abs, abs, acos, acos, ascii, ascii, asin, asin, atan, atan, atan2, atan2, atan2, atan2, attach, attach, avg, avgDistinct, batch, batch, batch, batchStore, bind, bindContext, bitAnd, bitAnd, bitAnd, bitAnd, bitCount, bitCount, bitLength, bitLength, bitNand, bitNand, bitNand, bitNand, bitNor, bitNor, bitNor, bitNor, bitNot, bitNot, bitOr, bitOr, bitOr, bitOr, bitXNor, bitXNor, bitXNor, bitXNor, bitXor, bitXor, bitXor, bitXor, cast, cast, cast, castNull, castNull, castNull, ceil, ceil, charLength, charLength, coalesce, coalesce, concat, concat, condition, condition, connectByIsCycle, connectByIsLeaf, cos, cos, cosh, cosh, cot, cot, coth, coth, count, count, countDistinct, cube, cumeDist, currentDate, currentTime, currentTimestamp, currentUser, currval, dateAdd, dateAdd, dateDiff, dateDiff, dateDiff, dateDiff, day, day, decode, decode, decode, decode, decode, deg, deg, delete, deleteQuery, denseRank, e, escape, escape, execute, execute, executeDelete, executeDelete, executeDeleteOne, executeDeleteOne, executeInsert, executeUpdate, executeUpdate, executeUpdateOne, executeUpdateOne, exists, exp, exp, extract, extract, falseCondition, fetch, fetch, fetch, fetch, fetch, fetchAny, fetchLazy, fetchLazy, fetchMany, fetchMany, fetchOne, fetchOne, fetchOne, fetchOne, field, field, field, field, field, field, field, field, field, fieldByName, fieldByName, fieldByName, firstValue, floor, floor, function, function, getConnection, getData, getData, getDataType, getDialect, getSchemaMapping, getSettings, greatest, greatest, groupConcat, groupConcatDistinct, grouping, groupingId, groupingSets, groupingSets, groupingSets, hour, hour, inline, inline, inline, inline, inline, inline, inline, insertInto, insertInto, insertInto, insertInto, insertQuery, lag, lag, lag, lag, lastID, lastValue, lead, lead, lead, lead, least, least, length, length, level, listAgg, listAgg, literal, literal, literal, ln, ln, loadInto, log, log, lower, lower, lpad, lpad, lpad, lpad, lpad, ltrim, ltrim, max, maxDistinct, median, mergeInto, min, minDistinct, minute, minute, month, month, newRecord, newRecord, newRecord, nextval, notExists, ntile, nullif, nullif, nullif, nullif, nvl, nvl, nvl, nvl, nvl2, nvl2, nvl2, nvl2, octetLength, octetLength, one, param, param, param, param, percentRank, pi, position, position, position, position, power, power, power, power, prior, query, query, rad, rad, rand, rank, render, renderContext, renderInlined, renderNamedParams, repeat, repeat, repeat, repeat, replace, replace, replace, replace, resultQuery, resultQuery, rollup, round, round, round, round, rowNumber, rpad, rpad, rpad, rpad, rpad, rtrim, rtrim, second, second, select, select, selectCount, selectDistinct, selectDistinct, selectFrom, selectOne, selectQuery, selectQuery, selectZero, setConnection, setData, shl, shl, shl, shl, shr, shr, shr, shr, sign, sign, sin, sin, sinh, sinh, sqrt, sqrt, stddevPop, stddevSamp, substring, substring, substring, substring, sum, sumDistinct, sysConnectByPath, table, table, table, table, table, table, table, tableByName, tan, tan, tanh, tanh, timestampAdd, timestampAdd, timestampDiff, timestampDiff, timestampDiff, timestampDiff, toString, trim, trim, trueCondition, trunc, trunc, trunc, trunc, trunc, truncate, two, unnest, unnest, unnest, unnest, update, updateQuery, upper, upper, use, use, val, val, val, val, vals, value, value, value, value, varPop, varSamp, year, year, zero
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Test2Factory

public Test2Factory(Connection connection)
Create a factory with a connection

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

Test2Factory

public Test2Factory(Connection connection,
                    org.jooq.conf.Settings settings)
Create a factory with a connection and some settings

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


Copyright © 2012. All Rights Reserved.