Open SiteSearch 4.1.1
Final

ORG.oclc.db
Interface ElementSetName

All Known Implementing Classes:
ElementSetNameF

public abstract interface ElementSetName


Method Summary
 DbPresentData[] getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, Object dbUsesrData)
           
 void initialize(String dbName, IniFile inifile)
           
 

Method Detail

initialize

public void initialize(String dbName,
                       IniFile inifile)

getRecords

public DbPresentData[] getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb,
                                  String syntax,
                                  String parms,
                                  int[] recnos,
                                  long[] scores,
                                  Object dbUserData)
                           throws Diagnostic1

getRecords

public DbPresentData[] getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb,
                                  String syntax,
                                  String parms,
                                  int[] recnos,
                                  Object dbUsesrData)
                           throws Diagnostic1

Open SiteSearch 4.1.1
Final