org.jooq.util.cubrid.dba.DbaFactory Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.cubrid.dba;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.2.0"},
comments = "This class is generated by jOOQ")
public class DbaFactory extends org.jooq.util.cubrid.CUBRIDFactory {
private static final long serialVersionUID = -166585026;
/**
* Create a factory with a connection
*
* @param connection The connection to use with objects created from this factory
*/
public DbaFactory(java.sql.Connection connection) {
super(connection);
}
/**
* Create a factory with a connection and some settings
*
* @param connection The connection to use with objects created from this factory
* @param settings The settings to apply to objects created from this factory
*/
public DbaFactory(java.sql.Connection connection, org.jooq.conf.Settings settings) {
super(connection, settings);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy