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

org.jooq.util.ase.sys.Dbo 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.
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "2.3.0"},
                            comments = "This class is generated by jOOQ")
public class Dbo extends org.jooq.impl.SchemaImpl {

	private static final long serialVersionUID = -2008777836;

	/**
	 * The singleton instance of dbo
	 */
	public static final Dbo DBO = new Dbo();

	/**
	 * No further instances allowed
	 */
	private Dbo() {
		super("dbo");
	}

	@Override
	public final java.util.List> getTables() {
		return java.util.Arrays.>asList(
			org.jooq.util.ase.sys.tables.Sysindexes.SYSINDEXES,
			org.jooq.util.ase.sys.tables.Sysobjects.SYSOBJECTS,
			org.jooq.util.ase.sys.tables.Sysreferences.SYSREFERENCES,
			org.jooq.util.ase.sys.tables.Sysusers.SYSUSERS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy