org.jooq.util.ase.sys.Tables Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.ase.sys;
/**
* This class is generated by jOOQ.
*
* Convenience access to all tables in dbo
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public final class Tables {
/**
* The table dbo.sysindexes
*/
public static final org.jooq.util.ase.sys.tables.Sysindexes SYSINDEXES = org.jooq.util.ase.sys.tables.Sysindexes.SYSINDEXES;
/**
* The table dbo.sysobjects
*/
public static final org.jooq.util.ase.sys.tables.Sysobjects SYSOBJECTS = org.jooq.util.ase.sys.tables.Sysobjects.SYSOBJECTS;
/**
* The table dbo.sysreferences
*/
public static final org.jooq.util.ase.sys.tables.Sysreferences SYSREFERENCES = org.jooq.util.ase.sys.tables.Sysreferences.SYSREFERENCES;
/**
* The table dbo.sysusers
*/
public static final org.jooq.util.ase.sys.tables.Sysusers SYSUSERS = org.jooq.util.ase.sys.tables.Sysusers.SYSUSERS;
/**
* No further instances allowed
*/
private Tables() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy