Regenerated CUBRID meta schema
This commit is contained in:
parent
102649585f
commit
049977600d
@ -6,23 +6,23 @@ package org.jooq.util.cubrid.dba;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class Dba extends org.jooq.impl.SchemaImpl {
|
||||
public class DefaultSchema extends org.jooq.impl.SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = -2006628740;
|
||||
private static final long serialVersionUID = 768641236;
|
||||
|
||||
/**
|
||||
* The singleton instance of DBA
|
||||
* The singleton instance of <code></code>
|
||||
*/
|
||||
public static final Dba DBA = new Dba();
|
||||
public static final DefaultSchema DEFAULT_SCHEMA = new DefaultSchema();
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
*/
|
||||
private Dba() {
|
||||
super("DBA");
|
||||
private DefaultSchema() {
|
||||
super("");
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -6,27 +6,39 @@ package org.jooq.util.cubrid.dba;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* A class modelling foreign key relationships between tables of the <code>DBA</code>
|
||||
* A class modelling foreign key relationships between tables of the <code></code>
|
||||
* schema
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class Keys {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// IDENTITY definitions
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// UNIQUE and PRIMARY KEY definitions
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
public static final org.jooq.UniqueKey<org.jooq.Record> DB_SERIAL__PK_DB_SERIAL_NAME = UniqueKeys0.DB_SERIAL__PK_DB_SERIAL_NAME;
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// FOREIGN KEY definitions
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
|
||||
/**
|
||||
* No instances
|
||||
* No further instances allowed
|
||||
*/
|
||||
private Keys() {}
|
||||
|
||||
@SuppressWarnings({"hiding", "unchecked"})
|
||||
// -------------------------------------------------------------------------
|
||||
// [#1459] distribute members to avoid static initialisers > 64kb
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
private static class UniqueKeys0 extends org.jooq.impl.AbstractKeys {
|
||||
public static final org.jooq.UniqueKey<org.jooq.Record> DB_SERIAL__PK_DB_SERIAL_NAME = createUniqueKey(org.jooq.util.cubrid.dba.tables.DbSerial.DB_SERIAL, org.jooq.util.cubrid.dba.tables.DbSerial.DB_SERIAL.NAME);
|
||||
}
|
||||
|
||||
@ -6,45 +6,45 @@ package org.jooq.util.cubrid.dba;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* Convenience access to all tables in DBA
|
||||
* Convenience access to all tables in
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public final class Tables {
|
||||
|
||||
/**
|
||||
* The table DBA.db_attribute
|
||||
* The table db_attribute
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbAttribute DB_ATTRIBUTE = org.jooq.util.cubrid.dba.tables.DbAttribute.DB_ATTRIBUTE;
|
||||
|
||||
/**
|
||||
* The table DBA.db_class
|
||||
* The table db_class
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbClass DB_CLASS = org.jooq.util.cubrid.dba.tables.DbClass.DB_CLASS;
|
||||
|
||||
/**
|
||||
* The table DBA.db_index
|
||||
* The table db_index
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbIndex DB_INDEX = org.jooq.util.cubrid.dba.tables.DbIndex.DB_INDEX;
|
||||
|
||||
/**
|
||||
* The table DBA.db_index_key
|
||||
* The table db_index_key
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbIndexKey DB_INDEX_KEY = org.jooq.util.cubrid.dba.tables.DbIndexKey.DB_INDEX_KEY;
|
||||
|
||||
/**
|
||||
* The table DBA.db_serial
|
||||
* The table db_serial
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbSerial DB_SERIAL = org.jooq.util.cubrid.dba.tables.DbSerial.DB_SERIAL;
|
||||
|
||||
/**
|
||||
* The table DBA.db_user
|
||||
* The table db_user
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbUser DB_USER = org.jooq.util.cubrid.dba.tables.DbUser.DB_USER;
|
||||
|
||||
/**
|
||||
* No instances
|
||||
* No further instances allowed
|
||||
*/
|
||||
private Tables() {}
|
||||
}
|
||||
|
||||
@ -6,15 +6,15 @@ package org.jooq.util.cubrid.dba.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class DbAttribute extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
|
||||
private static final long serialVersionUID = -44279191;
|
||||
private static final long serialVersionUID = 465094613;
|
||||
|
||||
/**
|
||||
* The singleton instance of DBA.db_attribute
|
||||
* The singleton instance of <code>db_attribute</code>
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbAttribute DB_ATTRIBUTE = new org.jooq.util.cubrid.dba.tables.DbAttribute();
|
||||
|
||||
@ -27,78 +27,87 @@ public class DbAttribute extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
}
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.attr_name</code>
|
||||
* The column <code>db_attribute.attr_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ATTR_NAME = createField("attr_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ATTR_NAME = createField("attr_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.class_name</code>
|
||||
* The column <code>db_attribute.class_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.attr_type</code>
|
||||
* The column <code>db_attribute.attr_type</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ATTR_TYPE = createField("attr_type", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ATTR_TYPE = createField("attr_type", org.jooq.impl.SQLDataType.VARCHAR.length(8), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.def_order</code>
|
||||
* The column <code>db_attribute.def_order</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> DEF_ORDER = createField("def_order", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.from_class_name</code>
|
||||
* The column <code>db_attribute.from_class_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> FROM_CLASS_NAME = createField("from_class_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> FROM_CLASS_NAME = createField("from_class_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.from_attr_name</code>
|
||||
* The column <code>db_attribute.from_attr_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> FROM_ATTR_NAME = createField("from_attr_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> FROM_ATTR_NAME = createField("from_attr_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.data_type</code>
|
||||
* The column <code>db_attribute.data_type</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> DATA_TYPE = createField("data_type", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> DATA_TYPE = createField("data_type", org.jooq.impl.SQLDataType.VARCHAR.length(9), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.prec</code>
|
||||
* The column <code>db_attribute.prec</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> PREC = createField("prec", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.scale</code>
|
||||
* The column <code>db_attribute.scale</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> SCALE = createField("scale", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.code_set</code>
|
||||
* The column <code>db_attribute.code_set</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> CODE_SET = createField("code_set", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.domain_class_name</code>
|
||||
* The column <code>db_attribute.domain_class_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> DOMAIN_CLASS_NAME = createField("domain_class_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> DOMAIN_CLASS_NAME = createField("domain_class_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.default_value</code>
|
||||
* The column <code>db_attribute.default_value</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> DEFAULT_VALUE = createField("default_value", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> DEFAULT_VALUE = createField("default_value", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_attribute.is_nullable</code>
|
||||
* The column <code>db_attribute.is_nullable</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_NULLABLE = createField("is_nullable", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_NULLABLE = createField("is_nullable", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* Create a <code>db_attribute</code> table reference
|
||||
*/
|
||||
public DbAttribute() {
|
||||
super("db_attribute", org.jooq.util.cubrid.dba.Dba.DBA);
|
||||
super("db_attribute", org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>db_attribute</code> table reference
|
||||
*/
|
||||
public DbAttribute(java.lang.String alias) {
|
||||
super(alias, org.jooq.util.cubrid.dba.Dba.DBA, org.jooq.util.cubrid.dba.tables.DbAttribute.DB_ATTRIBUTE);
|
||||
super(alias, org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA, org.jooq.util.cubrid.dba.tables.DbAttribute.DB_ATTRIBUTE);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.util.cubrid.dba.tables.DbAttribute as(java.lang.String alias) {
|
||||
return new org.jooq.util.cubrid.dba.tables.DbAttribute(alias);
|
||||
|
||||
@ -6,15 +6,15 @@ package org.jooq.util.cubrid.dba.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class DbClass extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
|
||||
private static final long serialVersionUID = -80411129;
|
||||
private static final long serialVersionUID = -514600234;
|
||||
|
||||
/**
|
||||
* The singleton instance of DBA.db_class
|
||||
* The singleton instance of <code>db_class</code>
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbClass DB_CLASS = new org.jooq.util.cubrid.dba.tables.DbClass();
|
||||
|
||||
@ -27,43 +27,52 @@ public class DbClass extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
}
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_class.class_name</code>
|
||||
* The column <code>db_class.class_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_class.owner_name</code>
|
||||
* The column <code>db_class.owner_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> OWNER_NAME = createField("owner_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> OWNER_NAME = createField("owner_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_class.class_type</code>
|
||||
* The column <code>db_class.class_type</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_TYPE = createField("class_type", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_TYPE = createField("class_type", org.jooq.impl.SQLDataType.VARCHAR.length(6), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_class.is_system_class</code>
|
||||
* The column <code>db_class.is_system_class</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_SYSTEM_CLASS = createField("is_system_class", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_SYSTEM_CLASS = createField("is_system_class", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_class.partitioned</code>
|
||||
* The column <code>db_class.partitioned</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> PARTITIONED = createField("partitioned", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> PARTITIONED = createField("partitioned", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_class.is_reuse_oid_class</code>
|
||||
* The column <code>db_class.is_reuse_oid_class</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_REUSE_OID_CLASS = createField("is_reuse_oid_class", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_REUSE_OID_CLASS = createField("is_reuse_oid_class", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* Create a <code>db_class</code> table reference
|
||||
*/
|
||||
public DbClass() {
|
||||
super("db_class", org.jooq.util.cubrid.dba.Dba.DBA);
|
||||
super("db_class", org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>db_class</code> table reference
|
||||
*/
|
||||
public DbClass(java.lang.String alias) {
|
||||
super(alias, org.jooq.util.cubrid.dba.Dba.DBA, org.jooq.util.cubrid.dba.tables.DbClass.DB_CLASS);
|
||||
super(alias, org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA, org.jooq.util.cubrid.dba.tables.DbClass.DB_CLASS);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.util.cubrid.dba.tables.DbClass as(java.lang.String alias) {
|
||||
return new org.jooq.util.cubrid.dba.tables.DbClass(alias);
|
||||
|
||||
@ -6,15 +6,15 @@ package org.jooq.util.cubrid.dba.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class DbIndex extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
|
||||
private static final long serialVersionUID = -621255146;
|
||||
private static final long serialVersionUID = 1957888652;
|
||||
|
||||
/**
|
||||
* The singleton instance of DBA.db_index
|
||||
* The singleton instance of <code>db_index</code>
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbIndex DB_INDEX = new org.jooq.util.cubrid.dba.tables.DbIndex();
|
||||
|
||||
@ -27,48 +27,67 @@ public class DbIndex extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
}
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index.index_name</code>
|
||||
* The column <code>db_index.index_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> INDEX_NAME = createField("index_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> INDEX_NAME = createField("index_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index.is_unique</code>
|
||||
* The column <code>db_index.is_unique</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_UNIQUE = createField("is_unique", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_UNIQUE = createField("is_unique", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index.is_reverse</code>
|
||||
* The column <code>db_index.is_reverse</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_REVERSE = createField("is_reverse", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_REVERSE = createField("is_reverse", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index.class_name</code>
|
||||
* The column <code>db_index.class_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index.key_count</code>
|
||||
* The column <code>db_index.key_count</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> KEY_COUNT = createField("key_count", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index.is_primary_key</code>
|
||||
* The column <code>db_index.is_primary_key</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_PRIMARY_KEY = createField("is_primary_key", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_PRIMARY_KEY = createField("is_primary_key", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index.is_foreign_key</code>
|
||||
* The column <code>db_index.is_foreign_key</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_FOREIGN_KEY = createField("is_foreign_key", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_FOREIGN_KEY = createField("is_foreign_key", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* The column <code>db_index.filter_expression</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> FILTER_EXPRESSION = createField("filter_expression", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The column <code>db_index.have_function</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> HAVE_FUNCTION = createField("have_function", org.jooq.impl.SQLDataType.VARCHAR.length(3), this);
|
||||
|
||||
/**
|
||||
* Create a <code>db_index</code> table reference
|
||||
*/
|
||||
public DbIndex() {
|
||||
super("db_index", org.jooq.util.cubrid.dba.Dba.DBA);
|
||||
super("db_index", org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>db_index</code> table reference
|
||||
*/
|
||||
public DbIndex(java.lang.String alias) {
|
||||
super(alias, org.jooq.util.cubrid.dba.Dba.DBA, org.jooq.util.cubrid.dba.tables.DbIndex.DB_INDEX);
|
||||
super(alias, org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA, org.jooq.util.cubrid.dba.tables.DbIndex.DB_INDEX);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.util.cubrid.dba.tables.DbIndex as(java.lang.String alias) {
|
||||
return new org.jooq.util.cubrid.dba.tables.DbIndex(alias);
|
||||
|
||||
@ -6,15 +6,15 @@ package org.jooq.util.cubrid.dba.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class DbIndexKey extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
|
||||
private static final long serialVersionUID = 3185029;
|
||||
private static final long serialVersionUID = 562304929;
|
||||
|
||||
/**
|
||||
* The singleton instance of DBA.db_index_key
|
||||
* The singleton instance of <code>db_index_key</code>
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbIndexKey DB_INDEX_KEY = new org.jooq.util.cubrid.dba.tables.DbIndexKey();
|
||||
|
||||
@ -27,43 +27,57 @@ public class DbIndexKey extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
}
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index_key.index_name</code>
|
||||
* The column <code>db_index_key.index_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> INDEX_NAME = createField("index_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> INDEX_NAME = createField("index_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index_key.class_name</code>
|
||||
* The column <code>db_index_key.class_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index_key.key_attr_name</code>
|
||||
* The column <code>db_index_key.key_attr_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> KEY_ATTR_NAME = createField("key_attr_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> KEY_ATTR_NAME = createField("key_attr_name", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index_key.key_order</code>
|
||||
* The column <code>db_index_key.key_order</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> KEY_ORDER = createField("key_order", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index_key.asc_desc</code>
|
||||
* The column <code>db_index_key.asc_desc</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ASC_DESC = createField("asc_desc", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ASC_DESC = createField("asc_desc", org.jooq.impl.SQLDataType.VARCHAR.length(4), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_index_key.key_prefix_length</code>
|
||||
* The column <code>db_index_key.key_prefix_length</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> KEY_PREFIX_LENGTH = createField("key_prefix_length", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The column <code>db_index_key.func</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> FUNC = createField("func", org.jooq.impl.SQLDataType.VARCHAR.length(255), this);
|
||||
|
||||
/**
|
||||
* Create a <code>db_index_key</code> table reference
|
||||
*/
|
||||
public DbIndexKey() {
|
||||
super("db_index_key", org.jooq.util.cubrid.dba.Dba.DBA);
|
||||
super("db_index_key", org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>db_index_key</code> table reference
|
||||
*/
|
||||
public DbIndexKey(java.lang.String alias) {
|
||||
super(alias, org.jooq.util.cubrid.dba.Dba.DBA, org.jooq.util.cubrid.dba.tables.DbIndexKey.DB_INDEX_KEY);
|
||||
super(alias, org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA, org.jooq.util.cubrid.dba.tables.DbIndexKey.DB_INDEX_KEY);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.util.cubrid.dba.tables.DbIndexKey as(java.lang.String alias) {
|
||||
return new org.jooq.util.cubrid.dba.tables.DbIndexKey(alias);
|
||||
|
||||
@ -6,15 +6,15 @@ package org.jooq.util.cubrid.dba.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class DbSerial extends org.jooq.impl.UpdatableTableImpl<org.jooq.Record> {
|
||||
|
||||
private static final long serialVersionUID = -1014714529;
|
||||
private static final long serialVersionUID = 1100309797;
|
||||
|
||||
/**
|
||||
* The singleton instance of DBA.db_serial
|
||||
* The singleton instance of <code>db_serial</code>
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbSerial DB_SERIAL = new org.jooq.util.cubrid.dba.tables.DbSerial();
|
||||
|
||||
@ -27,84 +27,93 @@ public class DbSerial extends org.jooq.impl.UpdatableTableImpl<org.jooq.Record>
|
||||
}
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.name</code>
|
||||
* <p>
|
||||
* This column is part of the table's PRIMARY KEY
|
||||
* The column <code>db_serial.name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR.length(1073741823), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.owner</code>
|
||||
* <p>
|
||||
* The SQL type of this item (OBJECT) could not be mapped.<br/>
|
||||
* Deserialising this field might not work!
|
||||
* The column <code>db_serial.owner</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Object> OWNER = createField("owner", org.jooq.impl.SQLDataType.OTHER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.current_val</code>
|
||||
* The column <code>db_serial.current_val</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> CURRENT_VAL = createField("current_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> CURRENT_VAL = createField("current_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(38), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.increment_val</code>
|
||||
* The column <code>db_serial.increment_val</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> INCREMENT_VAL = createField("increment_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> INCREMENT_VAL = createField("increment_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(38), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.max_val</code>
|
||||
* The column <code>db_serial.max_val</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> MAX_VAL = createField("max_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> MAX_VAL = createField("max_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(38), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.min_val</code>
|
||||
* The column <code>db_serial.min_val</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> MIN_VAL = createField("min_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.math.BigInteger> MIN_VAL = createField("min_val", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(38), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.cyclic</code>
|
||||
* The column <code>db_serial.cyclic</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> CYCLIC = createField("cyclic", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.started</code>
|
||||
* The column <code>db_serial.started</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> STARTED = createField("started", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.class_name</code>
|
||||
* The column <code>db_serial.class_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> CLASS_NAME = createField("class_name", org.jooq.impl.SQLDataType.VARCHAR.length(1073741823), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.att_name</code>
|
||||
* The column <code>db_serial.att_name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ATT_NAME = createField("att_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> ATT_NAME = createField("att_name", org.jooq.impl.SQLDataType.VARCHAR.length(1073741823), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_serial.cached_num</code>
|
||||
* The column <code>db_serial.cached_num</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> CACHED_NUM = createField("cached_num", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* Create a <code>db_serial</code> table reference
|
||||
*/
|
||||
public DbSerial() {
|
||||
super("db_serial", org.jooq.util.cubrid.dba.Dba.DBA);
|
||||
super("db_serial", org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>db_serial</code> table reference
|
||||
*/
|
||||
public DbSerial(java.lang.String alias) {
|
||||
super(alias, org.jooq.util.cubrid.dba.Dba.DBA, org.jooq.util.cubrid.dba.tables.DbSerial.DB_SERIAL);
|
||||
super(alias, org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA, org.jooq.util.cubrid.dba.tables.DbSerial.DB_SERIAL);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.UniqueKey<org.jooq.Record> getMainKey() {
|
||||
return org.jooq.util.cubrid.dba.Keys.DB_SERIAL__PK_DB_SERIAL_NAME;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public java.util.List<org.jooq.UniqueKey<org.jooq.Record>> getKeys() {
|
||||
return java.util.Arrays.<org.jooq.UniqueKey<org.jooq.Record>>asList(org.jooq.util.cubrid.dba.Keys.DB_SERIAL__PK_DB_SERIAL_NAME);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.util.cubrid.dba.tables.DbSerial as(java.lang.String alias) {
|
||||
return new org.jooq.util.cubrid.dba.tables.DbSerial(alias);
|
||||
|
||||
@ -6,15 +6,15 @@ package org.jooq.util.cubrid.dba.tables;
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.6.0"},
|
||||
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
|
||||
comments = "This class is generated by jOOQ")
|
||||
@java.lang.SuppressWarnings("all")
|
||||
public class DbUser extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
|
||||
private static final long serialVersionUID = 20259713;
|
||||
private static final long serialVersionUID = -453113149;
|
||||
|
||||
/**
|
||||
* The singleton instance of DBA.db_user
|
||||
* The singleton instance of <code>db_user</code>
|
||||
*/
|
||||
public static final org.jooq.util.cubrid.dba.tables.DbUser DB_USER = new org.jooq.util.cubrid.dba.tables.DbUser();
|
||||
|
||||
@ -27,63 +27,57 @@ public class DbUser extends org.jooq.impl.TableImpl<org.jooq.Record> {
|
||||
}
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_user.name</code>
|
||||
* The column <code>db_user.name</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.String> NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR.length(1073741823), this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_user.id</code>
|
||||
* The column <code>db_user.id</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Integer> ID = createField("id", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_user.password</code>
|
||||
* <p>
|
||||
* The SQL type of this item (OBJECT) could not be mapped.<br/>
|
||||
* Deserialising this field might not work!
|
||||
* The column <code>db_user.password</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Object> PASSWORD = createField("password", org.jooq.impl.SQLDataType.OTHER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_user.direct_groups</code>
|
||||
* <p>
|
||||
* The SQL type of this item (SET) could not be mapped.<br/>
|
||||
* Deserialising this field might not work!
|
||||
* The column <code>db_user.direct_groups</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Object> DIRECT_GROUPS = createField("direct_groups", org.jooq.impl.SQLDataType.OTHER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_user.groups</code>
|
||||
* <p>
|
||||
* The SQL type of this item (SET) could not be mapped.<br/>
|
||||
* Deserialising this field might not work!
|
||||
* The column <code>db_user.groups</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Object> GROUPS = createField("groups", org.jooq.impl.SQLDataType.OTHER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_user.authorization</code>
|
||||
* <p>
|
||||
* The SQL type of this item (OBJECT) could not be mapped.<br/>
|
||||
* Deserialising this field might not work!
|
||||
* The column <code>db_user.authorization</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Object> AUTHORIZATION = createField("authorization", org.jooq.impl.SQLDataType.OTHER, this);
|
||||
|
||||
/**
|
||||
* The table column <code>DBA.db_user.triggers</code>
|
||||
* <p>
|
||||
* The SQL type of this item (SEQUENCE) could not be mapped.<br/>
|
||||
* Deserialising this field might not work!
|
||||
* The column <code>db_user.triggers</code>.
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.Record, java.lang.Object> TRIGGERS = createField("triggers", org.jooq.impl.SQLDataType.OTHER, this);
|
||||
|
||||
/**
|
||||
* Create a <code>db_user</code> table reference
|
||||
*/
|
||||
public DbUser() {
|
||||
super("db_user", org.jooq.util.cubrid.dba.Dba.DBA);
|
||||
super("db_user", org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>db_user</code> table reference
|
||||
*/
|
||||
public DbUser(java.lang.String alias) {
|
||||
super(alias, org.jooq.util.cubrid.dba.Dba.DBA, org.jooq.util.cubrid.dba.tables.DbUser.DB_USER);
|
||||
super(alias, org.jooq.util.cubrid.dba.DefaultSchema.DEFAULT_SCHEMA, org.jooq.util.cubrid.dba.tables.DbUser.DB_USER);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public org.jooq.util.cubrid.dba.tables.DbUser as(java.lang.String alias) {
|
||||
return new org.jooq.util.cubrid.dba.tables.DbUser(alias);
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd">
|
||||
<jdbc>
|
||||
<driver>cubrid.jdbc.driver.CUBRIDDriver</driver>
|
||||
<url>jdbc:cubrid:localhost:33000:demodb:::</url>
|
||||
<url>jdbc:cubrid:localhost:33000:test:::</url>
|
||||
<user>dba</user>
|
||||
<password></password>
|
||||
</jdbc>
|
||||
@ -12,7 +12,6 @@
|
||||
<name>org.jooq.util.cubrid.CUBRIDDatabase</name>
|
||||
<includes>db_user|db_class|db_attribute|db_index|db_index_key|db_serial</includes>
|
||||
<excludes></excludes>
|
||||
<inputSchema>DBA</inputSchema>
|
||||
</database>
|
||||
<generate>
|
||||
<deprecated>false</deprecated>
|
||||
|
||||
@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd">
|
||||
<jdbc>
|
||||
<driver>cubrid.jdbc.driver.CUBRIDDriver</driver>
|
||||
<url>jdbc:cubrid:localhost:33000:demodb:::</url>
|
||||
<schema>PUBLIC</schema>
|
||||
<user>dba</user>
|
||||
<password></password>
|
||||
</jdbc>
|
||||
<generator>
|
||||
<name>org.jooq.util.DefaultGenerator</name>
|
||||
<database>
|
||||
<name>org.jooq.util.cubrid.CUBRIDDatabase</name>
|
||||
<includes>.*</includes>
|
||||
<excludes></excludes>
|
||||
<dateAsTimestamp>false</dateAsTimestamp>
|
||||
<unsignedTypes>true</unsignedTypes>
|
||||
</database>
|
||||
<generate>
|
||||
<navigationMethods>true</navigationMethods>
|
||||
<deprecated>false</deprecated>
|
||||
<instanceFields>true</instanceFields>
|
||||
<generatedAnnotation>false</generatedAnnotation>
|
||||
<records>true</records>
|
||||
<pojos>true</pojos>
|
||||
<jpaAnnotations>true</jpaAnnotations>
|
||||
</generate>
|
||||
<target>
|
||||
<packageName>org.jooq.examples.cubrid.demodb</packageName>
|
||||
<directory>./examples</directory>
|
||||
</target>
|
||||
</generator>
|
||||
</configuration>
|
||||
Loading…
Reference in New Issue
Block a user