JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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 Details
getName
String
getName
()
getColumnCount
int
getColumnCount
()
getColumnName
String
getColumnName
(int index)
getData
Data
getData
() throws
SQLException
Throws:
SQLException