Searched refs:KeyField (Results 1 - 14 of 14) sorted by relevance

/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 DEnhanced3.java22 import com.sleepycat.persist.model.KeyField;
32 @KeyField(1) boolean z;
33 @KeyField(2) char c;
34 @KeyField(3) byte b;
35 @KeyField(4) short s;
36 @KeyField(5) int i;
37 @KeyField(6) long l;
38 @KeyField(7) float f;
39 @KeyField(8) double d;
41 @KeyField(
[all...]
H A DSequenceTest.java23 import com.sleepycat.persist.model.KeyField;
286 @KeyField(1)
311 @KeyField(1)
336 @KeyField(1)
361 @KeyField(1)
386 @KeyField(1)
411 @KeyField(1)
436 @KeyField(1)
461 @KeyField(1)
H A DNegativeTest.java21 import com.sleepycat.persist.model.KeyField;
82 assertTrue(expected.getMessage().indexOf("@KeyField") >= 0);
87 /** Missing @KeyField in composite key class. */
160 @KeyField(1)
174 @KeyField(1)
176 @KeyField(2)
H A DOperationTest.java35 import com.sleepycat.persist.model.KeyField;
617 @KeyField(1)
636 @KeyField(1)
721 @KeyField(1)
H A DEvolveClasses.java35 import com.sleepycat.persist.model.KeyField;
3449 @KeyField(1)
3452 @KeyField(2)
3455 @KeyField(3)
3668 @KeyField(1)
3671 @KeyField(2)
3674 @KeyField(3)
3677 @KeyField(4)
3680 @KeyField(5)
3683 @KeyField(
[all...]
H A DBindingTest.java59 import com.sleepycat.persist.model.KeyField;
1014 @KeyField(3)
1016 @KeyField(2)
1018 @KeyField(1)
1020 @KeyField(4)
1146 @KeyField(2)
1148 @KeyField(1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DKeyField.java6 * $Id: KeyField.java,v 1.1 2008/02/07 17:12:28 mark Exp $
22 * the {@code Comparable} interface is not implemented. The {@code KeyField}
28 * KeyField} annotation must be present on each non-transient instance field of
29 * the composite key class. The {@code KeyField} value must be a number
49 * {@literal @KeyField(1) String kingdom;}
50 * {@literal @KeyField(2) String phylum;}
51 * {@literal @KeyField(3) String clazz;}
52 * {@literal @KeyField(4) String order;}
53 * {@literal @KeyField(5) String family;}
54 * {@literal @KeyField(
130 public @interface KeyField { interface
[all...]
H A DAnnotationModel.java36 * KeyField}. A good starting point is {@link Entity}.</p>
237 KeyField keyField = field.getAnnotation(KeyField.class);
242 ("Unreasonable @KeyField index value " + value +
250 ("@KeyField index value " + value +
265 ("@KeyField is missing on one or more instance fields: " +
271 ("@KeyField is missing for index value " + (i + 1) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java22 import com.sleepycat.persist.model.KeyField;
49 @KeyField(1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp95 KeyField = false;
775 if (colDefs[i].KeyField)
1292 if ((typeOfWhere == DB_WHERE_KEYFIELDS && colDefs[colNumber].KeyField) ||
1509 if (colDefs[i].KeyField)
1520 if (colDefs[i].KeyField)
1564 if (colDefs[i].KeyField)
2344 colDefs[index].KeyField = keyField;
2911 if (colDefs[i].KeyField)
2936 if (colDefs[i].KeyField)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h54 bool KeyField; // true if this column is part of the PRIMARY KEY to the table; Date fields should NOT be KeyFields. member in class:wxDbColDef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile512 $(JAVA_SLEEPYCAT)/persist/model/KeyField.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in507 $(JAVA_SLEEPYCAT)/persist/model/KeyField.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex1619 bool KeyField; - Is column part of the PRIMARY KEY for the
3669 colDefs[0].KeyField = true;

Completed in 108 milliseconds