org.jooq.util.sybase.sys.tables.Sysfkey Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.sybase.sys.tables;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = "http://jooq.sourceforge.net",
comments = "This class is generated by jOOQ")
public class Sysfkey extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -255022625;
/**
* The singleton instance of SYSFKEY
*/
public static final org.jooq.util.sybase.sys.tables.Sysfkey SYSFKEY = new org.jooq.util.sybase.sys.tables.Sysfkey();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysfkeyRecord.class;
/**
* The class holding records for this type
*/
@Override
public java.lang.Class getRecordType() {
return __RECORD_TYPE;
}
/**
* An uncommented item
*/
public static final org.jooq.TableField FOREIGN_TABLE_ID = new org.jooq.impl.TableFieldImpl("foreign_table_id", org.jooq.impl.SQLDataType.INTEGER, SYSFKEY);
/**
* An uncommented item
*/
public static final org.jooq.TableField FOREIGN_INDEX_ID = new org.jooq.impl.TableFieldImpl("foreign_index_id", org.jooq.impl.SQLDataType.INTEGER, SYSFKEY);
/**
* An uncommented item
*/
public static final org.jooq.TableField PRIMARY_TABLE_ID = new org.jooq.impl.TableFieldImpl("primary_table_id", org.jooq.impl.SQLDataType.INTEGER, SYSFKEY);
/**
* An uncommented item
*/
public static final org.jooq.TableField PRIMARY_INDEX_ID = new org.jooq.impl.TableFieldImpl("primary_index_id", org.jooq.impl.SQLDataType.INTEGER, SYSFKEY);
/**
* An uncommented item
*/
public static final org.jooq.TableField MATCH_TYPE = new org.jooq.impl.TableFieldImpl("match_type", org.jooq.impl.SQLDataType.TINYINT, SYSFKEY);
/**
* An uncommented item
*/
public static final org.jooq.TableField CHECK_ON_COMMIT = new org.jooq.impl.TableFieldImpl("check_on_commit", org.jooq.impl.SQLDataType.CHAR, SYSFKEY);
/**
* An uncommented item
*/
public static final org.jooq.TableField NULLS = new org.jooq.impl.TableFieldImpl("nulls", org.jooq.impl.SQLDataType.CHAR, SYSFKEY);
/**
* No further instances allowed
*/
private Sysfkey() {
super("SYSFKEY", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy