public interface Table
| Modifier and Type | Method and Description | 
|---|---|
| int | getColumnCount() | 
| String | getColumnName(int index) | 
| Data | getData() | 
| String | getName() | 
String getName()
int getColumnCount()
String getColumnName(int index)
Data getData() throws SQLException
SQLExceptionCopyright © 2014 Open Microscopy Environment