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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseType.java42 public static final DatabaseType RECNO = field in class:DatabaseType
43 new DatabaseType("RECNO", DbConstants.DB_RECNO);
61 return DatabaseType.RECNO;
H A DDatabaseConfig.java2127 if (type == DatabaseType.QUEUE || type == DatabaseType.RECNO) {
2131 if (type == DatabaseType.RECNO) {
/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 DTestStore.java52 static final TestStore RECNO; field in class:TestStore
138 RECNO = new TestStore("recno", config);
139 RECNO.indexOf = RECNO;
140 list.add(RECNO);
149 RECNO = null;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DAppendRecnoTest.java68 dbConfig.setType(DatabaseType.RECNO);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java84 return dbConfig.getType() == DatabaseType.RECNO;
238 dbConfig.setType(DatabaseType.RECNO);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm280 if ($db_version > 1 and defined $arg[4] and $arg[4] =~ /RECNO/ and
603 # RECNO only
1339 In order to make RECNO more compatible with Perl, the array offset for
1340 all RECNO arrays begins at 0 rather than 1 as in Berkeley DB.
1342 As with normal Perl arrays, a RECNO array can be accessed using
1379 Here is a simple example that uses RECNO (if you are using a version
1381 L<Extra RECNO Methods> for a workaround).
1429 =head2 Extra RECNO Methods
2234 records using the RECNO file format. This problem has been fixed since
H A DDB_File.xs27 Allow negative subscripts with RECNO interface.
35 1.07 - Fixed bug with RECNO, where bval wasn't defaulting to "\n".
43 1.14 - Made it illegal to tie an associative array to a RECNO
839 printf ("RECNO Info\n") ;
1665 # These would be nice for RECNO
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java232 config.setType(DatabaseType.RECNO);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2386 RECNO -
2520 set names { -recno DB_RECNO RECNO db_recno rec recno}

Completed in 178 milliseconds