org.jooq.util.sybase.sys.tables.Sysdomain 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 Sysdomain extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 1704665703;
/**
* The singleton instance of SYSDOMAIN
*/
public static final org.jooq.util.sybase.sys.tables.Sysdomain SYSDOMAIN = new org.jooq.util.sybase.sys.tables.Sysdomain();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysdomainRecord.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 DOMAIN_ID = new org.jooq.impl.TableFieldImpl("domain_id", org.jooq.impl.SQLDataType.SMALLINT, SYSDOMAIN);
/**
* An uncommented item
*/
public static final org.jooq.TableField DOMAIN_NAME = new org.jooq.impl.TableFieldImpl("domain_name", org.jooq.impl.SQLDataType.CHAR, SYSDOMAIN);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPE_ID = new org.jooq.impl.TableFieldImpl("type_id", org.jooq.impl.SQLDataType.SMALLINT, SYSDOMAIN);
/**
* An uncommented item
*/
public static final org.jooq.TableField PRECISION = new org.jooq.impl.TableFieldImpl("precision", org.jooq.impl.SQLDataType.SMALLINT, SYSDOMAIN);
/**
* No further instances allowed
*/
private Sysdomain() {
super("SYSDOMAIN", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy