public interface MetakitService extends Service
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| String[] | getColumNames(int table) | 
| String[] | getColumnNames(String table) | 
| Class[] | getColumnTypes(int table) | 
| Class[] | getColumnTypes(String table) | 
| int | getRowCount(int table) | 
| int | getRowCount(String table) | 
| Object[] | getRowData(int row,
          int table) | 
| Object[] | getRowData(int row,
          String table) | 
| int | getTableCount() | 
| Object[][] | getTableData(int table) | 
| Object[][] | getTableData(String table) | 
| String[] | getTableNames() | 
| void | initialize(RandomAccessInputStream file) | 
| void | initialize(String file) | 
void initialize(String file) throws IOException
IOExceptionvoid initialize(RandomAccessInputStream file) throws IOException
IOExceptionint getTableCount()
String[] getTableNames()
String[] getColumNames(int table)
Object[][] getTableData(int table)
Object[] getRowData(int row, int table)
int getRowCount(int table)
int getRowCount(String table)
Class[] getColumnTypes(int table)
void close()
Copyright © 2014 Open Microscopy Environment