Constructor and Description |
---|
SQLTable(String schemaName,
String sqlTableOrView) |
SQLTable(String schemaName,
String sqlTableOrView,
List<SQLField> fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<SQLField> |
getFields()
Returns the list of
SQLField fields on this table or view. |
String |
getSchemaName()
Returns the specified schema name.
|
String |
getSQLTableOrView()
Returns the specified table or view name.
|
int |
hashCode() |
void |
setFields(List<SQLField> fields)
Sets a list of
SQLField fields to this table or view. |
public SQLTable(String schemaName, String sqlTableOrView) throws DataExchangeException
DataExchangeException
public SQLTable(String schemaName, String sqlTableOrView, List<SQLField> fields) throws DataExchangeException
DataExchangeException
public final String getSQLTableOrView()
public final String getSchemaName()
public final void setFields(List<SQLField> fields)
SQLField
fields to this table or view.public final List<SQLField> getFields()
SQLField
fields on this table or view.