[#800] Add support for Sybase Adaptive Server Enterprise - rename "adaptiveserver" into "ase"

This commit is contained in:
Lukas Eder 2011-09-06 19:49:09 +00:00
parent 695b0abccb
commit 655d1f61d6
3 changed files with 622 additions and 0 deletions

View File

@ -0,0 +1,204 @@
/**
* This class is generated by jOOQ
*/
package org.jooq.util.ase.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 Sysindexes extends org.jooq.impl.TableImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord> {
private static final long serialVersionUID = 1294805353;
/**
* The singleton instance of sysindexes
*/
public static final org.jooq.util.ase.sys.tables.Sysindexes SYSINDEXES = new org.jooq.util.ase.sys.tables.Sysindexes();
/**
* The class holding records for this type
*/
private static final java.lang.Class<org.jooq.util.ase.sys.tables.records.SysindexesRecord> __RECORD_TYPE = org.jooq.util.ase.sys.tables.records.SysindexesRecord.class;
/**
* The class holding records for this type
*/
@Override
public java.lang.Class<org.jooq.util.ase.sys.tables.records.SysindexesRecord> getRecordType() {
return __RECORD_TYPE;
}
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.String> NAME = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.String>("name", org.jooq.impl.SQLDataType.VARCHAR, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> ID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("id", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> INDID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("indid", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> DOAMPG = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("doampg", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> IOAMPG = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("ioampg", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> OAMPGTRIPS = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("oampgtrips", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> STATUS3 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("status3", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> STATUS2 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("status2", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> IPGTRIPS = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("ipgtrips", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> FIRST = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("first", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> ROOT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("root", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> DISTRIBUTION = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("distribution", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> USAGECNT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("usagecnt", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> SEGMENT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("segment", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> STATUS = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("status", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> MAXROWSPERPAGE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("maxrowsperpage", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> MINLEN = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("minlen", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> MAXLEN = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("maxlen", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> MAXIROW = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("maxirow", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> KEYCNT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("keycnt", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, byte[]> KEYS1 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, byte[]>("keys1", org.jooq.impl.SQLDataType.VARBINARY, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, byte[]> KEYS2 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, byte[]>("keys2", org.jooq.impl.SQLDataType.VARBINARY, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Byte> SOID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Byte>("soid", org.jooq.impl.SQLDataType.TINYINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Byte> CSID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Byte>("csid", org.jooq.impl.SQLDataType.TINYINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> BASE_PARTITION = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("base_partition", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> FILL_FACTOR = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("fill_factor", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> RES_PAGE_GAP = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("res_page_gap", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> EXP_ROWSIZE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("exp_rowsize", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, byte[]> KEYS3 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, byte[]>("keys3", org.jooq.impl.SQLDataType.VARBINARY, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> IDENTITYGAP = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("identitygap", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.sql.Timestamp> CRDATE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.sql.Timestamp>("crdate", org.jooq.impl.SQLDataType.TIMESTAMP, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short> PARTITIONTYPE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Short>("partitiontype", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer> CONDITIONID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysindexesRecord, java.lang.Integer>("conditionid", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);
/**
* No further instances allowed
*/
private Sysindexes() {
super("sysindexes", org.jooq.util.ase.sys.Dbo.DBO);
}
}

View File

@ -0,0 +1,164 @@
/**
* This class is generated by jOOQ
*/
package org.jooq.util.ase.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 Sysobjects extends org.jooq.impl.TableImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord> {
private static final long serialVersionUID = 1788849572;
/**
* The singleton instance of sysobjects
*/
public static final org.jooq.util.ase.sys.tables.Sysobjects SYSOBJECTS = new org.jooq.util.ase.sys.tables.Sysobjects();
/**
* The class holding records for this type
*/
private static final java.lang.Class<org.jooq.util.ase.sys.tables.records.SysobjectsRecord> __RECORD_TYPE = org.jooq.util.ase.sys.tables.records.SysobjectsRecord.class;
/**
* The class holding records for this type
*/
@Override
public java.lang.Class<org.jooq.util.ase.sys.tables.records.SysobjectsRecord> getRecordType() {
return __RECORD_TYPE;
}
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.String> NAME = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.String>("name", org.jooq.impl.SQLDataType.VARCHAR, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> ID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("id", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> UID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("uid", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.String> TYPE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.String>("type", org.jooq.impl.SQLDataType.CHAR, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> USERSTAT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("userstat", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> SYSSTAT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("sysstat", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> INDEXDEL = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("indexdel", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> SCHEMACNT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("schemacnt", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> SYSSTAT2 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("sysstat2", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.sql.Timestamp> CRDATE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.sql.Timestamp>("crdate", org.jooq.impl.SQLDataType.TIMESTAMP, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.sql.Timestamp> EXPDATE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.sql.Timestamp>("expdate", org.jooq.impl.SQLDataType.TIMESTAMP, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> DELTRIG = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("deltrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> INSTRIG = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("instrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> UPDTRIG = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("updtrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> SELTRIG = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("seltrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> CKFIRST = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("ckfirst", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> CACHE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("cache", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer> AUDFLAGS = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Integer>("audflags", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> OBJSPARE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("objspare", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, byte[]> VERSIONTS = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, byte[]>("versionts", org.jooq.impl.SQLDataType.BINARY, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.String> LOGINAME = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.String>("loginame", org.jooq.impl.SQLDataType.VARCHAR, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.math.BigInteger> IDENTBURNMAX = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.math.BigInteger>("identburnmax", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> SPACESTATE = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("spacestate", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, byte[]> ERLCHGTS = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, byte[]>("erlchgts", org.jooq.impl.SQLDataType.BINARY, SYSOBJECTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short> SYSSTAT3 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysobjectsRecord, java.lang.Short>("sysstat3", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);
/**
* No further instances allowed
*/
private Sysobjects() {
super("sysobjects", org.jooq.util.ase.sys.Dbo.DBO);
}
}

View File

@ -0,0 +1,254 @@
/**
* This class is generated by jOOQ
*/
package org.jooq.util.ase.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 Sysreferences extends org.jooq.impl.TableImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord> {
private static final long serialVersionUID = 861917958;
/**
* The singleton instance of sysreferences
*/
public static final org.jooq.util.ase.sys.tables.Sysreferences SYSREFERENCES = new org.jooq.util.ase.sys.tables.Sysreferences();
/**
* The class holding records for this type
*/
private static final java.lang.Class<org.jooq.util.ase.sys.tables.records.SysreferencesRecord> __RECORD_TYPE = org.jooq.util.ase.sys.tables.records.SysreferencesRecord.class;
/**
* The class holding records for this type
*/
@Override
public java.lang.Class<org.jooq.util.ase.sys.tables.records.SysreferencesRecord> getRecordType() {
return __RECORD_TYPE;
}
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> INDEXID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("indexid", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer> CONSTRID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer>("constrid", org.jooq.impl.SQLDataType.INTEGER, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer> TABLEID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer>("tableid", org.jooq.impl.SQLDataType.INTEGER, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer> REFTABID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer>("reftabid", org.jooq.impl.SQLDataType.INTEGER, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> KEYCNT = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("keycnt", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> STATUS = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("status", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FRGNDBID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("frgndbid", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> PMRYDBID = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("pmrydbid", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer> SPARE2 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Integer>("spare2", org.jooq.impl.SQLDataType.INTEGER, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY1 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey1", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY2 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey2", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY3 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey3", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY4 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey4", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY5 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey5", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY6 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey6", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY7 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey7", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY8 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey8", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY9 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey9", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY10 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey10", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY11 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey11", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY12 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey12", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY13 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey13", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY14 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey14", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY15 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey15", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> FOKEY16 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("fokey16", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY1 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey1", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY2 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey2", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY3 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey3", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY4 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey4", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY5 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey5", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY6 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey6", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY7 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey7", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY8 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey8", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY9 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey9", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY10 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey10", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY11 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey11", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY12 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey12", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY13 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey13", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY14 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey14", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY15 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey15", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short> REFKEY16 = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.Short>("refkey16", org.jooq.impl.SQLDataType.SMALLINT, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.String> FRGNDBNAME = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.String>("frgndbname", org.jooq.impl.SQLDataType.VARCHAR, SYSREFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.String> PMRYDBNAME = new org.jooq.impl.TableFieldImpl<org.jooq.util.ase.sys.tables.records.SysreferencesRecord, java.lang.String>("pmrydbname", org.jooq.impl.SQLDataType.VARCHAR, SYSREFERENCES);
/**
* No further instances allowed
*/
private Sysreferences() {
super("sysreferences", org.jooq.util.ase.sys.Dbo.DBO);
}
}