org.jooq.util.derby.sys.SysFactory Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.derby.sys;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.0"},
comments = "This class is generated by jOOQ")
public class SysFactory extends org.jooq.util.derby.DerbyFactory {
private static final long serialVersionUID = -2112006283;
/**
* Create a factory with a connection
*
* @param connection The connection to use with objects created from this factory
*/
public SysFactory(java.sql.Connection connection) {
super(connection);
}
/**
* Create a factory with a connection and a schema mapping
*
* @param connection The connection to use with objects created from this factory
* @param mapping The schema mapping to use with objects created from this factory
*/
public SysFactory(java.sql.Connection connection, org.jooq.SchemaMapping mapping) {
super(connection, mapping);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy