Uses of Class
org.apache.jackrabbit.oak.plugins.document.rdb.RDBRow
-
Packages that use RDBRow Package Description org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of RDBRow in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return RDBRow Modifier and Type Method Description @Nullable RDBRowRDBDocumentStoreJDBC. read(Connection connection, org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.RDBTableMetaData tmd, String id, long lastmodcount, long lastmodified)Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return types with arguments of type RDBRow Modifier and Type Method Description @NotNull List<RDBRow>RDBDocumentStoreJDBC. query(Connection connection, org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.RDBTableMetaData tmd, String minId, String maxId, List<String> excludeKeyPatterns, List<RDBDocumentStore.QueryCondition> conditions, int limit)@NotNull Iterator<RDBRow>RDBDocumentStoreJDBC. queryAsIterator(RDBConnectionHandler ch, org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.RDBTableMetaData tmd, String minId, String maxId, List<String> excludeKeyPatterns, List<RDBDocumentStore.QueryCondition> conditions, int limit, String sortBy)List<RDBRow>RDBDocumentStoreJDBC. read(Connection connection, org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.RDBTableMetaData tmd, Collection<String> allKeys)Methods in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type RDBRow Modifier and Type Method Description protected <T extends Document>
TRDBDocumentStore. convertFromDBObject(@NotNull Collection<T> collection, @NotNull RDBRow row)<T extends Document>
TRDBDocumentSerializer. fromRow(@NotNull Collection<T> collection, @NotNull RDBRow row)
-