public class ResultSetData
extends java.lang.Object
| Constructor and Description |
|---|
ResultSetData()
default constructor
|
ResultSetData(java.lang.String tableName,
java.lang.String columnName,
java.lang.String tableAliasName)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
get the column name
|
java.lang.String |
getTableAliasName()
get the alias name of the table
|
java.lang.String |
getTableName()
get the name of the table
|
void |
setColumnName(java.lang.String name)
set the column name
|
void |
setTableAliasName(java.lang.String name)
set the alias name of the table
|
void |
setTableName(java.lang.String name)
set the name of the table
|
public ResultSetData()
public ResultSetData(java.lang.String tableName,
java.lang.String columnName,
java.lang.String tableAliasName)
tableName - the name of a tablecolumnName - the name of a columntableAliasName - the alias name of a tablepublic java.lang.String getColumnName()
public void setColumnName(java.lang.String name)
name - the name of the column to set.public java.lang.String getTableName()
public void setTableName(java.lang.String name)
name - The name of the table to set.public java.lang.String getTableAliasName()
public void setTableAliasName(java.lang.String name)
name - The alias name of the table to set.