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

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseConfig.java55 private java.io.File recordSource = null; field in class:DatabaseConfig
1462 The recordSource parameter specifies an underlying flat text
1526 @param recordSource
1535 public void setRecordSource(final java.io.File recordSource) { argument
1536 this.recordSource = recordSource;
1550 return recordSource;
2054 if (recordSource != oldConfig.recordSource)
2056 (recordSource
[all...]

Completed in 83 milliseconds