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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbSequence.java83 public void set_cachesize(int size) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbSequence_set_cachesize(swigCPtr, this, size); }
H A Ddb_javaJNI.java316 public final static native void DbSequence_set_cachesize(long jarg1, DbSequence jarg1_, int jarg2) throws com.sleepycat.db.DatabaseException; method in class:db_javaJNI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c3451 SWIGINTERN db_ret_t DbSequence_set_cachesize(struct DbSequence *self,int32_t size){ function
10439 result = (db_ret_t)DbSequence_set_cachesize(arg1,arg2);

Completed in 99 milliseconds