Searched refs:getSecondaryIndex (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawStore.java83 getSecondaryIndex(String entityClass, String keyName) method in class:RawStore
86 return store.getSecondaryIndex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleDA.java21 // Last field in the getSecondaryIndex() method must be
24 sIdx = store.getSecondaryIndex(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityStore.java55 * getPrimaryIndex} and {@link #getSecondaryIndex getSecondaryIndex}. Then use
72 * #getSecondaryIndex getSecondaryIndex}. The {@link #setSequenceConfig
228 getSecondaryIndex(PrimaryIndex<PK,E> primaryIndex, method in class:EntityStore
233 return store.getSecondaryIndex
280 return store.getSecondaryIndex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java61 sec1 = store.getSecondaryIndex(primary, Integer.class, "k1");
62 sec2 = store.getSecondaryIndex(primary, Integer.class, "k2");
63 sec3 = store.getSecondaryIndex(primary, Integer.class, "k3");
H A DOperationTest.java185 store.getSecondaryIndex(priIndex, Integer.class, "secKey");
219 store.getSecondaryIndex(priIndex, Integer.class, "secKey");
300 store.getSecondaryIndex(priIndex, Integer.class, "secKey");
403 store.getSecondaryIndex(priIndex, Integer.class, "secKey");
669 rawStore.getSecondaryIndex(clsName, "secKey");
677 * referenced when getSecondaryIndex was called. This was a bug in JE
688 store.getSecondaryIndex(priIndex, ToManyKey.class, "key2");
713 store.getSecondaryIndex(priIndex, ToManyKey.class, "key2");
857 secX = store.getSecondaryIndex(priX, Integer.class, "key2");
862 secX = store.getSecondaryIndex(pri
[all...]
H A DIndexTest.java90 store.getSecondaryIndex(primary, Integer.class, "oneToOne");
92 store.getSecondaryIndex(primary, Integer.class, "manyToOne");
94 store.getSecondaryIndex(primary, Integer.class, "oneToMany");
96 store.getSecondaryIndex(primary, Integer.class, "manyToMany");
110 oneToOneRaw = rawStore.getSecondaryIndex(clsName, "oneToOne");
111 manyToOneRaw = rawStore.getSecondaryIndex(clsName, "manyToOne");
112 oneToManyRaw = rawStore.getSecondaryIndex(clsName, "oneToMany");
113 manyToManyRaw = rawStore.getSecondaryIndex(clsName, "manyToMany");
H A DForeignKeyTest.java99 sec1 = store.getSecondaryIndex(pri1, String.class, "sk");
101 sec2 = store.getSecondaryIndex
H A DEvolveClasses.java987 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
3945 checkValues(store.getSecondaryIndex
3947 checkValues(store.getSecondaryIndex
3949 checkValues(store.getSecondaryIndex
3951 checkValues(store.getSecondaryIndex
3953 checkValues(store.getSecondaryIndex
3955 checkValues(store.getSecondaryIndex
3957 checkValues(store.getSecondaryIndex
3959 checkValues(store.getSecondaryIndex
3961 checkValues(store.getSecondaryIndex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DPersonExample.java116 personByParentSsn = store.getSecondaryIndex(
119 personByEmailAddresses = store.getSecondaryIndex(
122 personByEmployerIds = store.getSecondaryIndex(
128 employerByName = store.getSecondaryIndex(
H A DEventExampleDPL.java174 eventByPrice = store.getSecondaryIndex(eventByTime,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java513 * A getSecondaryIndex with extra parameters for opening a raw store.
518 getSecondaryIndex(PrimaryIndex<PK,E1> primaryIndex, method in class:Store
671 * primary, i.e., getSecondaryIndex is not being called. If
674 * getSecondaryIndex is subsequently called, the secondary database

Completed in 201 milliseconds