Uses of Class
org.jooq.meta.jaxb.SyntheticReadonlyRowidType
-
Packages that use SyntheticReadonlyRowidType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticReadonlyRowidType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticReadonlyRowidType Modifier and Type Method Description List<SyntheticReadonlyRowidType>AbstractDatabase. getConfiguredSyntheticReadonlyRowids()List<SyntheticReadonlyRowidType>Database. getConfiguredSyntheticReadonlyRowids()Get the configured synthetic readonly rowids.List<SyntheticReadonlyRowidType>AbstractDatabase. getUnusedSyntheticReadonlyRowids()List<SyntheticReadonlyRowidType>Database. getUnusedSyntheticReadonlyRowids()Retrieve the not-yet used synthetic readonly rowids.Methods in org.jooq.meta with parameters of type SyntheticReadonlyRowidType Modifier and Type Method Description voidAbstractDatabase. markUsed(SyntheticReadonlyRowidType readonlyRowid)voidDatabase. markUsed(SyntheticReadonlyRowidType readonlyRowid)Mark a synthetic readonly rowids as used. -
Uses of SyntheticReadonlyRowidType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticReadonlyRowidType Modifier and Type Field Description protected List<SyntheticReadonlyRowidType>SyntheticObjectsType. readonlyRowidsMethods in org.jooq.meta.jaxb that return SyntheticReadonlyRowidType Modifier and Type Method Description SyntheticReadonlyRowidTypeObjectFactory. createSyntheticReadonlyRowidType()Create an instance ofSyntheticReadonlyRowidTypeSyntheticReadonlyRowidTypeSyntheticReadonlyRowidType. withName(String value)The optional ROWID column name.SyntheticReadonlyRowidTypeSyntheticReadonlyRowidType. withTables(String value)A regular expression matching all tables on which to apply this synthetic ROWID.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticReadonlyRowidType Modifier and Type Method Description List<SyntheticReadonlyRowidType>SyntheticObjectsType. getReadonlyRowids()Methods in org.jooq.meta.jaxb with parameters of type SyntheticReadonlyRowidType Modifier and Type Method Description SyntheticObjectsTypeSyntheticObjectsType. withReadonlyRowids(SyntheticReadonlyRowidType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticReadonlyRowidType Modifier and Type Method Description voidSyntheticObjectsType. setReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids)SyntheticObjectsTypeSyntheticObjectsType. withReadonlyRowids(Collection<SyntheticReadonlyRowidType> values)SyntheticObjectsTypeSyntheticObjectsType. withReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids)
-