org.jooq.util.sybase.sys.tables.Sysview 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 Sysview extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 1284454944;
/**
* The singleton instance of SYSVIEW
*/
public static final org.jooq.util.sybase.sys.tables.Sysview SYSVIEW = new org.jooq.util.sybase.sys.tables.Sysview();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysviewRecord.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 VIEW_OBJECT_ID = new org.jooq.impl.TableFieldImpl("view_object_id", org.jooq.impl.SQLDataType.BIGINT, SYSVIEW);
/**
* An uncommented item
*/
public static final org.jooq.TableField VIEW_DEF = new org.jooq.impl.TableFieldImpl("view_def", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSVIEW);
/**
* An uncommented item
*/
public static final org.jooq.TableField MV_BUILD_TYPE = new org.jooq.impl.TableFieldImpl("mv_build_type", org.jooq.impl.SQLDataType.TINYINT, SYSVIEW);
/**
* An uncommented item
*/
public static final org.jooq.TableField MV_REFRESH_TYPE = new org.jooq.impl.TableFieldImpl("mv_refresh_type", org.jooq.impl.SQLDataType.TINYINT, SYSVIEW);
/**
* An uncommented item
*/
public static final org.jooq.TableField MV_USE_IN_OPTIMIZATION = new org.jooq.impl.TableFieldImpl("mv_use_in_optimization", org.jooq.impl.SQLDataType.TINYINT, SYSVIEW);
/**
* An uncommented item
*/
public static final org.jooq.TableField MV_LAST_REFRESHED_AT = new org.jooq.impl.TableFieldImpl("mv_last_refreshed_at", org.jooq.impl.SQLDataType.TIMESTAMP, SYSVIEW);
/**
* An uncommented item
*/
public static final org.jooq.TableField MV_KNOWN_STALE_AT = new org.jooq.impl.TableFieldImpl("mv_known_stale_at", org.jooq.impl.SQLDataType.TIMESTAMP, SYSVIEW);
/**
* An uncommented item
*/
public static final org.jooq.TableField MV_LAST_REFRESHED_TSN = new org.jooq.impl.TableFieldImpl("mv_last_refreshed_tsn", org.jooq.impl.SQLDataType.BIGINT, SYSVIEW);
/**
* No further instances allowed
*/
private Sysview() {
super("SYSVIEW", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy