public class MzDbReaderQueries extends Object
Constructor and Description |
---|
MzDbReaderQueries() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getBoundingBoxData(int bbId,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the bounding box data.
|
static int |
getBoundingBoxesCount(int runSliceId,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the bounding box count.
|
static int |
getBoundingBoxesCount(com.almworks.sqlite4java.SQLiteConnection connection)
Gets the bounding box count.
|
static long |
getBoundingBoxFirstSpectrumId(long spectrumId,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the bounding box first spectrum index.
|
static float |
getBoundingBoxMinMz(int bbId,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the bounding box min mz.
|
static float |
getBoundingBoxMinTime(int bbId,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the bounding box min time.
|
static int |
getBoundingBoxMsLevel(int bbId,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the bounding box ms level.
|
static int |
getCyclesCount(com.almworks.sqlite4java.SQLiteConnection connection)
Gets the cycle count.
|
static int |
getDataEncodingsCount(com.almworks.sqlite4java.SQLiteConnection connection)
Gets the data encoding count.
|
static float |
getLastTime(com.almworks.sqlite4java.SQLiteConnection connection)
Gets the last time.
|
static int |
getMaxMsLevel(com.almworks.sqlite4java.SQLiteConnection connection)
Gets the max ms level.
|
static String |
getModelVersion(com.almworks.sqlite4java.SQLiteConnection connection) |
static int[] |
getMzRange(int msLevel,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the mz range.
|
static String |
getPwizMzDbVersion(com.almworks.sqlite4java.SQLiteConnection connection) |
static int |
getRunSlicesCount(com.almworks.sqlite4java.SQLiteConnection connection)
Gets the run slice count.
|
static int |
getSpectraCount(int msLevel,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the spectra count for a given MS level.
|
static int |
getSpectraCount(com.almworks.sqlite4java.SQLiteConnection connection)
Gets the spectra count.
|
static int |
getTableRecordsCount(String tableName,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the table records count.
|
public static String getModelVersion(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
public static String getPwizMzDbVersion(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
public static float getLastTime(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getMaxMsLevel(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int[] getMzRange(int msLevel, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
msLevel
- the ms levelcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getBoundingBoxesCount(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getBoundingBoxesCount(int runSliceId, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
runSliceId
- the run slice idcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getCyclesCount(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
public static int getDataEncodingsCount(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getSpectraCount(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getSpectraCount(int msLevel, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the SQLite exceptionpublic static int getRunSlicesCount(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getTableRecordsCount(String tableName, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
tableName
- the table namecom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static byte[] getBoundingBoxData(int bbId, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
bbId
- the bb idcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static long getBoundingBoxFirstSpectrumId(long spectrumId, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
spectrumId
- the spectrum idcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static float getBoundingBoxMinMz(int bbId, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
bbId
- the bb idcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static float getBoundingBoxMinTime(int bbId, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
bbId
- the bb idcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic static int getBoundingBoxMsLevel(int bbId, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
bbId
- the bb idcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionCopyright © 2019. All rights reserved.