Package mdbtools.dbengine
Interface Table
-
public interface Table
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getColumnCount()
String
getColumnName(int index)
Data
getData()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
getColumnCount
int getColumnCount()
-
getColumnName
String getColumnName(int index)
-
getData
Data getData() throws SQLException
- Throws:
SQLException
-
-