org.jooq.util.db2.syscat.SyscatFactory Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.db2.syscat;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = "http://jooq.sourceforge.net",
comments = "This class is generated by jOOQ")
public class SyscatFactory extends org.jooq.util.db2.DB2Factory {
private static final long serialVersionUID = 145558453;
/**
* Create a factory with a connection
*
* @param connection The connection to use with objects created from this factory
*/
public SyscatFactory(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 SyscatFactory(java.sql.Connection connection, org.jooq.SchemaMapping mapping) {
super(connection, mapping);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy