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

org.jooq.util.firebird.rdb.DefaultSchema Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.firebird.rdb;

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = { "http://www.jooq.org", "3.4.0" },
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class DefaultSchema extends org.jooq.impl.SchemaImpl {

	private static final long serialVersionUID = -881268834;

	/**
	 * The singleton instance of 
	 */
	public static final DefaultSchema DEFAULT_SCHEMA = new DefaultSchema();

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

	@Override
	public final java.util.List> getTables() {
		java.util.List result = new java.util.ArrayList();
		result.addAll(getTables0());
		return result;
	}

	private final java.util.List> getTables0() {
		return java.util.Arrays.>asList(
			org.jooq.util.firebird.rdb.tables.Rdb$fields.RDB$FIELDS,
			org.jooq.util.firebird.rdb.tables.Rdb$generators.RDB$GENERATORS,
			org.jooq.util.firebird.rdb.tables.Rdb$indexSegments.RDB$INDEX_SEGMENTS,
			org.jooq.util.firebird.rdb.tables.Rdb$refConstraints.RDB$REF_CONSTRAINTS,
			org.jooq.util.firebird.rdb.tables.Rdb$relations.RDB$RELATIONS,
			org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints.RDB$RELATION_CONSTRAINTS,
			org.jooq.util.firebird.rdb.tables.Rdb$relationFields.RDB$RELATION_FIELDS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy