[#1499] Generated members of Tables.java are not final - regenerated

test data
This commit is contained in:
Lukas Eder 2012-06-30 10:24:30 +02:00
parent 51fd7fc55a
commit 8abb2a1707
71 changed files with 2128 additions and 2128 deletions

View File

@ -13,117 +13,117 @@ public final class Tables {
/**
* The table sakila.actor
*/
public static org.jooq.examples.mysql.sakila.tables.Actor ACTOR = org.jooq.examples.mysql.sakila.tables.Actor.ACTOR;
public static final org.jooq.examples.mysql.sakila.tables.Actor ACTOR = org.jooq.examples.mysql.sakila.tables.Actor.ACTOR;
/**
* VIEW
*/
public static org.jooq.examples.mysql.sakila.tables.ActorInfo ACTOR_INFO = org.jooq.examples.mysql.sakila.tables.ActorInfo.ACTOR_INFO;
public static final org.jooq.examples.mysql.sakila.tables.ActorInfo ACTOR_INFO = org.jooq.examples.mysql.sakila.tables.ActorInfo.ACTOR_INFO;
/**
* The table sakila.address
*/
public static org.jooq.examples.mysql.sakila.tables.Address ADDRESS = org.jooq.examples.mysql.sakila.tables.Address.ADDRESS;
public static final org.jooq.examples.mysql.sakila.tables.Address ADDRESS = org.jooq.examples.mysql.sakila.tables.Address.ADDRESS;
/**
* The table sakila.category
*/
public static org.jooq.examples.mysql.sakila.tables.Category CATEGORY = org.jooq.examples.mysql.sakila.tables.Category.CATEGORY;
public static final org.jooq.examples.mysql.sakila.tables.Category CATEGORY = org.jooq.examples.mysql.sakila.tables.Category.CATEGORY;
/**
* The table sakila.city
*/
public static org.jooq.examples.mysql.sakila.tables.City CITY = org.jooq.examples.mysql.sakila.tables.City.CITY;
public static final org.jooq.examples.mysql.sakila.tables.City CITY = org.jooq.examples.mysql.sakila.tables.City.CITY;
/**
* The table sakila.country
*/
public static org.jooq.examples.mysql.sakila.tables.Country COUNTRY = org.jooq.examples.mysql.sakila.tables.Country.COUNTRY;
public static final org.jooq.examples.mysql.sakila.tables.Country COUNTRY = org.jooq.examples.mysql.sakila.tables.Country.COUNTRY;
/**
* The table sakila.customer
*/
public static org.jooq.examples.mysql.sakila.tables.Customer CUSTOMER = org.jooq.examples.mysql.sakila.tables.Customer.CUSTOMER;
public static final org.jooq.examples.mysql.sakila.tables.Customer CUSTOMER = org.jooq.examples.mysql.sakila.tables.Customer.CUSTOMER;
/**
* VIEW
*/
public static org.jooq.examples.mysql.sakila.tables.CustomerList CUSTOMER_LIST = org.jooq.examples.mysql.sakila.tables.CustomerList.CUSTOMER_LIST;
public static final org.jooq.examples.mysql.sakila.tables.CustomerList CUSTOMER_LIST = org.jooq.examples.mysql.sakila.tables.CustomerList.CUSTOMER_LIST;
/**
* The table sakila.film
*/
public static org.jooq.examples.mysql.sakila.tables.Film FILM = org.jooq.examples.mysql.sakila.tables.Film.FILM;
public static final org.jooq.examples.mysql.sakila.tables.Film FILM = org.jooq.examples.mysql.sakila.tables.Film.FILM;
/**
* The table sakila.film_actor
*/
public static org.jooq.examples.mysql.sakila.tables.FilmActor FILM_ACTOR = org.jooq.examples.mysql.sakila.tables.FilmActor.FILM_ACTOR;
public static final org.jooq.examples.mysql.sakila.tables.FilmActor FILM_ACTOR = org.jooq.examples.mysql.sakila.tables.FilmActor.FILM_ACTOR;
/**
* The table sakila.film_category
*/
public static org.jooq.examples.mysql.sakila.tables.FilmCategory FILM_CATEGORY = org.jooq.examples.mysql.sakila.tables.FilmCategory.FILM_CATEGORY;
public static final org.jooq.examples.mysql.sakila.tables.FilmCategory FILM_CATEGORY = org.jooq.examples.mysql.sakila.tables.FilmCategory.FILM_CATEGORY;
/**
* VIEW
*/
public static org.jooq.examples.mysql.sakila.tables.FilmList FILM_LIST = org.jooq.examples.mysql.sakila.tables.FilmList.FILM_LIST;
public static final org.jooq.examples.mysql.sakila.tables.FilmList FILM_LIST = org.jooq.examples.mysql.sakila.tables.FilmList.FILM_LIST;
/**
* The table sakila.film_text
*/
public static org.jooq.examples.mysql.sakila.tables.FilmText FILM_TEXT = org.jooq.examples.mysql.sakila.tables.FilmText.FILM_TEXT;
public static final org.jooq.examples.mysql.sakila.tables.FilmText FILM_TEXT = org.jooq.examples.mysql.sakila.tables.FilmText.FILM_TEXT;
/**
* The table sakila.inventory
*/
public static org.jooq.examples.mysql.sakila.tables.Inventory INVENTORY = org.jooq.examples.mysql.sakila.tables.Inventory.INVENTORY;
public static final org.jooq.examples.mysql.sakila.tables.Inventory INVENTORY = org.jooq.examples.mysql.sakila.tables.Inventory.INVENTORY;
/**
* The table sakila.language
*/
public static org.jooq.examples.mysql.sakila.tables.Language LANGUAGE = org.jooq.examples.mysql.sakila.tables.Language.LANGUAGE;
public static final org.jooq.examples.mysql.sakila.tables.Language LANGUAGE = org.jooq.examples.mysql.sakila.tables.Language.LANGUAGE;
/**
* VIEW
*/
public static org.jooq.examples.mysql.sakila.tables.NicerButSlowerFilmList NICER_BUT_SLOWER_FILM_LIST = org.jooq.examples.mysql.sakila.tables.NicerButSlowerFilmList.NICER_BUT_SLOWER_FILM_LIST;
public static final org.jooq.examples.mysql.sakila.tables.NicerButSlowerFilmList NICER_BUT_SLOWER_FILM_LIST = org.jooq.examples.mysql.sakila.tables.NicerButSlowerFilmList.NICER_BUT_SLOWER_FILM_LIST;
/**
* The table sakila.payment
*/
public static org.jooq.examples.mysql.sakila.tables.Payment PAYMENT = org.jooq.examples.mysql.sakila.tables.Payment.PAYMENT;
public static final org.jooq.examples.mysql.sakila.tables.Payment PAYMENT = org.jooq.examples.mysql.sakila.tables.Payment.PAYMENT;
/**
* The table sakila.rental
*/
public static org.jooq.examples.mysql.sakila.tables.Rental RENTAL = org.jooq.examples.mysql.sakila.tables.Rental.RENTAL;
public static final org.jooq.examples.mysql.sakila.tables.Rental RENTAL = org.jooq.examples.mysql.sakila.tables.Rental.RENTAL;
/**
* VIEW
*/
public static org.jooq.examples.mysql.sakila.tables.SalesByFilmCategory SALES_BY_FILM_CATEGORY = org.jooq.examples.mysql.sakila.tables.SalesByFilmCategory.SALES_BY_FILM_CATEGORY;
public static final org.jooq.examples.mysql.sakila.tables.SalesByFilmCategory SALES_BY_FILM_CATEGORY = org.jooq.examples.mysql.sakila.tables.SalesByFilmCategory.SALES_BY_FILM_CATEGORY;
/**
* VIEW
*/
public static org.jooq.examples.mysql.sakila.tables.SalesByStore SALES_BY_STORE = org.jooq.examples.mysql.sakila.tables.SalesByStore.SALES_BY_STORE;
public static final org.jooq.examples.mysql.sakila.tables.SalesByStore SALES_BY_STORE = org.jooq.examples.mysql.sakila.tables.SalesByStore.SALES_BY_STORE;
/**
* The table sakila.staff
*/
public static org.jooq.examples.mysql.sakila.tables.Staff STAFF = org.jooq.examples.mysql.sakila.tables.Staff.STAFF;
public static final org.jooq.examples.mysql.sakila.tables.Staff STAFF = org.jooq.examples.mysql.sakila.tables.Staff.STAFF;
/**
* VIEW
*/
public static org.jooq.examples.mysql.sakila.tables.StaffList STAFF_LIST = org.jooq.examples.mysql.sakila.tables.StaffList.STAFF_LIST;
public static final org.jooq.examples.mysql.sakila.tables.StaffList STAFF_LIST = org.jooq.examples.mysql.sakila.tables.StaffList.STAFF_LIST;
/**
* The table sakila.store
*/
public static org.jooq.examples.mysql.sakila.tables.Store STORE = org.jooq.examples.mysql.sakila.tables.Store.STORE;
public static final org.jooq.examples.mysql.sakila.tables.Store STORE = org.jooq.examples.mysql.sakila.tables.Store.STORE;
/**
* No instances

View File

@ -13,17 +13,17 @@ public final class Tables {
/**
* The table dbo.AWBuildVersion
*/
public static org.jooq.examples.sqlserver.adventureworks.dbo.tables.AWBuildVersion AWBuildVersion = org.jooq.examples.sqlserver.adventureworks.dbo.tables.AWBuildVersion.AWBuildVersion;
public static final org.jooq.examples.sqlserver.adventureworks.dbo.tables.AWBuildVersion AWBuildVersion = org.jooq.examples.sqlserver.adventureworks.dbo.tables.AWBuildVersion.AWBuildVersion;
/**
* The table dbo.DatabaseLog
*/
public static org.jooq.examples.sqlserver.adventureworks.dbo.tables.DatabaseLog DatabaseLog = org.jooq.examples.sqlserver.adventureworks.dbo.tables.DatabaseLog.DatabaseLog;
public static final org.jooq.examples.sqlserver.adventureworks.dbo.tables.DatabaseLog DatabaseLog = org.jooq.examples.sqlserver.adventureworks.dbo.tables.DatabaseLog.DatabaseLog;
/**
* The table dbo.ErrorLog
*/
public static org.jooq.examples.sqlserver.adventureworks.dbo.tables.ErrorLog ErrorLog = org.jooq.examples.sqlserver.adventureworks.dbo.tables.ErrorLog.ErrorLog;
public static final org.jooq.examples.sqlserver.adventureworks.dbo.tables.ErrorLog ErrorLog = org.jooq.examples.sqlserver.adventureworks.dbo.tables.ErrorLog.ErrorLog;
/**
* No instances

View File

@ -13,67 +13,67 @@ public final class Tables {
/**
* The table HumanResources.Department
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Department Department = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Department.Department;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Department Department = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Department.Department;
/**
* The table HumanResources.Employee
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Employee Employee = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Employee.Employee;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Employee Employee = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Employee.Employee;
/**
* The table HumanResources.EmployeeAddress
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeAddress EmployeeAddress = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeAddress.EmployeeAddress;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeAddress EmployeeAddress = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeAddress.EmployeeAddress;
/**
* The table HumanResources.EmployeeDepartmentHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeDepartmentHistory EmployeeDepartmentHistory = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeDepartmentHistory.EmployeeDepartmentHistory;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeDepartmentHistory EmployeeDepartmentHistory = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeeDepartmentHistory.EmployeeDepartmentHistory;
/**
* The table HumanResources.EmployeePayHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeePayHistory EmployeePayHistory = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeePayHistory.EmployeePayHistory;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeePayHistory EmployeePayHistory = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.EmployeePayHistory.EmployeePayHistory;
/**
* The table HumanResources.JobCandidate
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.JobCandidate JobCandidate = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.JobCandidate.JobCandidate;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.JobCandidate JobCandidate = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.JobCandidate.JobCandidate;
/**
* The table HumanResources.Shift
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Shift Shift = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Shift.Shift;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Shift Shift = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.Shift.Shift;
/**
* The table HumanResources.vEmployee
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployee vEmployee = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployee.vEmployee;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployee vEmployee = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployee.vEmployee;
/**
* The table HumanResources.vEmployeeDepartment
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartment vEmployeeDepartment = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartment.vEmployeeDepartment;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartment vEmployeeDepartment = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartment.vEmployeeDepartment;
/**
* The table HumanResources.vEmployeeDepartmentHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartmentHistory vEmployeeDepartmentHistory = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartmentHistory.vEmployeeDepartmentHistory;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartmentHistory vEmployeeDepartmentHistory = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vEmployeeDepartmentHistory.vEmployeeDepartmentHistory;
/**
* The table HumanResources.vJobCandidate
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidate vJobCandidate = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidate.vJobCandidate;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidate vJobCandidate = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidate.vJobCandidate;
/**
* The table HumanResources.vJobCandidateEducation
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEducation vJobCandidateEducation = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEducation.vJobCandidateEducation;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEducation vJobCandidateEducation = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEducation.vJobCandidateEducation;
/**
* The table HumanResources.vJobCandidateEmployment
*/
public static org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEmployment vJobCandidateEmployment = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEmployment.vJobCandidateEmployment;
public static final org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEmployment vJobCandidateEmployment = org.jooq.examples.sqlserver.adventureworks.humanresources.tables.vJobCandidateEmployment.vJobCandidateEmployment;
/**
* No instances

View File

@ -13,42 +13,42 @@ public final class Tables {
/**
* The table Person.Address
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.Address Address = org.jooq.examples.sqlserver.adventureworks.person.tables.Address.Address;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.Address Address = org.jooq.examples.sqlserver.adventureworks.person.tables.Address.Address;
/**
* The table Person.AddressType
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.AddressType AddressType = org.jooq.examples.sqlserver.adventureworks.person.tables.AddressType.AddressType;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.AddressType AddressType = org.jooq.examples.sqlserver.adventureworks.person.tables.AddressType.AddressType;
/**
* The table Person.Contact
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.Contact Contact = org.jooq.examples.sqlserver.adventureworks.person.tables.Contact.Contact;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.Contact Contact = org.jooq.examples.sqlserver.adventureworks.person.tables.Contact.Contact;
/**
* The table Person.ContactType
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.ContactType ContactType = org.jooq.examples.sqlserver.adventureworks.person.tables.ContactType.ContactType;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.ContactType ContactType = org.jooq.examples.sqlserver.adventureworks.person.tables.ContactType.ContactType;
/**
* The table Person.CountryRegion
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.CountryRegion CountryRegion = org.jooq.examples.sqlserver.adventureworks.person.tables.CountryRegion.CountryRegion;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.CountryRegion CountryRegion = org.jooq.examples.sqlserver.adventureworks.person.tables.CountryRegion.CountryRegion;
/**
* The table Person.StateProvince
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.StateProvince StateProvince = org.jooq.examples.sqlserver.adventureworks.person.tables.StateProvince.StateProvince;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.StateProvince StateProvince = org.jooq.examples.sqlserver.adventureworks.person.tables.StateProvince.StateProvince;
/**
* The table Person.vAdditionalContactInfo
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.vAdditionalContactInfo vAdditionalContactInfo = org.jooq.examples.sqlserver.adventureworks.person.tables.vAdditionalContactInfo.vAdditionalContactInfo;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.vAdditionalContactInfo vAdditionalContactInfo = org.jooq.examples.sqlserver.adventureworks.person.tables.vAdditionalContactInfo.vAdditionalContactInfo;
/**
* The table Person.vStateProvinceCountryRegion
*/
public static org.jooq.examples.sqlserver.adventureworks.person.tables.vStateProvinceCountryRegion vStateProvinceCountryRegion = org.jooq.examples.sqlserver.adventureworks.person.tables.vStateProvinceCountryRegion.vStateProvinceCountryRegion;
public static final org.jooq.examples.sqlserver.adventureworks.person.tables.vStateProvinceCountryRegion vStateProvinceCountryRegion = org.jooq.examples.sqlserver.adventureworks.person.tables.vStateProvinceCountryRegion.vStateProvinceCountryRegion;
/**
* No instances

View File

@ -13,142 +13,142 @@ public final class Tables {
/**
* The table Production.BillOfMaterials
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.BillOfMaterials BillOfMaterials = org.jooq.examples.sqlserver.adventureworks.production.tables.BillOfMaterials.BillOfMaterials;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.BillOfMaterials BillOfMaterials = org.jooq.examples.sqlserver.adventureworks.production.tables.BillOfMaterials.BillOfMaterials;
/**
* The table Production.Culture
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.Culture Culture = org.jooq.examples.sqlserver.adventureworks.production.tables.Culture.Culture;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.Culture Culture = org.jooq.examples.sqlserver.adventureworks.production.tables.Culture.Culture;
/**
* The table Production.Document
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.Document Document = org.jooq.examples.sqlserver.adventureworks.production.tables.Document.Document;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.Document Document = org.jooq.examples.sqlserver.adventureworks.production.tables.Document.Document;
/**
* The table Production.Illustration
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.Illustration Illustration = org.jooq.examples.sqlserver.adventureworks.production.tables.Illustration.Illustration;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.Illustration Illustration = org.jooq.examples.sqlserver.adventureworks.production.tables.Illustration.Illustration;
/**
* The table Production.Location
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.Location Location = org.jooq.examples.sqlserver.adventureworks.production.tables.Location.Location;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.Location Location = org.jooq.examples.sqlserver.adventureworks.production.tables.Location.Location;
/**
* The table Production.Product
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.Product Product = org.jooq.examples.sqlserver.adventureworks.production.tables.Product.Product;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.Product Product = org.jooq.examples.sqlserver.adventureworks.production.tables.Product.Product;
/**
* The table Production.ProductCategory
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCategory ProductCategory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCategory.ProductCategory;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCategory ProductCategory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCategory.ProductCategory;
/**
* The table Production.ProductCostHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCostHistory ProductCostHistory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCostHistory.ProductCostHistory;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCostHistory ProductCostHistory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductCostHistory.ProductCostHistory;
/**
* The table Production.ProductDescription
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDescription ProductDescription = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDescription.ProductDescription;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDescription ProductDescription = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDescription.ProductDescription;
/**
* The table Production.ProductDocument
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDocument ProductDocument = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDocument.ProductDocument;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDocument ProductDocument = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductDocument.ProductDocument;
/**
* The table Production.ProductInventory
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductInventory ProductInventory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductInventory.ProductInventory;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductInventory ProductInventory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductInventory.ProductInventory;
/**
* The table Production.ProductListPriceHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductListPriceHistory ProductListPriceHistory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductListPriceHistory.ProductListPriceHistory;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductListPriceHistory ProductListPriceHistory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductListPriceHistory.ProductListPriceHistory;
/**
* The table Production.ProductModel
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModel ProductModel = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModel.ProductModel;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModel ProductModel = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModel.ProductModel;
/**
* The table Production.ProductModelIllustration
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelIllustration ProductModelIllustration = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelIllustration.ProductModelIllustration;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelIllustration ProductModelIllustration = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelIllustration.ProductModelIllustration;
/**
* The table Production.ProductModelProductDescriptionCulture
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelProductDescriptionCulture ProductModelProductDescriptionCulture = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelProductDescriptionCulture.ProductModelProductDescriptionCulture;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelProductDescriptionCulture ProductModelProductDescriptionCulture = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductModelProductDescriptionCulture.ProductModelProductDescriptionCulture;
/**
* The table Production.ProductPhoto
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductPhoto ProductPhoto = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductPhoto.ProductPhoto;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductPhoto ProductPhoto = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductPhoto.ProductPhoto;
/**
* The table Production.ProductProductPhoto
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductProductPhoto ProductProductPhoto = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductProductPhoto.ProductProductPhoto;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductProductPhoto ProductProductPhoto = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductProductPhoto.ProductProductPhoto;
/**
* The table Production.ProductReview
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductReview ProductReview = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductReview.ProductReview;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductReview ProductReview = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductReview.ProductReview;
/**
* The table Production.ProductSubcategory
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ProductSubcategory ProductSubcategory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductSubcategory.ProductSubcategory;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ProductSubcategory ProductSubcategory = org.jooq.examples.sqlserver.adventureworks.production.tables.ProductSubcategory.ProductSubcategory;
/**
* The table Production.ScrapReason
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.ScrapReason ScrapReason = org.jooq.examples.sqlserver.adventureworks.production.tables.ScrapReason.ScrapReason;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.ScrapReason ScrapReason = org.jooq.examples.sqlserver.adventureworks.production.tables.ScrapReason.ScrapReason;
/**
* The table Production.TransactionHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistory TransactionHistory = org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistory.TransactionHistory;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistory TransactionHistory = org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistory.TransactionHistory;
/**
* The table Production.TransactionHistoryArchive
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistoryArchive TransactionHistoryArchive = org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistoryArchive.TransactionHistoryArchive;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistoryArchive TransactionHistoryArchive = org.jooq.examples.sqlserver.adventureworks.production.tables.TransactionHistoryArchive.TransactionHistoryArchive;
/**
* The table Production.UnitMeasure
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.UnitMeasure UnitMeasure = org.jooq.examples.sqlserver.adventureworks.production.tables.UnitMeasure.UnitMeasure;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.UnitMeasure UnitMeasure = org.jooq.examples.sqlserver.adventureworks.production.tables.UnitMeasure.UnitMeasure;
/**
* The table Production.vProductAndDescription
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.vProductAndDescription vProductAndDescription = org.jooq.examples.sqlserver.adventureworks.production.tables.vProductAndDescription.vProductAndDescription;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.vProductAndDescription vProductAndDescription = org.jooq.examples.sqlserver.adventureworks.production.tables.vProductAndDescription.vProductAndDescription;
/**
* The table Production.vProductModelCatalogDescription
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelCatalogDescription vProductModelCatalogDescription = org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelCatalogDescription.vProductModelCatalogDescription;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelCatalogDescription vProductModelCatalogDescription = org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelCatalogDescription.vProductModelCatalogDescription;
/**
* The table Production.vProductModelInstructions
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelInstructions vProductModelInstructions = org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelInstructions.vProductModelInstructions;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelInstructions vProductModelInstructions = org.jooq.examples.sqlserver.adventureworks.production.tables.vProductModelInstructions.vProductModelInstructions;
/**
* The table Production.WorkOrder
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrder WorkOrder = org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrder.WorkOrder;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrder WorkOrder = org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrder.WorkOrder;
/**
* The table Production.WorkOrderRouting
*/
public static org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrderRouting WorkOrderRouting = org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrderRouting.WorkOrderRouting;
public static final org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrderRouting WorkOrderRouting = org.jooq.examples.sqlserver.adventureworks.production.tables.WorkOrderRouting.WorkOrderRouting;
/**
* No instances

View File

@ -13,42 +13,42 @@ public final class Tables {
/**
* The table Purchasing.ProductVendor
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ProductVendor ProductVendor = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ProductVendor.ProductVendor;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ProductVendor ProductVendor = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ProductVendor.ProductVendor;
/**
* The table Purchasing.PurchaseOrderDetail
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderDetail PurchaseOrderDetail = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderDetail.PurchaseOrderDetail;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderDetail PurchaseOrderDetail = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderDetail.PurchaseOrderDetail;
/**
* The table Purchasing.PurchaseOrderHeader
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderHeader PurchaseOrderHeader = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderHeader.PurchaseOrderHeader;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderHeader PurchaseOrderHeader = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.PurchaseOrderHeader.PurchaseOrderHeader;
/**
* The table Purchasing.ShipMethod
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ShipMethod ShipMethod = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ShipMethod.ShipMethod;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ShipMethod ShipMethod = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.ShipMethod.ShipMethod;
/**
* The table Purchasing.Vendor
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.Vendor Vendor = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.Vendor.Vendor;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.Vendor Vendor = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.Vendor.Vendor;
/**
* The table Purchasing.VendorAddress
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorAddress VendorAddress = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorAddress.VendorAddress;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorAddress VendorAddress = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorAddress.VendorAddress;
/**
* The table Purchasing.VendorContact
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorContact VendorContact = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorContact.VendorContact;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorContact VendorContact = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.VendorContact.VendorContact;
/**
* The table Purchasing.vVendor
*/
public static org.jooq.examples.sqlserver.adventureworks.purchasing.tables.vVendor vVendor = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.vVendor.vVendor;
public static final org.jooq.examples.sqlserver.adventureworks.purchasing.tables.vVendor vVendor = org.jooq.examples.sqlserver.adventureworks.purchasing.tables.vVendor.vVendor;
/**
* No instances

View File

@ -13,137 +13,137 @@ public final class Tables {
/**
* The table Sales.ContactCreditCard
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.ContactCreditCard ContactCreditCard = org.jooq.examples.sqlserver.adventureworks.sales.tables.ContactCreditCard.ContactCreditCard;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.ContactCreditCard ContactCreditCard = org.jooq.examples.sqlserver.adventureworks.sales.tables.ContactCreditCard.ContactCreditCard;
/**
* The table Sales.CountryRegionCurrency
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.CountryRegionCurrency CountryRegionCurrency = org.jooq.examples.sqlserver.adventureworks.sales.tables.CountryRegionCurrency.CountryRegionCurrency;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.CountryRegionCurrency CountryRegionCurrency = org.jooq.examples.sqlserver.adventureworks.sales.tables.CountryRegionCurrency.CountryRegionCurrency;
/**
* The table Sales.CreditCard
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.CreditCard CreditCard = org.jooq.examples.sqlserver.adventureworks.sales.tables.CreditCard.CreditCard;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.CreditCard CreditCard = org.jooq.examples.sqlserver.adventureworks.sales.tables.CreditCard.CreditCard;
/**
* The table Sales.Currency
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.Currency Currency = org.jooq.examples.sqlserver.adventureworks.sales.tables.Currency.Currency;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.Currency Currency = org.jooq.examples.sqlserver.adventureworks.sales.tables.Currency.Currency;
/**
* The table Sales.CurrencyRate
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.CurrencyRate CurrencyRate = org.jooq.examples.sqlserver.adventureworks.sales.tables.CurrencyRate.CurrencyRate;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.CurrencyRate CurrencyRate = org.jooq.examples.sqlserver.adventureworks.sales.tables.CurrencyRate.CurrencyRate;
/**
* The table Sales.Customer
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.Customer Customer = org.jooq.examples.sqlserver.adventureworks.sales.tables.Customer.Customer;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.Customer Customer = org.jooq.examples.sqlserver.adventureworks.sales.tables.Customer.Customer;
/**
* The table Sales.CustomerAddress
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.CustomerAddress CustomerAddress = org.jooq.examples.sqlserver.adventureworks.sales.tables.CustomerAddress.CustomerAddress;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.CustomerAddress CustomerAddress = org.jooq.examples.sqlserver.adventureworks.sales.tables.CustomerAddress.CustomerAddress;
/**
* The table Sales.Individual
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.Individual Individual = org.jooq.examples.sqlserver.adventureworks.sales.tables.Individual.Individual;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.Individual Individual = org.jooq.examples.sqlserver.adventureworks.sales.tables.Individual.Individual;
/**
* The table Sales.SalesOrderDetail
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderDetail SalesOrderDetail = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderDetail.SalesOrderDetail;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderDetail SalesOrderDetail = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderDetail.SalesOrderDetail;
/**
* The table Sales.SalesOrderHeader
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeader SalesOrderHeader = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeader.SalesOrderHeader;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeader SalesOrderHeader = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeader.SalesOrderHeader;
/**
* The table Sales.SalesOrderHeaderSalesReason
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeaderSalesReason SalesOrderHeaderSalesReason = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeaderSalesReason.SalesOrderHeaderSalesReason;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeaderSalesReason SalesOrderHeaderSalesReason = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesOrderHeaderSalesReason.SalesOrderHeaderSalesReason;
/**
* The table Sales.SalesPerson
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPerson SalesPerson = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPerson.SalesPerson;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPerson SalesPerson = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPerson.SalesPerson;
/**
* The table Sales.SalesPersonQuotaHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPersonQuotaHistory SalesPersonQuotaHistory = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPersonQuotaHistory.SalesPersonQuotaHistory;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPersonQuotaHistory SalesPersonQuotaHistory = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesPersonQuotaHistory.SalesPersonQuotaHistory;
/**
* The table Sales.SalesReason
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesReason SalesReason = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesReason.SalesReason;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesReason SalesReason = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesReason.SalesReason;
/**
* The table Sales.SalesTaxRate
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTaxRate SalesTaxRate = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTaxRate.SalesTaxRate;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTaxRate SalesTaxRate = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTaxRate.SalesTaxRate;
/**
* The table Sales.SalesTerritory
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritory SalesTerritory = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritory.SalesTerritory;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritory SalesTerritory = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritory.SalesTerritory;
/**
* The table Sales.SalesTerritoryHistory
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritoryHistory SalesTerritoryHistory = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritoryHistory.SalesTerritoryHistory;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritoryHistory SalesTerritoryHistory = org.jooq.examples.sqlserver.adventureworks.sales.tables.SalesTerritoryHistory.SalesTerritoryHistory;
/**
* The table Sales.ShoppingCartItem
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.ShoppingCartItem ShoppingCartItem = org.jooq.examples.sqlserver.adventureworks.sales.tables.ShoppingCartItem.ShoppingCartItem;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.ShoppingCartItem ShoppingCartItem = org.jooq.examples.sqlserver.adventureworks.sales.tables.ShoppingCartItem.ShoppingCartItem;
/**
* The table Sales.SpecialOffer
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOffer SpecialOffer = org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOffer.SpecialOffer;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOffer SpecialOffer = org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOffer.SpecialOffer;
/**
* The table Sales.SpecialOfferProduct
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOfferProduct SpecialOfferProduct = org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOfferProduct.SpecialOfferProduct;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOfferProduct SpecialOfferProduct = org.jooq.examples.sqlserver.adventureworks.sales.tables.SpecialOfferProduct.SpecialOfferProduct;
/**
* The table Sales.Store
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.Store Store = org.jooq.examples.sqlserver.adventureworks.sales.tables.Store.Store;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.Store Store = org.jooq.examples.sqlserver.adventureworks.sales.tables.Store.Store;
/**
* The table Sales.StoreContact
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.StoreContact StoreContact = org.jooq.examples.sqlserver.adventureworks.sales.tables.StoreContact.StoreContact;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.StoreContact StoreContact = org.jooq.examples.sqlserver.adventureworks.sales.tables.StoreContact.StoreContact;
/**
* The table Sales.vIndividualCustomer
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualCustomer vIndividualCustomer = org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualCustomer.vIndividualCustomer;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualCustomer vIndividualCustomer = org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualCustomer.vIndividualCustomer;
/**
* The table Sales.vIndividualDemographics
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualDemographics vIndividualDemographics = org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualDemographics.vIndividualDemographics;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualDemographics vIndividualDemographics = org.jooq.examples.sqlserver.adventureworks.sales.tables.vIndividualDemographics.vIndividualDemographics;
/**
* The table Sales.vSalesPerson
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPerson vSalesPerson = org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPerson.vSalesPerson;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPerson vSalesPerson = org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPerson.vSalesPerson;
/**
* The table Sales.vSalesPersonSalesByFiscalYears
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPersonSalesByFiscalYears vSalesPersonSalesByFiscalYears = org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPersonSalesByFiscalYears.vSalesPersonSalesByFiscalYears;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPersonSalesByFiscalYears vSalesPersonSalesByFiscalYears = org.jooq.examples.sqlserver.adventureworks.sales.tables.vSalesPersonSalesByFiscalYears.vSalesPersonSalesByFiscalYears;
/**
* The table Sales.vStoreWithDemographics
*/
public static org.jooq.examples.sqlserver.adventureworks.sales.tables.vStoreWithDemographics vStoreWithDemographics = org.jooq.examples.sqlserver.adventureworks.sales.tables.vStoreWithDemographics.vStoreWithDemographics;
public static final org.jooq.examples.sqlserver.adventureworks.sales.tables.vStoreWithDemographics vStoreWithDemographics = org.jooq.examples.sqlserver.adventureworks.sales.tables.vStoreWithDemographics.vStoreWithDemographics;
/**
* No instances

View File

@ -13,112 +13,112 @@ public final class Tables {
/**
* The table dbo.v_author
*/
public static org.jooq.test.ase.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.ase.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.ase.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.ase.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table dbo.v_book
*/
public static org.jooq.test.ase.generatedclasses.tables.VBook V_BOOK = org.jooq.test.ase.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.ase.generatedclasses.tables.VBook V_BOOK = org.jooq.test.ase.generatedclasses.tables.VBook.V_BOOK;
/**
* The table dbo.v_library
*/
public static org.jooq.test.ase.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.ase.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.ase.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.ase.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table dbo.t_639_numbers_table
*/
public static org.jooq.test.ase.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.ase.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.ase.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.ase.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table dbo.t_658_ref
*/
public static org.jooq.test.ase.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.ase.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.ase.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.ase.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table dbo.t_725_lob_test
*/
public static org.jooq.test.ase.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.ase.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.ase.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.ase.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table dbo.t_785
*/
public static org.jooq.test.ase.generatedclasses.tables.T_785 T_785 = org.jooq.test.ase.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.ase.generatedclasses.tables.T_785 T_785 = org.jooq.test.ase.generatedclasses.tables.T_785.T_785;
/**
* The table dbo.t_986_1
*/
public static org.jooq.test.ase.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.ase.generatedclasses.tables.T_986_1.T_986_1;
public static final org.jooq.test.ase.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.ase.generatedclasses.tables.T_986_1.T_986_1;
/**
* The table dbo.t_986_2
*/
public static org.jooq.test.ase.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.ase.generatedclasses.tables.T_986_2.T_986_2;
public static final org.jooq.test.ase.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.ase.generatedclasses.tables.T_986_2.T_986_2;
/**
* The table dbo.t_author
*/
public static org.jooq.test.ase.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.ase.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.ase.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.ase.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* The table dbo.t_book
*/
public static org.jooq.test.ase.generatedclasses.tables.TBook T_BOOK = org.jooq.test.ase.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.ase.generatedclasses.tables.TBook T_BOOK = org.jooq.test.ase.generatedclasses.tables.TBook.T_BOOK;
/**
* The table dbo.t_book_store
*/
public static org.jooq.test.ase.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.ase.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.ase.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.ase.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* The table dbo.t_book_to_book_store
*/
public static org.jooq.test.ase.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.ase.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.ase.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.ase.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table dbo.t_booleans
*/
public static org.jooq.test.ase.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.ase.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.ase.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.ase.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table dbo.t_dates
*/
public static org.jooq.test.ase.generatedclasses.tables.TDates T_DATES = org.jooq.test.ase.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.ase.generatedclasses.tables.TDates T_DATES = org.jooq.test.ase.generatedclasses.tables.TDates.T_DATES;
/**
* The table dbo.t_identity
*/
public static org.jooq.test.ase.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.ase.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.ase.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.ase.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table dbo.t_identity_pk
*/
public static org.jooq.test.ase.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.ase.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.ase.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.ase.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table dbo.t_triggers
*/
public static org.jooq.test.ase.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.ase.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.ase.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.ase.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table dbo.x_test_case_64_69
*/
public static org.jooq.test.ase.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.ase.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.ase.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.ase.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table dbo.x_test_case_71
*/
public static org.jooq.test.ase.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.ase.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.ase.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.ase.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table dbo.x_test_case_85
*/
public static org.jooq.test.ase.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.ase.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.ase.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.ase.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table dbo.x_unused
*/
public static org.jooq.test.ase.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.ase.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.ase.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.ase.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,112 +13,112 @@ public final class Tables {
/**
* The table LUKAS.T_639_NUMBERS_TABLE
*/
public static org.jooq.test.db2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.db2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.db2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.db2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table LUKAS.T_658_REF
*/
public static org.jooq.test.db2.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.db2.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.db2.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.db2.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table LUKAS.T_725_LOB_TEST
*/
public static org.jooq.test.db2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.db2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.db2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.db2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table LUKAS.T_785
*/
public static org.jooq.test.db2.generatedclasses.tables.T_785 T_785 = org.jooq.test.db2.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.db2.generatedclasses.tables.T_785 T_785 = org.jooq.test.db2.generatedclasses.tables.T_785.T_785;
/**
* The table LUKAS.T_986_1
*/
public static org.jooq.test.db2.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.db2.generatedclasses.tables.T_986_1.T_986_1;
public static final org.jooq.test.db2.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.db2.generatedclasses.tables.T_986_1.T_986_1;
/**
* The table LUKAS.T_986_2
*/
public static org.jooq.test.db2.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.db2.generatedclasses.tables.T_986_2.T_986_2;
public static final org.jooq.test.db2.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.db2.generatedclasses.tables.T_986_2.T_986_2;
/**
* The table LUKAS.T_AUTHOR
*/
public static org.jooq.test.db2.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.db2.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.db2.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.db2.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* The table LUKAS.T_BOOK
*/
public static org.jooq.test.db2.generatedclasses.tables.TBook T_BOOK = org.jooq.test.db2.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.db2.generatedclasses.tables.TBook T_BOOK = org.jooq.test.db2.generatedclasses.tables.TBook.T_BOOK;
/**
* The table LUKAS.T_BOOK_STORE
*/
public static org.jooq.test.db2.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.db2.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.db2.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.db2.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* The table LUKAS.T_BOOK_TO_BOOK_STORE
*/
public static org.jooq.test.db2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.db2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.db2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.db2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table LUKAS.T_BOOLEANS
*/
public static org.jooq.test.db2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.db2.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.db2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.db2.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table LUKAS.T_DATES
*/
public static org.jooq.test.db2.generatedclasses.tables.TDates T_DATES = org.jooq.test.db2.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.db2.generatedclasses.tables.TDates T_DATES = org.jooq.test.db2.generatedclasses.tables.TDates.T_DATES;
/**
* The table LUKAS.T_IDENTITY
*/
public static org.jooq.test.db2.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.db2.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.db2.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.db2.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table LUKAS.T_IDENTITY_PK
*/
public static org.jooq.test.db2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.db2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.db2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.db2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table LUKAS.T_TRIGGERS
*/
public static org.jooq.test.db2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.db2.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.db2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.db2.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table LUKAS.V_AUTHOR
*/
public static org.jooq.test.db2.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.db2.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.db2.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.db2.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table LUKAS.V_BOOK
*/
public static org.jooq.test.db2.generatedclasses.tables.VBook V_BOOK = org.jooq.test.db2.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.db2.generatedclasses.tables.VBook V_BOOK = org.jooq.test.db2.generatedclasses.tables.VBook.V_BOOK;
/**
* The table LUKAS.V_LIBRARY
*/
public static org.jooq.test.db2.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.db2.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.db2.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.db2.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table LUKAS.X_TEST_CASE_64_69
*/
public static org.jooq.test.db2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.db2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.db2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.db2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table LUKAS.X_TEST_CASE_71
*/
public static org.jooq.test.db2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.db2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.db2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.db2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table LUKAS.X_TEST_CASE_85
*/
public static org.jooq.test.db2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.db2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.db2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.db2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table LUKAS.X_UNUSED
*/
public static org.jooq.test.db2.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.db2.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.db2.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.db2.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,102 +13,102 @@ public final class Tables {
/**
* The table TEST.T_639_NUMBERS_TABLE
*/
public static org.jooq.test.derby.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.derby.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.derby.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.derby.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table TEST.T_658_REF
*/
public static org.jooq.test.derby.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.derby.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.derby.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.derby.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table TEST.T_725_LOB_TEST
*/
public static org.jooq.test.derby.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.derby.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.derby.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.derby.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table TEST.T_785
*/
public static org.jooq.test.derby.generatedclasses.tables.T_785 T_785 = org.jooq.test.derby.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.derby.generatedclasses.tables.T_785 T_785 = org.jooq.test.derby.generatedclasses.tables.T_785.T_785;
/**
* The table TEST.T_AUTHOR
*/
public static org.jooq.test.derby.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.derby.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.derby.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.derby.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* The table TEST.T_BOOK
*/
public static org.jooq.test.derby.generatedclasses.tables.TBook T_BOOK = org.jooq.test.derby.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.derby.generatedclasses.tables.TBook T_BOOK = org.jooq.test.derby.generatedclasses.tables.TBook.T_BOOK;
/**
* The table TEST.T_BOOK_STORE
*/
public static org.jooq.test.derby.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.derby.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.derby.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.derby.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* The table TEST.T_BOOK_TO_BOOK_STORE
*/
public static org.jooq.test.derby.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.derby.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.derby.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.derby.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table TEST.T_BOOLEANS
*/
public static org.jooq.test.derby.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.derby.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.derby.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.derby.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table TEST.T_DATES
*/
public static org.jooq.test.derby.generatedclasses.tables.TDates T_DATES = org.jooq.test.derby.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.derby.generatedclasses.tables.TDates T_DATES = org.jooq.test.derby.generatedclasses.tables.TDates.T_DATES;
/**
* The table TEST.T_IDENTITY
*/
public static org.jooq.test.derby.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.derby.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.derby.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.derby.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table TEST.T_IDENTITY_PK
*/
public static org.jooq.test.derby.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.derby.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.derby.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.derby.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table TEST.T_TRIGGERS
*/
public static org.jooq.test.derby.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.derby.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.derby.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.derby.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table TEST.V_AUTHOR
*/
public static org.jooq.test.derby.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.derby.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.derby.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.derby.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table TEST.V_BOOK
*/
public static org.jooq.test.derby.generatedclasses.tables.VBook V_BOOK = org.jooq.test.derby.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.derby.generatedclasses.tables.VBook V_BOOK = org.jooq.test.derby.generatedclasses.tables.VBook.V_BOOK;
/**
* The table TEST.V_LIBRARY
*/
public static org.jooq.test.derby.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.derby.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.derby.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.derby.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table TEST.X_TEST_CASE_64_69
*/
public static org.jooq.test.derby.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.derby.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.derby.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.derby.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table TEST.X_TEST_CASE_71
*/
public static org.jooq.test.derby.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.derby.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.derby.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.derby.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table TEST.X_TEST_CASE_85
*/
public static org.jooq.test.derby.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.derby.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.derby.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.derby.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table TEST.X_UNUSED
*/
public static org.jooq.test.derby.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.derby.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.derby.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.derby.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,112 +13,112 @@ public final class Tables {
/**
* The table PUBLIC.T_IDENTITY_PK
*/
public static org.jooq.test.h2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.h2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.h2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.h2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table PUBLIC.T_IDENTITY
*/
public static org.jooq.test.h2.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.h2.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.h2.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.h2.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table PUBLIC.T_DATES
*/
public static org.jooq.test.h2.generatedclasses.tables.TDates T_DATES = org.jooq.test.h2.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.h2.generatedclasses.tables.TDates T_DATES = org.jooq.test.h2.generatedclasses.tables.TDates.T_DATES;
/**
* The table PUBLIC.T_BOOLEANS
*/
public static org.jooq.test.h2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.h2.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.h2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.h2.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table PUBLIC.T_TRIGGERS
*/
public static org.jooq.test.h2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.h2.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.h2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.h2.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table PUBLIC.T_658_REF
*/
public static org.jooq.test.h2.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.h2.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.h2.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.h2.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table PUBLIC.T_725_LOB_TEST
*/
public static org.jooq.test.h2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.h2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.h2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.h2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table PUBLIC.T_785
*/
public static org.jooq.test.h2.generatedclasses.tables.T_785 T_785 = org.jooq.test.h2.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.h2.generatedclasses.tables.T_785 T_785 = org.jooq.test.h2.generatedclasses.tables.T_785.T_785;
/**
* The table PUBLIC.T_877
*/
public static org.jooq.test.h2.generatedclasses.tables.T_877 T_877 = org.jooq.test.h2.generatedclasses.tables.T_877.T_877;
public static final org.jooq.test.h2.generatedclasses.tables.T_877 T_877 = org.jooq.test.h2.generatedclasses.tables.T_877.T_877;
/**
* An entity holding authors of books
*/
public static org.jooq.test.h2.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.h2.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.h2.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.h2.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* An entity holding books
*/
public static org.jooq.test.h2.generatedclasses.tables.TBook T_BOOK = org.jooq.test.h2.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.h2.generatedclasses.tables.TBook T_BOOK = org.jooq.test.h2.generatedclasses.tables.TBook.T_BOOK;
/**
* A book store
*/
public static org.jooq.test.h2.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.h2.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.h2.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.h2.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* An m:n relation between books and book stores
*/
public static org.jooq.test.h2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.h2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.h2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.h2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table PUBLIC.T_ARRAYS
*/
public static org.jooq.test.h2.generatedclasses.tables.TArrays T_ARRAYS = org.jooq.test.h2.generatedclasses.tables.TArrays.T_ARRAYS;
public static final org.jooq.test.h2.generatedclasses.tables.TArrays T_ARRAYS = org.jooq.test.h2.generatedclasses.tables.TArrays.T_ARRAYS;
/**
* The table PUBLIC.X_UNUSED
*/
public static org.jooq.test.h2.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.h2.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.h2.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.h2.generatedclasses.tables.XUnused.X_UNUSED;
/**
* The table PUBLIC.T_639_NUMBERS_TABLE
*/
public static org.jooq.test.h2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.h2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.h2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.h2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table PUBLIC.X_TEST_CASE_64_69
*/
public static org.jooq.test.h2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.h2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.h2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.h2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table PUBLIC.X_TEST_CASE_71
*/
public static org.jooq.test.h2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.h2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.h2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.h2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table PUBLIC.X_TEST_CASE_85
*/
public static org.jooq.test.h2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.h2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.h2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.h2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table PUBLIC.V_LIBRARY
*/
public static org.jooq.test.h2.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.h2.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.h2.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.h2.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table PUBLIC.V_AUTHOR
*/
public static org.jooq.test.h2.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.h2.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.h2.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.h2.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table PUBLIC.V_BOOK
*/
public static org.jooq.test.h2.generatedclasses.tables.VBook V_BOOK = org.jooq.test.h2.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.h2.generatedclasses.tables.VBook V_BOOK = org.jooq.test.h2.generatedclasses.tables.VBook.V_BOOK;
/**
* No instances

View File

@ -13,157 +13,157 @@ public final class Tables {
/**
* The table PUBLIC.BIG_DECIMAL
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.BigDecimal BIG_DECIMAL = org.jooq.test.hsqldb.generatedclasses.tables.BigDecimal.BIG_DECIMAL;
public static final org.jooq.test.hsqldb.generatedclasses.tables.BigDecimal BIG_DECIMAL = org.jooq.test.hsqldb.generatedclasses.tables.BigDecimal.BIG_DECIMAL;
/**
* The table PUBLIC.CLASS
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.Class CLASS = org.jooq.test.hsqldb.generatedclasses.tables.Class.CLASS;
public static final org.jooq.test.hsqldb.generatedclasses.tables.Class CLASS = org.jooq.test.hsqldb.generatedclasses.tables.Class.CLASS;
/**
* The table PUBLIC.CONNECTION
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.Connection CONNECTION = org.jooq.test.hsqldb.generatedclasses.tables.Connection.CONNECTION;
public static final org.jooq.test.hsqldb.generatedclasses.tables.Connection CONNECTION = org.jooq.test.hsqldb.generatedclasses.tables.Connection.CONNECTION;
/**
* The table PUBLIC.INTEGER
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.Integer INTEGER = org.jooq.test.hsqldb.generatedclasses.tables.Integer.INTEGER;
public static final org.jooq.test.hsqldb.generatedclasses.tables.Integer INTEGER = org.jooq.test.hsqldb.generatedclasses.tables.Integer.INTEGER;
/**
* The table PUBLIC.LONG
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.Long LONG = org.jooq.test.hsqldb.generatedclasses.tables.Long.LONG;
public static final org.jooq.test.hsqldb.generatedclasses.tables.Long LONG = org.jooq.test.hsqldb.generatedclasses.tables.Long.LONG;
/**
* The table PUBLIC.OBJECT
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.Object OBJECT = org.jooq.test.hsqldb.generatedclasses.tables.Object.OBJECT;
public static final org.jooq.test.hsqldb.generatedclasses.tables.Object OBJECT = org.jooq.test.hsqldb.generatedclasses.tables.Object.OBJECT;
/**
* The table PUBLIC.PREPARED_STATEMENT
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.PreparedStatement PREPARED_STATEMENT = org.jooq.test.hsqldb.generatedclasses.tables.PreparedStatement.PREPARED_STATEMENT;
public static final org.jooq.test.hsqldb.generatedclasses.tables.PreparedStatement PREPARED_STATEMENT = org.jooq.test.hsqldb.generatedclasses.tables.PreparedStatement.PREPARED_STATEMENT;
/**
* The table PUBLIC.STRING
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.String STRING = org.jooq.test.hsqldb.generatedclasses.tables.String.STRING;
public static final org.jooq.test.hsqldb.generatedclasses.tables.String STRING = org.jooq.test.hsqldb.generatedclasses.tables.String.STRING;
/**
* The table PUBLIC.SYSTEM
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.System SYSTEM = org.jooq.test.hsqldb.generatedclasses.tables.System.SYSTEM;
public static final org.jooq.test.hsqldb.generatedclasses.tables.System SYSTEM = org.jooq.test.hsqldb.generatedclasses.tables.System.SYSTEM;
/**
* The table PUBLIC.T_639_NUMBERS_TABLE
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.hsqldb.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.hsqldb.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.hsqldb.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table PUBLIC.T_658_REF
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.hsqldb.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.hsqldb.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.hsqldb.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table PUBLIC.T_725_LOB_TEST
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.hsqldb.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.hsqldb.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.hsqldb.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table PUBLIC.T_785
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.T_785 T_785 = org.jooq.test.hsqldb.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.hsqldb.generatedclasses.tables.T_785 T_785 = org.jooq.test.hsqldb.generatedclasses.tables.T_785.T_785;
/**
* The table PUBLIC.T_937
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.T_937 T_937 = org.jooq.test.hsqldb.generatedclasses.tables.T_937.T_937;
public static final org.jooq.test.hsqldb.generatedclasses.tables.T_937 T_937 = org.jooq.test.hsqldb.generatedclasses.tables.T_937.T_937;
/**
* The table PUBLIC.T_ARRAYS
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TArrays T_ARRAYS = org.jooq.test.hsqldb.generatedclasses.tables.TArrays.T_ARRAYS;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TArrays T_ARRAYS = org.jooq.test.hsqldb.generatedclasses.tables.TArrays.T_ARRAYS;
/**
* The table PUBLIC.T_AUTHOR
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.hsqldb.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.hsqldb.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* The table PUBLIC.T_BOOK
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TBook T_BOOK = org.jooq.test.hsqldb.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TBook T_BOOK = org.jooq.test.hsqldb.generatedclasses.tables.TBook.T_BOOK;
/**
* The table PUBLIC.T_BOOK_STORE
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.hsqldb.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.hsqldb.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* The table PUBLIC.T_BOOK_TO_BOOK_STORE
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.hsqldb.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.hsqldb.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table PUBLIC.T_BOOLEANS
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.hsqldb.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.hsqldb.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table PUBLIC.T_DATES
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TDates T_DATES = org.jooq.test.hsqldb.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TDates T_DATES = org.jooq.test.hsqldb.generatedclasses.tables.TDates.T_DATES;
/**
* The table PUBLIC.T_IDENTITY
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.hsqldb.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.hsqldb.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table PUBLIC.T_IDENTITY_PK
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.hsqldb.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.hsqldb.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table PUBLIC.T_TRIGGERS
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.hsqldb.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.hsqldb.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.hsqldb.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table PUBLIC.V_AUTHOR
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.hsqldb.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.hsqldb.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.hsqldb.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table PUBLIC.V_BOOK
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.VBook V_BOOK = org.jooq.test.hsqldb.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.hsqldb.generatedclasses.tables.VBook V_BOOK = org.jooq.test.hsqldb.generatedclasses.tables.VBook.V_BOOK;
/**
* The table PUBLIC.V_LIBRARY
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.hsqldb.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.hsqldb.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.hsqldb.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table PUBLIC.X_TEST_CASE_64_69
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table PUBLIC.X_TEST_CASE_71
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table PUBLIC.X_TEST_CASE_85
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.hsqldb.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table PUBLIC.X_UNUSED
*/
public static org.jooq.test.hsqldb.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.hsqldb.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.hsqldb.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.hsqldb.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,102 +13,102 @@ public final class Tables {
/**
* The table test.t_639_numbers_table
*/
public static org.jooq.test.ingres.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.ingres.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.ingres.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.ingres.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table test.t_658_ref
*/
public static org.jooq.test.ingres.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.ingres.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.ingres.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.ingres.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table test.t_725_lob_test
*/
public static org.jooq.test.ingres.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.ingres.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.ingres.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.ingres.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table test.t_785
*/
public static org.jooq.test.ingres.generatedclasses.tables.T_785 T_785 = org.jooq.test.ingres.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.ingres.generatedclasses.tables.T_785 T_785 = org.jooq.test.ingres.generatedclasses.tables.T_785.T_785;
/**
* An entity holding authors of books
*/
public static org.jooq.test.ingres.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.ingres.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.ingres.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.ingres.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* An entity holding books
*/
public static org.jooq.test.ingres.generatedclasses.tables.TBook T_BOOK = org.jooq.test.ingres.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.ingres.generatedclasses.tables.TBook T_BOOK = org.jooq.test.ingres.generatedclasses.tables.TBook.T_BOOK;
/**
* A book store
*/
public static org.jooq.test.ingres.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.ingres.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.ingres.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.ingres.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* An m:n relation between books and book stores
*/
public static org.jooq.test.ingres.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.ingres.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.ingres.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.ingres.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table test.t_booleans
*/
public static org.jooq.test.ingres.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.ingres.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.ingres.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.ingres.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table test.t_dates
*/
public static org.jooq.test.ingres.generatedclasses.tables.TDates T_DATES = org.jooq.test.ingres.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.ingres.generatedclasses.tables.TDates T_DATES = org.jooq.test.ingres.generatedclasses.tables.TDates.T_DATES;
/**
* The table test.t_identity
*/
public static org.jooq.test.ingres.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.ingres.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.ingres.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.ingres.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table test.t_identity_pk
*/
public static org.jooq.test.ingres.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.ingres.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.ingres.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.ingres.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table test.t_triggers
*/
public static org.jooq.test.ingres.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.ingres.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.ingres.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.ingres.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table test.v_author
*/
public static org.jooq.test.ingres.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.ingres.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.ingres.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.ingres.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table test.v_book
*/
public static org.jooq.test.ingres.generatedclasses.tables.VBook V_BOOK = org.jooq.test.ingres.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.ingres.generatedclasses.tables.VBook V_BOOK = org.jooq.test.ingres.generatedclasses.tables.VBook.V_BOOK;
/**
* The table test.v_library
*/
public static org.jooq.test.ingres.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.ingres.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.ingres.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.ingres.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table test.x_test_case_64_69
*/
public static org.jooq.test.ingres.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.ingres.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.ingres.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.ingres.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table test.x_test_case_71
*/
public static org.jooq.test.ingres.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.ingres.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.ingres.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.ingres.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table test.x_test_case_85
*/
public static org.jooq.test.ingres.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.ingres.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.ingres.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.ingres.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.ingres.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.ingres.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.ingres.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.ingres.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,107 +13,107 @@ public final class Tables {
/**
* The table test.t_639_numbers_table
*/
public static org.jooq.test.mysql.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.mysql.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.mysql.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.mysql.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table test.t_658_ref
*/
public static org.jooq.test.mysql.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.mysql.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.mysql.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.mysql.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table test.t_725_lob_test
*/
public static org.jooq.test.mysql.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.mysql.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.mysql.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.mysql.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table test.t_785
*/
public static org.jooq.test.mysql.generatedclasses.tables.T_785 T_785 = org.jooq.test.mysql.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.mysql.generatedclasses.tables.T_785 T_785 = org.jooq.test.mysql.generatedclasses.tables.T_785.T_785;
/**
* The table test.t_959
*/
public static org.jooq.test.mysql.generatedclasses.tables.T_959 T_959 = org.jooq.test.mysql.generatedclasses.tables.T_959.T_959;
public static final org.jooq.test.mysql.generatedclasses.tables.T_959 T_959 = org.jooq.test.mysql.generatedclasses.tables.T_959.T_959;
/**
* An entity holding authors of books
*/
public static org.jooq.test.mysql.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.mysql.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.mysql.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.mysql.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* An entity holding books
*/
public static org.jooq.test.mysql.generatedclasses.tables.TBook T_BOOK = org.jooq.test.mysql.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.mysql.generatedclasses.tables.TBook T_BOOK = org.jooq.test.mysql.generatedclasses.tables.TBook.T_BOOK;
/**
* A book store
*/
public static org.jooq.test.mysql.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.mysql.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.mysql.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.mysql.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* An m:n relation between books and book stores
*/
public static org.jooq.test.mysql.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.mysql.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.mysql.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.mysql.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table test.t_booleans
*/
public static org.jooq.test.mysql.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.mysql.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.mysql.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.mysql.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table test.t_dates
*/
public static org.jooq.test.mysql.generatedclasses.tables.TDates T_DATES = org.jooq.test.mysql.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.mysql.generatedclasses.tables.TDates T_DATES = org.jooq.test.mysql.generatedclasses.tables.TDates.T_DATES;
/**
* The table test.t_identity_pk
*/
public static org.jooq.test.mysql.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.mysql.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.mysql.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.mysql.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table test.t_triggers
*/
public static org.jooq.test.mysql.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.mysql.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.mysql.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.mysql.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table test.t_unsigned
*/
public static org.jooq.test.mysql.generatedclasses.tables.TUnsigned T_UNSIGNED = org.jooq.test.mysql.generatedclasses.tables.TUnsigned.T_UNSIGNED;
public static final org.jooq.test.mysql.generatedclasses.tables.TUnsigned T_UNSIGNED = org.jooq.test.mysql.generatedclasses.tables.TUnsigned.T_UNSIGNED;
/**
* VIEW
*/
public static org.jooq.test.mysql.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.mysql.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.mysql.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.mysql.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* VIEW
*/
public static org.jooq.test.mysql.generatedclasses.tables.VBook V_BOOK = org.jooq.test.mysql.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.mysql.generatedclasses.tables.VBook V_BOOK = org.jooq.test.mysql.generatedclasses.tables.VBook.V_BOOK;
/**
* VIEW
*/
public static org.jooq.test.mysql.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.mysql.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.mysql.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.mysql.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.mysql.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.mysql.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.mysql.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.mysql.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.mysql.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.mysql.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.mysql.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.mysql.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.mysql.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.mysql.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.mysql.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.mysql.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,107 +13,107 @@ public final class Tables {
/**
* The table test2.t_639_numbers_table
*/
public static org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table test2.t_658_ref
*/
public static org.jooq.test.mysql2.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.mysql2.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.mysql2.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.mysql2.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table test2.t_725_lob_test
*/
public static org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table test2.t_785
*/
public static org.jooq.test.mysql2.generatedclasses.tables.T_785 T_785 = org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.mysql2.generatedclasses.tables.T_785 T_785 = org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785;
/**
* The table test2.t_959
*/
public static org.jooq.test.mysql2.generatedclasses.tables.T_959 T_959 = org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959;
public static final org.jooq.test.mysql2.generatedclasses.tables.T_959 T_959 = org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959;
/**
* An entity holding authors of books
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.mysql2.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.mysql2.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* An entity holding books
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TBook T_BOOK = org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.mysql2.generatedclasses.tables.TBook T_BOOK = org.jooq.test.mysql2.generatedclasses.tables.TBook.T_BOOK;
/**
* A book store
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.mysql2.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.mysql2.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* An m:n relation between books and book stores
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table test2.t_booleans
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.mysql2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table test2.t_dates
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TDates T_DATES = org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.mysql2.generatedclasses.tables.TDates T_DATES = org.jooq.test.mysql2.generatedclasses.tables.TDates.T_DATES;
/**
* The table test2.t_identity_pk
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table test2.t_triggers
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.mysql2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table test2.t_unsigned
*/
public static org.jooq.test.mysql2.generatedclasses.tables.TUnsigned T_UNSIGNED = org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED;
public static final org.jooq.test.mysql2.generatedclasses.tables.TUnsigned T_UNSIGNED = org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED;
/**
* VIEW
*/
public static org.jooq.test.mysql2.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.mysql2.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.mysql2.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* VIEW
*/
public static org.jooq.test.mysql2.generatedclasses.tables.VBook V_BOOK = org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.mysql2.generatedclasses.tables.VBook V_BOOK = org.jooq.test.mysql2.generatedclasses.tables.VBook.V_BOOK;
/**
* VIEW
*/
public static org.jooq.test.mysql2.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.mysql2.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.mysql2.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.mysql2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.mysql2.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.mysql2.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.mysql2.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,17 +13,17 @@ public final class Tables {
/**
* The table MULTI_SCHEMA.T_AUTHOR
*/
public static org.jooq.test.oracle.generatedclasses.multi_schema.tables.TAuthor T_AUTHOR = org.jooq.test.oracle.generatedclasses.multi_schema.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.oracle.generatedclasses.multi_schema.tables.TAuthor T_AUTHOR = org.jooq.test.oracle.generatedclasses.multi_schema.tables.TAuthor.T_AUTHOR;
/**
* The table MULTI_SCHEMA.T_BOOK
*/
public static org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBook T_BOOK = org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBook.T_BOOK;
public static final org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBook T_BOOK = org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBook.T_BOOK;
/**
* The table MULTI_SCHEMA.T_BOOK_SALE
*/
public static org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBookSale T_BOOK_SALE = org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBookSale.T_BOOK_SALE;
public static final org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBookSale T_BOOK_SALE = org.jooq.test.oracle.generatedclasses.multi_schema.tables.TBookSale.T_BOOK_SALE;
/**
* No instances

View File

@ -13,107 +13,107 @@ public final class Tables {
/**
* The table TEST.T_ARRAYS
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TArrays T_ARRAYS = org.jooq.test.oracle.generatedclasses.test.tables.TArrays.T_ARRAYS;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TArrays T_ARRAYS = org.jooq.test.oracle.generatedclasses.test.tables.TArrays.T_ARRAYS;
/**
* An entity holding authors of books
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TAuthor T_AUTHOR = org.jooq.test.oracle.generatedclasses.test.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TAuthor T_AUTHOR = org.jooq.test.oracle.generatedclasses.test.tables.TAuthor.T_AUTHOR;
/**
* An entity holding books
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TBook T_BOOK = org.jooq.test.oracle.generatedclasses.test.tables.TBook.T_BOOK;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TBook T_BOOK = org.jooq.test.oracle.generatedclasses.test.tables.TBook.T_BOOK;
/**
* A book store
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TBookStore T_BOOK_STORE = org.jooq.test.oracle.generatedclasses.test.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TBookStore T_BOOK_STORE = org.jooq.test.oracle.generatedclasses.test.tables.TBookStore.T_BOOK_STORE;
/**
* An m:n relation between books and book stores
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.oracle.generatedclasses.test.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.oracle.generatedclasses.test.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table TEST.T_BOOLEANS
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TBooleans T_BOOLEANS = org.jooq.test.oracle.generatedclasses.test.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TBooleans T_BOOLEANS = org.jooq.test.oracle.generatedclasses.test.tables.TBooleans.T_BOOLEANS;
/**
* The table TEST.T_DATES
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TDates T_DATES = org.jooq.test.oracle.generatedclasses.test.tables.TDates.T_DATES;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TDates T_DATES = org.jooq.test.oracle.generatedclasses.test.tables.TDates.T_DATES;
/**
* The table TEST.T_DIRECTORY
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TDirectory T_DIRECTORY = org.jooq.test.oracle.generatedclasses.test.tables.TDirectory.T_DIRECTORY;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TDirectory T_DIRECTORY = org.jooq.test.oracle.generatedclasses.test.tables.TDirectory.T_DIRECTORY;
/**
* The table TEST.T_TRIGGERS
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.TTriggers T_TRIGGERS = org.jooq.test.oracle.generatedclasses.test.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.oracle.generatedclasses.test.tables.TTriggers T_TRIGGERS = org.jooq.test.oracle.generatedclasses.test.tables.TTriggers.T_TRIGGERS;
/**
* The table TEST.T_639_NUMBERS_TABLE
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.oracle.generatedclasses.test.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.oracle.generatedclasses.test.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.oracle.generatedclasses.test.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table TEST.T_658_REF
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.T_658Ref T_658_REF = org.jooq.test.oracle.generatedclasses.test.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.oracle.generatedclasses.test.tables.T_658Ref T_658_REF = org.jooq.test.oracle.generatedclasses.test.tables.T_658Ref.T_658_REF;
/**
* The table TEST.T_725_LOB_TEST
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.oracle.generatedclasses.test.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.oracle.generatedclasses.test.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.oracle.generatedclasses.test.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table TEST.T_785
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.T_785 T_785 = org.jooq.test.oracle.generatedclasses.test.tables.T_785.T_785;
public static final org.jooq.test.oracle.generatedclasses.test.tables.T_785 T_785 = org.jooq.test.oracle.generatedclasses.test.tables.T_785.T_785;
/**
* The table TEST.V_AUTHOR
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.VAuthor V_AUTHOR = org.jooq.test.oracle.generatedclasses.test.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.oracle.generatedclasses.test.tables.VAuthor V_AUTHOR = org.jooq.test.oracle.generatedclasses.test.tables.VAuthor.V_AUTHOR;
/**
* The table TEST.V_BOOK
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.VBook V_BOOK = org.jooq.test.oracle.generatedclasses.test.tables.VBook.V_BOOK;
public static final org.jooq.test.oracle.generatedclasses.test.tables.VBook V_BOOK = org.jooq.test.oracle.generatedclasses.test.tables.VBook.V_BOOK;
/**
* The table TEST.V_INCOMPLETE
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.VIncomplete V_INCOMPLETE = org.jooq.test.oracle.generatedclasses.test.tables.VIncomplete.V_INCOMPLETE;
public static final org.jooq.test.oracle.generatedclasses.test.tables.VIncomplete V_INCOMPLETE = org.jooq.test.oracle.generatedclasses.test.tables.VIncomplete.V_INCOMPLETE;
/**
* The table TEST.V_LIBRARY
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.VLibrary V_LIBRARY = org.jooq.test.oracle.generatedclasses.test.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.oracle.generatedclasses.test.tables.VLibrary V_LIBRARY = org.jooq.test.oracle.generatedclasses.test.tables.VLibrary.V_LIBRARY;
/**
* The table TEST.X_TEST_CASE_64_69
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table TEST.X_TEST_CASE_71
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table TEST.X_TEST_CASE_85
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.oracle.generatedclasses.test.tables.XTestCase_85.X_TEST_CASE_85;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.oracle.generatedclasses.test.tables.XUnused X_UNUSED = org.jooq.test.oracle.generatedclasses.test.tables.XUnused.X_UNUSED;
public static final org.jooq.test.oracle.generatedclasses.test.tables.XUnused X_UNUSED = org.jooq.test.oracle.generatedclasses.test.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.packages.library;
*/
public class PkgF378 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = -1115353395;
private static final long serialVersionUID = 2006168205;
/**
@ -47,14 +47,14 @@ public class PkgF378 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal>
* Set the <code>I</code> parameter to the routine
*/
public void setI(java.lang.Number value) {
setNumber(I, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgF378.I, value);
}
/**
* Set the <code>IO</code> parameter to the routine
*/
public void setIo(java.lang.Number value) {
setNumber(IO, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgF378.IO, value);
}
public java.math.BigDecimal getIo() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.packages.library;
*/
public class PkgFAuthorExists1 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = 1442872754;
private static final long serialVersionUID = 398434926;
/**
@ -36,7 +36,7 @@ public class PkgFAuthorExists1 extends org.jooq.impl.AbstractRoutine<java.math.B
* Set the <code>AUTHOR_NAME</code> parameter to the routine
*/
public void setAuthorName(java.lang.String value) {
setValue(AUTHOR_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgFAuthorExists1.AUTHOR_NAME, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.packages.library;
*/
public class PkgFAuthorExists2 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = 1642385081;
private static final long serialVersionUID = -817289895;
/**
@ -42,7 +42,7 @@ public class PkgFAuthorExists2 extends org.jooq.impl.AbstractRoutine<java.math.B
* Set the <code>AUTHOR_NAME</code> parameter to the routine
*/
public void setAuthorName(java.lang.String value) {
setValue(AUTHOR_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgFAuthorExists2.AUTHOR_NAME, value);
}
/**
@ -58,7 +58,7 @@ public class PkgFAuthorExists2 extends org.jooq.impl.AbstractRoutine<java.math.B
* Set the <code>UNUSED</code> parameter to the routine
*/
public void setUnused(java.lang.Number value) {
setNumber(UNUSED, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgFAuthorExists2.UNUSED, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.packages.library;
*/
public class PkgPAuthorExists1 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -76253071;
private static final long serialVersionUID = 283434359;
/**
@ -36,7 +36,7 @@ public class PkgPAuthorExists1 extends org.jooq.impl.AbstractRoutine<java.lang.V
* Set the <code>AUTHOR_NAME</code> parameter to the routine
*/
public void setAuthorName(java.lang.String value) {
setValue(AUTHOR_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgPAuthorExists1.AUTHOR_NAME, value);
}
public java.math.BigDecimal getResult() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.packages.library;
*/
public class PkgPAuthorExists2 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -1288729367;
private static final long serialVersionUID = -1635568695;
/**
@ -42,14 +42,14 @@ public class PkgPAuthorExists2 extends org.jooq.impl.AbstractRoutine<java.lang.V
* Set the <code>AUTHOR_NAME</code> parameter to the routine
*/
public void setAuthorName(java.lang.String value) {
setValue(AUTHOR_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgPAuthorExists2.AUTHOR_NAME, value);
}
/**
* Set the <code>UNUSED</code> parameter to the routine
*/
public void setUnused(java.lang.Number value) {
setNumber(UNUSED, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.packages.library.PkgPAuthorExists2.UNUSED, value);
}
public java.math.BigDecimal getResult() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class F317 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = 439832625;
private static final long serialVersionUID = -382583651;
/**
@ -53,7 +53,7 @@ public class F317 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
* Set the <code>P1</code> parameter to the routine
*/
public void setP1(java.lang.Number value) {
setNumber(P1, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.F317.P1, value);
}
/**
@ -69,7 +69,7 @@ public class F317 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
* Set the <code>P2</code> parameter to the routine
*/
public void setP2(java.lang.Number value) {
setNumber(P2, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.F317.P2, value);
}
/**
@ -85,7 +85,7 @@ public class F317 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
* Set the <code>P3</code> parameter to the routine
*/
public void setP3(java.lang.Number value) {
setNumber(P3, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.F317.P3, value);
}
/**
@ -101,7 +101,7 @@ public class F317 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
* Set the <code>P4</code> parameter to the routine
*/
public void setP4(java.lang.Number value) {
setNumber(P4, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.F317.P4, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class F378 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = -1020685150;
private static final long serialVersionUID = 1551256150;
/**
@ -47,14 +47,14 @@ public class F378 extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
* Set the <code>I</code> parameter to the routine
*/
public void setI(java.lang.Number value) {
setNumber(I, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.F378.I, value);
}
/**
* Set the <code>IO</code> parameter to the routine
*/
public void setIo(java.lang.Number value) {
setNumber(IO, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.F378.IO, value);
}
public java.math.BigDecimal getIo() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class F691cursorIn extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = -2122056832;
private static final long serialVersionUID = -1860024872;
/**
@ -35,7 +35,7 @@ public class F691cursorIn extends org.jooq.impl.AbstractRoutine<java.math.BigDec
* Set the <code>C</code> parameter to the routine
*/
public void setC(org.jooq.Result<org.jooq.Record> value) {
setValue(C, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.F691cursorIn.C, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FArrays1 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberArrayRecord> {
private static final long serialVersionUID = -811085095;
private static final long serialVersionUID = -2071463519;
/**
@ -35,7 +35,7 @@ public class FArrays1 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FArrays1.IN_ARRAY, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FArrays2 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongArrayRecord> {
private static final long serialVersionUID = 1072405333;
private static final long serialVersionUID = 1615249310;
/**
@ -35,7 +35,7 @@ public class FArrays2 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FArrays2.IN_ARRAY, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FArrays3 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UStringArrayRecord> {
private static final long serialVersionUID = -950354982;
private static final long serialVersionUID = -1066217902;
/**
@ -35,7 +35,7 @@ public class FArrays3 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UStringArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FArrays3.IN_ARRAY, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FArrays4 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UBookArrayRecord> {
private static final long serialVersionUID = -1267873287;
private static final long serialVersionUID = 354472900;
/**
@ -35,7 +35,7 @@ public class FArrays4 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UBookArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FArrays4.IN_ARRAY, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FAuthorExists extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = 1125303782;
private static final long serialVersionUID = 1446717648;
/**
@ -35,7 +35,7 @@ public class FAuthorExists extends org.jooq.impl.AbstractRoutine<java.math.BigDe
* Set the <code>AUTHOR_NAME</code> parameter to the routine
*/
public void setAuthorName(java.lang.String value) {
setValue(AUTHOR_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FAuthorExists.AUTHOR_NAME, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FGetOneCursor extends org.jooq.impl.AbstractRoutine<org.jooq.Result<org.jooq.Record>> {
private static final long serialVersionUID = -1270921357;
private static final long serialVersionUID = -107335256;
/**
@ -35,7 +35,7 @@ public class FGetOneCursor extends org.jooq.impl.AbstractRoutine<org.jooq.Result
* Set the <code>BOOK_IDS</code> parameter to the routine
*/
public void setBookIds(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberArrayRecord value) {
setValue(BOOK_IDS, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FGetOneCursor.BOOK_IDS, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FNumber extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = -522850773;
private static final long serialVersionUID = -1127947693;
/**
@ -35,7 +35,7 @@ public class FNumber extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal>
* Set the <code>N</code> parameter to the routine
*/
public void setN(java.lang.Number value) {
setNumber(N, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.FNumber.N, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FTables1 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberTableRecord> {
private static final long serialVersionUID = -417304969;
private static final long serialVersionUID = 952660782;
/**
@ -35,7 +35,7 @@ public class FTables1 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FTables1.IN_TABLE, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FTables2 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongTableRecord> {
private static final long serialVersionUID = 1309453259;
private static final long serialVersionUID = 1514249171;
/**
@ -35,7 +35,7 @@ public class FTables2 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FTables2.IN_TABLE, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FTables3 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UStringTableRecord> {
private static final long serialVersionUID = -556574856;
private static final long serialVersionUID = 1957906399;
/**
@ -35,7 +35,7 @@ public class FTables3 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UStringTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FTables3.IN_TABLE, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class FTables4 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle.generatedclasses.test.udt.records.UBookTableRecord> {
private static final long serialVersionUID = 363235119;
private static final long serialVersionUID = -381557127;
/**
@ -35,7 +35,7 @@ public class FTables4 extends org.jooq.impl.AbstractRoutine<org.jooq.test.oracle
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UBookTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.FTables4.IN_TABLE, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class P1490 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1061560321;
private static final long serialVersionUID = 1402619950;
/**
@ -29,6 +29,6 @@ public class P1490 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>value</code> parameter to the routine
*/
public void setValue(java.lang.Number value) {
setNumber(VALUE, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.P1490.VALUE, value);
}
}

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class P391 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1394377767;
private static final long serialVersionUID = 2014807531;
/**
@ -59,28 +59,28 @@ public class P391 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>I1</code> parameter to the routine
*/
public void setI1(java.lang.Number value) {
setNumber(I1, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.P391.I1, value);
}
/**
* Set the <code>IO1</code> parameter to the routine
*/
public void setIo1(java.lang.Number value) {
setNumber(IO1, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.P391.IO1, value);
}
/**
* Set the <code>IO2</code> parameter to the routine
*/
public void setIo2(java.lang.Number value) {
setNumber(IO2, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.P391.IO2, value);
}
/**
* Set the <code>I2</code> parameter to the routine
*/
public void setI2(java.lang.Number value) {
setNumber(I2, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.P391.I2, value);
}
public java.math.BigDecimal getIo1() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PArrays1 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -911160874;
private static final long serialVersionUID = -1221907820;
/**
@ -35,7 +35,7 @@ public class PArrays1 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PArrays1.IN_ARRAY, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberArrayRecord getOutArray() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PArrays2 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 668255667;
private static final long serialVersionUID = 319242016;
/**
@ -35,7 +35,7 @@ public class PArrays2 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PArrays2.IN_ARRAY, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongArrayRecord getOutArray() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PArrays3 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1259221410;
private static final long serialVersionUID = -1904600902;
/**
@ -35,7 +35,7 @@ public class PArrays3 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UStringArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PArrays3.IN_ARRAY, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UStringArrayRecord getOutArray() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PArrays4 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1085222569;
private static final long serialVersionUID = 71750436;
/**
@ -35,7 +35,7 @@ public class PArrays4 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_ARRAY</code> parameter to the routine
*/
public void setInArray(org.jooq.test.oracle.generatedclasses.test.udt.records.UBookArrayRecord value) {
setValue(IN_ARRAY, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PArrays4.IN_ARRAY, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UBookArrayRecord getOutArray() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PAuthorExists extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -1200178915;
private static final long serialVersionUID = -754013059;
/**
@ -35,7 +35,7 @@ public class PAuthorExists extends org.jooq.impl.AbstractRoutine<java.lang.Void>
* Set the <code>AUTHOR_NAME</code> parameter to the routine
*/
public void setAuthorName(java.lang.String value) {
setValue(AUTHOR_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PAuthorExists.AUTHOR_NAME, value);
}
public java.math.BigDecimal getResult() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PCreateAuthorByName extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 174216430;
private static final long serialVersionUID = 2001399338;
/**
@ -35,13 +35,13 @@ public class PCreateAuthorByName extends org.jooq.impl.AbstractRoutine<java.lang
* Set the <code>FIRST_NAME</code> parameter to the routine
*/
public void setFirstName(java.lang.String value) {
setValue(FIRST_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PCreateAuthorByName.FIRST_NAME, value);
}
/**
* Set the <code>LAST_NAME</code> parameter to the routine
*/
public void setLastName(java.lang.String value) {
setValue(LAST_NAME, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PCreateAuthorByName.LAST_NAME, value);
}
}

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PDefault extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1180154706;
private static final long serialVersionUID = -1746709350;
/**
@ -59,21 +59,21 @@ public class PDefault extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>P_IN_NUMBER</code> parameter to the routine
*/
public void setPInNumber(java.lang.Number value) {
setNumber(P_IN_NUMBER, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.PDefault.P_IN_NUMBER, value);
}
/**
* Set the <code>P_IN_VARCHAR</code> parameter to the routine
*/
public void setPInVarchar(java.lang.String value) {
setValue(P_IN_VARCHAR, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PDefault.P_IN_VARCHAR, value);
}
/**
* Set the <code>P_IN_DATE</code> parameter to the routine
*/
public void setPInDate(java.sql.Date value) {
setValue(P_IN_DATE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PDefault.P_IN_DATE, value);
}
public java.math.BigDecimal getPOutNumber() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PEnhanceAddress1 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1511294298;
private static final long serialVersionUID = 893282948;
/**
@ -35,7 +35,7 @@ public class PEnhanceAddress1 extends org.jooq.impl.AbstractRoutine<java.lang.Vo
* Set the <code>ADDRESS</code> parameter to the routine
*/
public void setAddress(org.jooq.test.oracle.generatedclasses.test.udt.records.UAddressTypeRecord value) {
setValue(ADDRESS, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PEnhanceAddress1.ADDRESS, value);
}
public java.lang.String getNo() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PEnhanceAddress3 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1611614310;
private static final long serialVersionUID = -1802307858;
/**
@ -29,7 +29,7 @@ public class PEnhanceAddress3 extends org.jooq.impl.AbstractRoutine<java.lang.Vo
* Set the <code>ADDRESS</code> parameter to the routine
*/
public void setAddress(org.jooq.test.oracle.generatedclasses.test.udt.records.UAddressTypeRecord value) {
setValue(ADDRESS, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PEnhanceAddress3.ADDRESS, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UAddressTypeRecord getAddress() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PGetOneCursor extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -709779459;
private static final long serialVersionUID = -170442884;
/**
@ -41,7 +41,7 @@ public class PGetOneCursor extends org.jooq.impl.AbstractRoutine<java.lang.Void>
* Set the <code>BOOK_IDS</code> parameter to the routine
*/
public void setBookIds(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberArrayRecord value) {
setValue(BOOK_IDS, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PGetOneCursor.BOOK_IDS, value);
}
public java.math.BigDecimal getTotal() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PTables1 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -424490764;
private static final long serialVersionUID = -113879105;
/**
@ -35,7 +35,7 @@ public class PTables1 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PTables1.IN_TABLE, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberTableRecord getOutTable() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PTables2 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -1126016899;
private static final long serialVersionUID = 794356383;
/**
@ -35,7 +35,7 @@ public class PTables2 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PTables2.IN_TABLE, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UNumberLongTableRecord getOutTable() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PTables3 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 1745891520;
private static final long serialVersionUID = -796572187;
/**
@ -35,7 +35,7 @@ public class PTables3 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UStringTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PTables3.IN_TABLE, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UStringTableRecord getOutTable() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PTables4 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -172891405;
private static final long serialVersionUID = 997230947;
/**
@ -35,7 +35,7 @@ public class PTables4 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN_TABLE</code> parameter to the routine
*/
public void setInTable(org.jooq.test.oracle.generatedclasses.test.udt.records.UBookTableRecord value) {
setValue(IN_TABLE, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PTables4.IN_TABLE, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UBookTableRecord getOutTable() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.routines;
*/
public class PUnused extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -1131112328;
private static final long serialVersionUID = 474125656;
/**
@ -41,14 +41,14 @@ public class PUnused extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>IN1</code> parameter to the routine
*/
public void setIn1(java.lang.String value) {
setValue(IN1, value);
setValue(org.jooq.test.oracle.generatedclasses.test.routines.PUnused.IN1, value);
}
/**
* Set the <code>OUT2</code> parameter to the routine
*/
public void setOut2(java.lang.Number value) {
setNumber(OUT2, value);
setNumber(org.jooq.test.oracle.generatedclasses.test.routines.PUnused.OUT2, value);
}
public java.math.BigDecimal getOut1() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.udt.u_author_type;
*/
public class CountBooks extends org.jooq.impl.AbstractRoutine<java.math.BigDecimal> {
private static final long serialVersionUID = -1510403668;
private static final long serialVersionUID = -581744094;
/**
@ -35,7 +35,7 @@ public class CountBooks extends org.jooq.impl.AbstractRoutine<java.math.BigDecim
* Set the <code>SELF</code> parameter to the routine
*/
public void setSelf(org.jooq.test.oracle.generatedclasses.test.udt.records.UAuthorTypeRecord value) {
setValue(SELF, value);
setValue(org.jooq.test.oracle.generatedclasses.test.udt.u_author_type.CountBooks.SELF, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.udt.u_author_type;
*/
public class GetBooks extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -1634527224;
private static final long serialVersionUID = 735784729;
/**
@ -47,7 +47,7 @@ public class GetBooks extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>SELF</code> parameter to the routine
*/
public void setSelf(org.jooq.test.oracle.generatedclasses.test.udt.records.UAuthorTypeRecord value) {
setValue(SELF, value);
setValue(org.jooq.test.oracle.generatedclasses.test.udt.u_author_type.GetBooks.SELF, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UAuthorTypeRecord getSelf() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle.generatedclasses.test.udt.u_author_type;
*/
public class Load extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 126306547;
private static final long serialVersionUID = 50476532;
/**
@ -29,7 +29,7 @@ public class Load extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
* Set the <code>SELF</code> parameter to the routine
*/
public void setSelf(org.jooq.test.oracle.generatedclasses.test.udt.records.UAuthorTypeRecord value) {
setValue(SELF, value);
setValue(org.jooq.test.oracle.generatedclasses.test.udt.u_author_type.Load.SELF, value);
}
public org.jooq.test.oracle.generatedclasses.test.udt.records.UAuthorTypeRecord getSelf() {

View File

@ -13,7 +13,7 @@ public final class Tables {
/**
* The table TEST.T_976
*/
public static org.jooq.test.oracle2.generatedclasses.tables.DateAsTimestampT_976 DATE_AS_TIMESTAMP_T_976 = org.jooq.test.oracle2.generatedclasses.tables.DateAsTimestampT_976.DATE_AS_TIMESTAMP_T_976;
public static final org.jooq.test.oracle2.generatedclasses.tables.DateAsTimestampT_976 DATE_AS_TIMESTAMP_T_976 = org.jooq.test.oracle2.generatedclasses.tables.DateAsTimestampT_976.DATE_AS_TIMESTAMP_T_976;
/**
* No instances

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle2.generatedclasses.packages.date_as_timestamp_pkg_97
*/
public class DateAsTimestampF_976 extends org.jooq.impl.AbstractRoutine<java.sql.Timestamp> {
private static final long serialVersionUID = 1227752667;
private static final long serialVersionUID = -1556456173;
/**
@ -35,7 +35,7 @@ public class DateAsTimestampF_976 extends org.jooq.impl.AbstractRoutine<java.sql
* Set the <code>I</code> parameter to the routine
*/
public void setI(java.sql.Timestamp value) {
setValue(DATE_AS_TIMESTAMP_I, value);
setValue(org.jooq.test.oracle2.generatedclasses.packages.date_as_timestamp_pkg_976.DateAsTimestampF_976.DATE_AS_TIMESTAMP_I, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle2.generatedclasses.packages.date_as_timestamp_pkg_97
*/
public class DateAsTimestampP_976 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = 350043131;
private static final long serialVersionUID = 697277087;
/**
@ -35,7 +35,7 @@ public class DateAsTimestampP_976 extends org.jooq.impl.AbstractRoutine<java.lan
* Set the <code>I</code> parameter to the routine
*/
public void setI(java.sql.Timestamp value) {
setValue(DATE_AS_TIMESTAMP_I, value);
setValue(org.jooq.test.oracle2.generatedclasses.packages.date_as_timestamp_pkg_976.DateAsTimestampP_976.DATE_AS_TIMESTAMP_I, value);
}
public java.sql.Timestamp getO() {

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle2.generatedclasses.routines;
*/
public class DateAsTimestampF_976 extends org.jooq.impl.AbstractRoutine<java.sql.Timestamp> {
private static final long serialVersionUID = -1597365677;
private static final long serialVersionUID = -1798187125;
/**
@ -35,7 +35,7 @@ public class DateAsTimestampF_976 extends org.jooq.impl.AbstractRoutine<java.sql
* Set the <code>I</code> parameter to the routine
*/
public void setI(java.sql.Timestamp value) {
setValue(DATE_AS_TIMESTAMP_I, value);
setValue(org.jooq.test.oracle2.generatedclasses.routines.DateAsTimestampF_976.DATE_AS_TIMESTAMP_I, value);
}
/**

View File

@ -8,7 +8,7 @@ package org.jooq.test.oracle2.generatedclasses.routines;
*/
public class DateAsTimestampP_976 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -206106253;
private static final long serialVersionUID = 1278722807;
/**
@ -35,7 +35,7 @@ public class DateAsTimestampP_976 extends org.jooq.impl.AbstractRoutine<java.lan
* Set the <code>I</code> parameter to the routine
*/
public void setI(java.sql.Timestamp value) {
setValue(DATE_AS_TIMESTAMP_I, value);
setValue(org.jooq.test.oracle2.generatedclasses.routines.DateAsTimestampP_976.DATE_AS_TIMESTAMP_I, value);
}
public java.sql.Timestamp getO() {

View File

@ -13,107 +13,107 @@ public final class Tables {
/**
* The table TEST.T_ARRAYS
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_ARRAYS T_ARRAYS = org.jooq.test.oracle3.generatedclasses.tables.T_ARRAYS.T_ARRAYS;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_ARRAYS T_ARRAYS = org.jooq.test.oracle3.generatedclasses.tables.T_ARRAYS.T_ARRAYS;
/**
* An entity holding authors of books
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_AUTHOR T_AUTHOR = org.jooq.test.oracle3.generatedclasses.tables.T_AUTHOR.T_AUTHOR;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_AUTHOR T_AUTHOR = org.jooq.test.oracle3.generatedclasses.tables.T_AUTHOR.T_AUTHOR;
/**
* An entity holding books
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_BOOK T_BOOK = org.jooq.test.oracle3.generatedclasses.tables.T_BOOK.T_BOOK;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_BOOK T_BOOK = org.jooq.test.oracle3.generatedclasses.tables.T_BOOK.T_BOOK;
/**
* A book store
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_STORE T_BOOK_STORE = org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_STORE.T_BOOK_STORE;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_STORE T_BOOK_STORE = org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_STORE.T_BOOK_STORE;
/**
* An m:n relation between books and book stores
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_TO_BOOK_STORE T_BOOK_TO_BOOK_STORE = org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_TO_BOOK_STORE.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_TO_BOOK_STORE T_BOOK_TO_BOOK_STORE = org.jooq.test.oracle3.generatedclasses.tables.T_BOOK_TO_BOOK_STORE.T_BOOK_TO_BOOK_STORE;
/**
* The table TEST.T_BOOLEANS
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_BOOLEANS T_BOOLEANS = org.jooq.test.oracle3.generatedclasses.tables.T_BOOLEANS.T_BOOLEANS;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_BOOLEANS T_BOOLEANS = org.jooq.test.oracle3.generatedclasses.tables.T_BOOLEANS.T_BOOLEANS;
/**
* The table TEST.T_DATES
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_DATES T_DATES = org.jooq.test.oracle3.generatedclasses.tables.T_DATES.T_DATES;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_DATES T_DATES = org.jooq.test.oracle3.generatedclasses.tables.T_DATES.T_DATES;
/**
* The table TEST.T_DIRECTORY
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_DIRECTORY T_DIRECTORY = org.jooq.test.oracle3.generatedclasses.tables.T_DIRECTORY.T_DIRECTORY;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_DIRECTORY T_DIRECTORY = org.jooq.test.oracle3.generatedclasses.tables.T_DIRECTORY.T_DIRECTORY;
/**
* The table TEST.T_TRIGGERS
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_TRIGGERS T_TRIGGERS = org.jooq.test.oracle3.generatedclasses.tables.T_TRIGGERS.T_TRIGGERS;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_TRIGGERS T_TRIGGERS = org.jooq.test.oracle3.generatedclasses.tables.T_TRIGGERS.T_TRIGGERS;
/**
* The table TEST.T_639_NUMBERS_TABLE
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_639_NUMBERS_TABLE T_639_NUMBERS_TABLE = org.jooq.test.oracle3.generatedclasses.tables.T_639_NUMBERS_TABLE.T_639_NUMBERS_TABLE;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_639_NUMBERS_TABLE T_639_NUMBERS_TABLE = org.jooq.test.oracle3.generatedclasses.tables.T_639_NUMBERS_TABLE.T_639_NUMBERS_TABLE;
/**
* The table TEST.T_658_REF
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_658_REF T_658_REF = org.jooq.test.oracle3.generatedclasses.tables.T_658_REF.T_658_REF;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_658_REF T_658_REF = org.jooq.test.oracle3.generatedclasses.tables.T_658_REF.T_658_REF;
/**
* The table TEST.T_725_LOB_TEST
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_725_LOB_TEST T_725_LOB_TEST = org.jooq.test.oracle3.generatedclasses.tables.T_725_LOB_TEST.T_725_LOB_TEST;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_725_LOB_TEST T_725_LOB_TEST = org.jooq.test.oracle3.generatedclasses.tables.T_725_LOB_TEST.T_725_LOB_TEST;
/**
* The table TEST.T_785
*/
public static org.jooq.test.oracle3.generatedclasses.tables.T_785 T_785 = org.jooq.test.oracle3.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.oracle3.generatedclasses.tables.T_785 T_785 = org.jooq.test.oracle3.generatedclasses.tables.T_785.T_785;
/**
* The table TEST.V_AUTHOR
*/
public static org.jooq.test.oracle3.generatedclasses.tables.V_AUTHOR V_AUTHOR = org.jooq.test.oracle3.generatedclasses.tables.V_AUTHOR.V_AUTHOR;
public static final org.jooq.test.oracle3.generatedclasses.tables.V_AUTHOR V_AUTHOR = org.jooq.test.oracle3.generatedclasses.tables.V_AUTHOR.V_AUTHOR;
/**
* The table TEST.V_BOOK
*/
public static org.jooq.test.oracle3.generatedclasses.tables.V_BOOK V_BOOK = org.jooq.test.oracle3.generatedclasses.tables.V_BOOK.V_BOOK;
public static final org.jooq.test.oracle3.generatedclasses.tables.V_BOOK V_BOOK = org.jooq.test.oracle3.generatedclasses.tables.V_BOOK.V_BOOK;
/**
* The table TEST.V_INCOMPLETE
*/
public static org.jooq.test.oracle3.generatedclasses.tables.V_INCOMPLETE V_INCOMPLETE = org.jooq.test.oracle3.generatedclasses.tables.V_INCOMPLETE.V_INCOMPLETE;
public static final org.jooq.test.oracle3.generatedclasses.tables.V_INCOMPLETE V_INCOMPLETE = org.jooq.test.oracle3.generatedclasses.tables.V_INCOMPLETE.V_INCOMPLETE;
/**
* The table TEST.V_LIBRARY
*/
public static org.jooq.test.oracle3.generatedclasses.tables.V_LIBRARY V_LIBRARY = org.jooq.test.oracle3.generatedclasses.tables.V_LIBRARY.V_LIBRARY;
public static final org.jooq.test.oracle3.generatedclasses.tables.V_LIBRARY V_LIBRARY = org.jooq.test.oracle3.generatedclasses.tables.V_LIBRARY.V_LIBRARY;
/**
* The table TEST.X_TEST_CASE_64_69
*/
public static org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_64_69 X_TEST_CASE_64_69 = org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_64_69 X_TEST_CASE_64_69 = org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_64_69.X_TEST_CASE_64_69;
/**
* The table TEST.X_TEST_CASE_71
*/
public static org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_71 X_TEST_CASE_71 = org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_71.X_TEST_CASE_71;
public static final org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_71 X_TEST_CASE_71 = org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_71.X_TEST_CASE_71;
/**
* The table TEST.X_TEST_CASE_85
*/
public static org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_85 X_TEST_CASE_85 = org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_85.X_TEST_CASE_85;
public static final org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_85 X_TEST_CASE_85 = org.jooq.test.oracle3.generatedclasses.tables.X_TEST_CASE_85.X_TEST_CASE_85;
/**
* An unused table in the same schema.
*/
public static org.jooq.test.oracle3.generatedclasses.tables.X_UNUSED X_UNUSED = org.jooq.test.oracle3.generatedclasses.tables.X_UNUSED.X_UNUSED;
public static final org.jooq.test.oracle3.generatedclasses.tables.X_UNUSED X_UNUSED = org.jooq.test.oracle3.generatedclasses.tables.X_UNUSED.X_UNUSED;
/**
* No instances

View File

@ -13,122 +13,122 @@ public final class Tables {
/**
* The table public.t_639_numbers_table
*/
public static org.jooq.test.postgres.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.postgres.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.postgres.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.postgres.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table public.t_658_ref
*/
public static org.jooq.test.postgres.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.postgres.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.postgres.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.postgres.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table public.t_725_lob_test
*/
public static org.jooq.test.postgres.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.postgres.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.postgres.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.postgres.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table public.t_785
*/
public static org.jooq.test.postgres.generatedclasses.tables.T_785 T_785 = org.jooq.test.postgres.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.postgres.generatedclasses.tables.T_785 T_785 = org.jooq.test.postgres.generatedclasses.tables.T_785.T_785;
/**
* The table public.t_959
*/
public static org.jooq.test.postgres.generatedclasses.tables.T_959 T_959 = org.jooq.test.postgres.generatedclasses.tables.T_959.T_959;
public static final org.jooq.test.postgres.generatedclasses.tables.T_959 T_959 = org.jooq.test.postgres.generatedclasses.tables.T_959.T_959;
/**
* The table public.t_986_1
*/
public static org.jooq.test.postgres.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.postgres.generatedclasses.tables.T_986_1.T_986_1;
public static final org.jooq.test.postgres.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.postgres.generatedclasses.tables.T_986_1.T_986_1;
/**
* The table public.t_986_2
*/
public static org.jooq.test.postgres.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.postgres.generatedclasses.tables.T_986_2.T_986_2;
public static final org.jooq.test.postgres.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.postgres.generatedclasses.tables.T_986_2.T_986_2;
/**
* The table public.t_arrays
*/
public static org.jooq.test.postgres.generatedclasses.tables.TArrays T_ARRAYS = org.jooq.test.postgres.generatedclasses.tables.TArrays.T_ARRAYS;
public static final org.jooq.test.postgres.generatedclasses.tables.TArrays T_ARRAYS = org.jooq.test.postgres.generatedclasses.tables.TArrays.T_ARRAYS;
/**
* The table public.t_author
*/
public static org.jooq.test.postgres.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.postgres.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.postgres.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.postgres.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* The table public.t_book
*/
public static org.jooq.test.postgres.generatedclasses.tables.TBook T_BOOK = org.jooq.test.postgres.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.postgres.generatedclasses.tables.TBook T_BOOK = org.jooq.test.postgres.generatedclasses.tables.TBook.T_BOOK;
/**
* The table public.t_book_store
*/
public static org.jooq.test.postgres.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.postgres.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.postgres.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.postgres.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* The table public.t_book_to_book_store
*/
public static org.jooq.test.postgres.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.postgres.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.postgres.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.postgres.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table public.t_booleans
*/
public static org.jooq.test.postgres.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.postgres.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.postgres.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.postgres.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table public.t_dates
*/
public static org.jooq.test.postgres.generatedclasses.tables.TDates T_DATES = org.jooq.test.postgres.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.postgres.generatedclasses.tables.TDates T_DATES = org.jooq.test.postgres.generatedclasses.tables.TDates.T_DATES;
/**
* The table public.t_identity
*/
public static org.jooq.test.postgres.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.postgres.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.postgres.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.postgres.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table public.t_identity_pk
*/
public static org.jooq.test.postgres.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.postgres.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.postgres.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.postgres.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table public.t_triggers
*/
public static org.jooq.test.postgres.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.postgres.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.postgres.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.postgres.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table public.v_author
*/
public static org.jooq.test.postgres.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.postgres.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.postgres.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.postgres.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table public.v_book
*/
public static org.jooq.test.postgres.generatedclasses.tables.VBook V_BOOK = org.jooq.test.postgres.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.postgres.generatedclasses.tables.VBook V_BOOK = org.jooq.test.postgres.generatedclasses.tables.VBook.V_BOOK;
/**
* The table public.v_library
*/
public static org.jooq.test.postgres.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.postgres.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.postgres.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.postgres.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table public.x_test_case_64_69
*/
public static org.jooq.test.postgres.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.postgres.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.postgres.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.postgres.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table public.x_test_case_71
*/
public static org.jooq.test.postgres.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.postgres.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.postgres.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.postgres.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table public.x_test_case_85
*/
public static org.jooq.test.postgres.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.postgres.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.postgres.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.postgres.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table public.x_unused
*/
public static org.jooq.test.postgres.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.postgres.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.postgres.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.postgres.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,102 +13,102 @@ public final class Tables {
/**
* The table V_LIBRARY
*/
public static org.jooq.test.sqlite.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.sqlite.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.sqlite.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.sqlite.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table t_639_numbers_table
*/
public static org.jooq.test.sqlite.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.sqlite.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.sqlite.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.sqlite.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table t_658_ref
*/
public static org.jooq.test.sqlite.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.sqlite.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.sqlite.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.sqlite.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table t_725_lob_test
*/
public static org.jooq.test.sqlite.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.sqlite.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.sqlite.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.sqlite.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table t_785
*/
public static org.jooq.test.sqlite.generatedclasses.tables.T_785 T_785 = org.jooq.test.sqlite.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.sqlite.generatedclasses.tables.T_785 T_785 = org.jooq.test.sqlite.generatedclasses.tables.T_785.T_785;
/**
* The table t_986_1
*/
public static org.jooq.test.sqlite.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.sqlite.generatedclasses.tables.T_986_1.T_986_1;
public static final org.jooq.test.sqlite.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.sqlite.generatedclasses.tables.T_986_1.T_986_1;
/**
* The table t_986_2
*/
public static org.jooq.test.sqlite.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.sqlite.generatedclasses.tables.T_986_2.T_986_2;
public static final org.jooq.test.sqlite.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.sqlite.generatedclasses.tables.T_986_2.T_986_2;
/**
* The table t_author
*/
public static org.jooq.test.sqlite.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.sqlite.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.sqlite.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.sqlite.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* The table t_book
*/
public static org.jooq.test.sqlite.generatedclasses.tables.TBook T_BOOK = org.jooq.test.sqlite.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.sqlite.generatedclasses.tables.TBook T_BOOK = org.jooq.test.sqlite.generatedclasses.tables.TBook.T_BOOK;
/**
* The table t_book_store
*/
public static org.jooq.test.sqlite.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.sqlite.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.sqlite.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.sqlite.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* The table t_book_to_book_store
*/
public static org.jooq.test.sqlite.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.sqlite.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.sqlite.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.sqlite.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table t_booleans
*/
public static org.jooq.test.sqlite.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.sqlite.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.sqlite.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.sqlite.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table t_dates
*/
public static org.jooq.test.sqlite.generatedclasses.tables.TDates T_DATES = org.jooq.test.sqlite.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.sqlite.generatedclasses.tables.TDates T_DATES = org.jooq.test.sqlite.generatedclasses.tables.TDates.T_DATES;
/**
* The table t_triggers
*/
public static org.jooq.test.sqlite.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.sqlite.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.sqlite.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.sqlite.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table v_author
*/
public static org.jooq.test.sqlite.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.sqlite.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.sqlite.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.sqlite.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table v_book
*/
public static org.jooq.test.sqlite.generatedclasses.tables.VBook V_BOOK = org.jooq.test.sqlite.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.sqlite.generatedclasses.tables.VBook V_BOOK = org.jooq.test.sqlite.generatedclasses.tables.VBook.V_BOOK;
/**
* The table x_test_case_64_69
*/
public static org.jooq.test.sqlite.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.sqlite.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.sqlite.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.sqlite.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table x_test_case_71
*/
public static org.jooq.test.sqlite.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.sqlite.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.sqlite.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.sqlite.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table x_test_case_85
*/
public static org.jooq.test.sqlite.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.sqlite.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.sqlite.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.sqlite.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table x_unused
*/
public static org.jooq.test.sqlite.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.sqlite.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.sqlite.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.sqlite.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -13,102 +13,102 @@ public final class Tables {
/**
* The table dbo.t_639_numbers_table
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.sqlserver.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.sqlserver.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.sqlserver.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table dbo.t_658_ref
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.sqlserver.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.sqlserver.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.sqlserver.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table dbo.t_725_lob_test
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.sqlserver.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.sqlserver.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.sqlserver.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table dbo.t_785
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.T_785 T_785 = org.jooq.test.sqlserver.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.sqlserver.generatedclasses.tables.T_785 T_785 = org.jooq.test.sqlserver.generatedclasses.tables.T_785.T_785;
/**
* The table dbo.t_author
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.sqlserver.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.sqlserver.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* The table dbo.t_book
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TBook T_BOOK = org.jooq.test.sqlserver.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TBook T_BOOK = org.jooq.test.sqlserver.generatedclasses.tables.TBook.T_BOOK;
/**
* The table dbo.t_book_store
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.sqlserver.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.sqlserver.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* The table dbo.t_book_to_book_store
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.sqlserver.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.sqlserver.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table dbo.t_booleans
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.sqlserver.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.sqlserver.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table dbo.t_dates
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TDates T_DATES = org.jooq.test.sqlserver.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TDates T_DATES = org.jooq.test.sqlserver.generatedclasses.tables.TDates.T_DATES;
/**
* The table dbo.t_identity
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.sqlserver.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.sqlserver.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table dbo.t_identity_pk
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.sqlserver.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.sqlserver.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table dbo.t_triggers
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.sqlserver.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.sqlserver.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.sqlserver.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table dbo.v_author
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.sqlserver.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.sqlserver.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.sqlserver.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table dbo.v_book
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.VBook V_BOOK = org.jooq.test.sqlserver.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.sqlserver.generatedclasses.tables.VBook V_BOOK = org.jooq.test.sqlserver.generatedclasses.tables.VBook.V_BOOK;
/**
* The table dbo.v_library
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.sqlserver.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.sqlserver.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.sqlserver.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table dbo.x_test_case_64_69
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table dbo.x_test_case_71
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table dbo.x_test_case_85
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.sqlserver.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table dbo.x_unused
*/
public static org.jooq.test.sqlserver.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.sqlserver.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.sqlserver.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.sqlserver.generatedclasses.tables.XUnused.X_UNUSED;
/**
* No instances

View File

@ -8,13 +8,13 @@ package org.jooq.test.sqlserver.generatedclasses.routines;
*/
public class P1490 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
private static final long serialVersionUID = -632144942;
private static final long serialVersionUID = 769908690;
/**
* An uncommented item
*/
public static final org.jooq.Parameter<java.lang.Integer> VALUE = createParameter("VALUE", org.jooq.impl.SQLDataType.INTEGER);
public static final org.jooq.Parameter<java.lang.Integer> VALUE = createParameter("value", org.jooq.impl.SQLDataType.INTEGER);
/**
* Create a new routine call instance
@ -26,7 +26,7 @@ public class P1490 extends org.jooq.impl.AbstractRoutine<java.lang.Void> {
}
/**
* Set the <code>VALUE</code> parameter to the routine
* Set the <code>value</code> parameter to the routine
*/
public void setValue(java.lang.Integer value) {
setValue(org.jooq.test.sqlserver.generatedclasses.routines.P1490.VALUE, value);

View File

@ -13,112 +13,112 @@ public final class Tables {
/**
* The table DBA.t_identity_pk
*/
public static org.jooq.test.sybase.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.sybase.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
public static final org.jooq.test.sybase.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.sybase.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK;
/**
* The table DBA.t_identity
*/
public static org.jooq.test.sybase.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.sybase.generatedclasses.tables.TIdentity.T_IDENTITY;
public static final org.jooq.test.sybase.generatedclasses.tables.TIdentity T_IDENTITY = org.jooq.test.sybase.generatedclasses.tables.TIdentity.T_IDENTITY;
/**
* The table DBA.t_dates
*/
public static org.jooq.test.sybase.generatedclasses.tables.TDates T_DATES = org.jooq.test.sybase.generatedclasses.tables.TDates.T_DATES;
public static final org.jooq.test.sybase.generatedclasses.tables.TDates T_DATES = org.jooq.test.sybase.generatedclasses.tables.TDates.T_DATES;
/**
* The table DBA.t_booleans
*/
public static org.jooq.test.sybase.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.sybase.generatedclasses.tables.TBooleans.T_BOOLEANS;
public static final org.jooq.test.sybase.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.sybase.generatedclasses.tables.TBooleans.T_BOOLEANS;
/**
* The table DBA.t_triggers
*/
public static org.jooq.test.sybase.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.sybase.generatedclasses.tables.TTriggers.T_TRIGGERS;
public static final org.jooq.test.sybase.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.sybase.generatedclasses.tables.TTriggers.T_TRIGGERS;
/**
* The table DBA.t_658_ref
*/
public static org.jooq.test.sybase.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.sybase.generatedclasses.tables.T_658Ref.T_658_REF;
public static final org.jooq.test.sybase.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.sybase.generatedclasses.tables.T_658Ref.T_658_REF;
/**
* The table DBA.t_725_lob_test
*/
public static org.jooq.test.sybase.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.sybase.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
public static final org.jooq.test.sybase.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.sybase.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST;
/**
* The table DBA.t_785
*/
public static org.jooq.test.sybase.generatedclasses.tables.T_785 T_785 = org.jooq.test.sybase.generatedclasses.tables.T_785.T_785;
public static final org.jooq.test.sybase.generatedclasses.tables.T_785 T_785 = org.jooq.test.sybase.generatedclasses.tables.T_785.T_785;
/**
* An entity holding authors of books
*/
public static org.jooq.test.sybase.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.sybase.generatedclasses.tables.TAuthor.T_AUTHOR;
public static final org.jooq.test.sybase.generatedclasses.tables.TAuthor T_AUTHOR = org.jooq.test.sybase.generatedclasses.tables.TAuthor.T_AUTHOR;
/**
* An entity holding books
*/
public static org.jooq.test.sybase.generatedclasses.tables.TBook T_BOOK = org.jooq.test.sybase.generatedclasses.tables.TBook.T_BOOK;
public static final org.jooq.test.sybase.generatedclasses.tables.TBook T_BOOK = org.jooq.test.sybase.generatedclasses.tables.TBook.T_BOOK;
/**
* A book store
*/
public static org.jooq.test.sybase.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.sybase.generatedclasses.tables.TBookStore.T_BOOK_STORE;
public static final org.jooq.test.sybase.generatedclasses.tables.TBookStore T_BOOK_STORE = org.jooq.test.sybase.generatedclasses.tables.TBookStore.T_BOOK_STORE;
/**
* An m:n relation between books and book stores
*/
public static org.jooq.test.sybase.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.sybase.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
public static final org.jooq.test.sybase.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.sybase.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE;
/**
* The table DBA.x_unused
*/
public static org.jooq.test.sybase.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.sybase.generatedclasses.tables.XUnused.X_UNUSED;
public static final org.jooq.test.sybase.generatedclasses.tables.XUnused X_UNUSED = org.jooq.test.sybase.generatedclasses.tables.XUnused.X_UNUSED;
/**
* The table DBA.t_986_1
*/
public static org.jooq.test.sybase.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.sybase.generatedclasses.tables.T_986_1.T_986_1;
public static final org.jooq.test.sybase.generatedclasses.tables.T_986_1 T_986_1 = org.jooq.test.sybase.generatedclasses.tables.T_986_1.T_986_1;
/**
* The table DBA.t_986_2
*/
public static org.jooq.test.sybase.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.sybase.generatedclasses.tables.T_986_2.T_986_2;
public static final org.jooq.test.sybase.generatedclasses.tables.T_986_2 T_986_2 = org.jooq.test.sybase.generatedclasses.tables.T_986_2.T_986_2;
/**
* The table DBA.t_639_numbers_table
*/
public static org.jooq.test.sybase.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.sybase.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
public static final org.jooq.test.sybase.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.sybase.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE;
/**
* The table DBA.x_test_case_64_69
*/
public static org.jooq.test.sybase.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.sybase.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
public static final org.jooq.test.sybase.generatedclasses.tables.XTestCase_64_69 X_TEST_CASE_64_69 = org.jooq.test.sybase.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69;
/**
* The table DBA.x_test_case_71
*/
public static org.jooq.test.sybase.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.sybase.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
public static final org.jooq.test.sybase.generatedclasses.tables.XTestCase_71 X_TEST_CASE_71 = org.jooq.test.sybase.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71;
/**
* The table DBA.x_test_case_85
*/
public static org.jooq.test.sybase.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.sybase.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
public static final org.jooq.test.sybase.generatedclasses.tables.XTestCase_85 X_TEST_CASE_85 = org.jooq.test.sybase.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85;
/**
* The table DBA.V_LIBRARY
*/
public static org.jooq.test.sybase.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.sybase.generatedclasses.tables.VLibrary.V_LIBRARY;
public static final org.jooq.test.sybase.generatedclasses.tables.VLibrary V_LIBRARY = org.jooq.test.sybase.generatedclasses.tables.VLibrary.V_LIBRARY;
/**
* The table DBA.v_author
*/
public static org.jooq.test.sybase.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.sybase.generatedclasses.tables.VAuthor.V_AUTHOR;
public static final org.jooq.test.sybase.generatedclasses.tables.VAuthor V_AUTHOR = org.jooq.test.sybase.generatedclasses.tables.VAuthor.V_AUTHOR;
/**
* The table DBA.v_book
*/
public static org.jooq.test.sybase.generatedclasses.tables.VBook V_BOOK = org.jooq.test.sybase.generatedclasses.tables.VBook.V_BOOK;
public static final org.jooq.test.sybase.generatedclasses.tables.VBook V_BOOK = org.jooq.test.sybase.generatedclasses.tables.VBook.V_BOOK;
/**
* No instances