KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > datasystem > interfaces > _IndexItertorInfo


1 package com.daffodilwoods.daffodildb.server.datasystem.interfaces;
2
3 import com.daffodilwoods.database.resource.*;
4 public interface _IndexItertorInfo {
5
6     public int getBtreeIndex() throws DException;
7 }
8
Popular Tags