Uses of Class
adams.db.SpectrumIDConditions
-
Packages that use SpectrumIDConditions Package Description adams.db adams.db.generic adams.db.mirrored -
-
Uses of SpectrumIDConditions in adams.db
Methods in adams.db with parameters of type SpectrumIDConditions Modifier and Type Method Description List<String>
SpectrumF. getValues(String[] fields, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumF. getValues(String[] fields, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumF. getValues(String[] fields, String tables, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumIntf. getValues(String[] fields, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumIntf. getValues(String[] fields, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumIntf. getValues(String[] fields, String tables, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs. -
Uses of SpectrumIDConditions in adams.db.generic
Methods in adams.db.generic with parameters of type SpectrumIDConditions Modifier and Type Method Description List<String>
SpectrumT. getValues(String[] fields, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumT. getValues(String[] fields, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumT. getValues(String[] fields, String tables, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs. -
Uses of SpectrumIDConditions in adams.db.mirrored
Methods in adams.db.mirrored with parameters of type SpectrumIDConditions Modifier and Type Method Description List<String>
SpectrumT. getValues(String[] fields, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumT. getValues(String[] fields, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.List<String>
SpectrumT. getValues(String[] fields, String tables, String where, SpectrumIDConditions cond)
returns all the specified fields in the database, separated by TABs.
-