All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.util.ase.sys.Tables Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * 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", "2.0.0"},
                            comments = "This class is generated by jOOQ")
public final class Tables {

	/**
	 * The table dbo.sysindexes
	 */
	public static org.jooq.util.ase.sys.tables.Sysindexes SYSINDEXES = org.jooq.util.ase.sys.tables.Sysindexes.SYSINDEXES;

	/**
	 * The table dbo.sysobjects
	 */
	public static org.jooq.util.ase.sys.tables.Sysobjects SYSOBJECTS = org.jooq.util.ase.sys.tables.Sysobjects.SYSOBJECTS;

	/**
	 * The table dbo.sysreferences
	 */
	public static org.jooq.util.ase.sys.tables.Sysreferences SYSREFERENCES = org.jooq.util.ase.sys.tables.Sysreferences.SYSREFERENCES;

	/**
	 * No instances
	 */
	private Tables() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy