Searched refs:fieldFormat (Results 1 - 4 of 4) 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/impl/
H A DRecordOutput.java40 public void writeObject(Object o, Format fieldFormat) { argument
67 * need to check the fieldFormat (and it will be null) for non-raw
72 format = RawAbstractInput.checkRawType(catalog, o, fieldFormat);
114 public void writeKeyObject(Object o, Format fieldFormat) { argument
128 if (fieldFormat.isPrimitive()) {
129 fieldFormat = fieldFormat.getWrapperFormat();
135 if (fieldFormat != format) {
139 fieldFormat.getClassName());
143 fieldFormat
[all...]
H A DEntityOutput.java36 void writeObject(Object o, Format fieldFormat); argument
42 void writeKeyObject(Object o, Format fieldFormat); argument
H A DRecordInput.java189 KeyLocation getKeyLocation(Format fieldFormat) { argument
191 if (!fieldFormat.isPrimitive()) {
208 fieldFormat = catalog.getFormat(formatId);
211 return new KeyLocation(input, fieldFormat);
H A DPersistKeyCreator.java158 Format fieldFormat = entityFormat.skipToSecKey(input, keyName);
159 if (fieldFormat != null) {
161 return input.getKeyLocation(fieldFormat);

Completed in 114 milliseconds