Uses of Class
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStoreDB.FETCHFIRSTSYNTAX
-
Packages that use RDBDocumentStoreDB.FETCHFIRSTSYNTAX Package Description org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of RDBDocumentStoreDB.FETCHFIRSTSYNTAX in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return RDBDocumentStoreDB.FETCHFIRSTSYNTAX Modifier and Type Method Description RDBDocumentStoreDB.FETCHFIRSTSYNTAXRDBDocumentStoreDB. getFetchFirstSyntax()Query syntax for "FETCH FIRST"static RDBDocumentStoreDB.FETCHFIRSTSYNTAXRDBDocumentStoreDB.FETCHFIRSTSYNTAX. valueOf(String name)Returns the enum constant of this type with the specified name.static RDBDocumentStoreDB.FETCHFIRSTSYNTAX[]RDBDocumentStoreDB.FETCHFIRSTSYNTAX. values()Returns an array containing the constants of this enum type, in the order they are declared.
-