org.jooq.util.derby.sys.tables.Systables Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.derby.sys.tables;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.0"},
comments = "This class is generated by jOOQ")
public class Systables extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 553528193;
/**
* The singleton instance of SYSTABLES
*/
public static final org.jooq.util.derby.sys.tables.Systables SYSTABLES = new org.jooq.util.derby.sys.tables.Systables();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.derby.sys.tables.records.SystablesRecord.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 TABLEID = createField("TABLEID", org.jooq.impl.SQLDataType.CHAR, SYSTABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLENAME = createField("TABLENAME", org.jooq.impl.SQLDataType.VARCHAR, SYSTABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLETYPE = createField("TABLETYPE", org.jooq.impl.SQLDataType.CHAR, SYSTABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCHEMAID = createField("SCHEMAID", org.jooq.impl.SQLDataType.CHAR, SYSTABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LOCKGRANULARITY = createField("LOCKGRANULARITY", org.jooq.impl.SQLDataType.CHAR, SYSTABLES);
/**
* No further instances allowed
*/
private Systables() {
super("SYSTABLES", org.jooq.util.derby.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy