dbbtreeprefix.java

来自「介绍:MySQL是比较出名的数据库软件」· Java 代码 · 共 22 行

JAVA
22
字号
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000 *	Sleepycat Software.  All rights reserved. * *	$Id: DbBtreePrefix.java,v 11.2 2000/07/04 20:53:19 dda Exp $ */package com.sleepycat.db;/* * This interface is used by DbEnv.set_bt_prefix() *  */public interface DbBtreePrefix{    public abstract int bt_prefix(Db db, Dbt dbt1, Dbt dbt2);}// end of DbBtreePrefix.java

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?