KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > datadictionarysystem > information > _FullTextIndexInformation


1 package com.daffodilwoods.daffodildb.server.datadictionarysystem.information;
2
3 public interface _FullTextIndexInformation extends java.io.Externalizable JavaDoc{
4   _FullTextIndexInfo getIndexInfo(int index);
5 }
6
7
Popular Tags