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