public class JDBCTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
conn |
protected java.lang.String |
tableName |
Constructor and Description |
---|
JDBCTable(java.lang.String tableName,
java.sql.Connection conn) |
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getConnection() |
java.lang.String |
getTableName() |