Searched refs:getCatalog (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DAbstractInput.java27 public Catalog getCatalog() { method in class:AbstractInput
H A DEntityInput.java27 Catalog getCatalog(); method in interface:EntityInput
H A DConverterReader.java47 Catalog catalog = input.getCatalog();
H A DCollectionProxy.java156 new RecordOutput(input.getCatalog(), true);
H A DRecordInput.java66 * @see EntityInput#getCatalog
68 public Catalog getCatalog() { method in class:RecordInput
H A DFormat.java335 final Catalog getCatalog() { method in class:Format
H A DWidenerInput.java231 super(input.getCatalog(), input.isRawAccess());
H A DPersistCatalog.java920 if (this != format.getCatalog()) {
H A DComplexFormat.java1765 Catalog catalog = input.getCatalog();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTupleSerialFactory.java43 public final ClassCatalog getCatalog() { method in class:TupleSerialFactory
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java141 assertSame(catalog, factory.getCatalog());
H A DForeignKeyTest.java166 assertSame(catalog, factory.getCatalog());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTupleSerialFactoryTest.java159 assertSame(catalog, factory.getCatalog());

Completed in 90 milliseconds