• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/

Lines Matching refs:String

210 	public synchronized void remove(String file, String database, int flags)
219 public synchronized void rename(String file, String database,
220 String newname, int flags)
229 public synchronized boolean verify(String file, String database,
255 public void set_errpfx(String errpfx) /* no exception */ {
259 public String get_errpfx() /* no exception */ {
314 public void err(int error, String message) /* no exception */ {
318 public void errx(String message) /* no exception */ {
338 public String get_filename() throws com.sleepycat.db.DatabaseException {
342 public String get_dbname() throws com.sleepycat.db.DatabaseException {
383 public String get_re_source() throws com.sleepycat.db.DatabaseException {
404 public void open(DbTxn txnid, String file, String database, int type, int flags, int mode) throws com.sleepycat.db.DatabaseException, java.io.FileNotFoundException { db_javaJNI.Db_open(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, file, database, type, flags, mode); }
414 /* package */ void remove0(String file, String database, int flags) { db_javaJNI.Db_remove0(swigCPtr, this, file, database, flags); }
416 /* package */ void rename0(String file, String database, String newname, int flags) { db_javaJNI.Db_rename0(swigCPtr, this, file, database, newname, flags); }
430 public void set_encrypt(String passwd, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_encrypt(swigCPtr, this, passwd, flags); }
456 public void set_re_source(String source) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_re_source(swigCPtr, this, source); }
468 public void upgrade(String file, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_upgrade(swigCPtr, this, file, flags); }
470 /* package */ boolean verify0(String file, String database, java.io.OutputStream outfile, int flags) { return db_javaJNI.Db_verify0(swigCPtr, this, file, database, outfile, flags); }