|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.AbstractTableExpression
wt.query.ExternalTableExpression
public class ExternalTableExpression
This class represents a table which can be used in a SQL FROM clause.
The exact table name specified is used directly in the SQL statement.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the attribute: name; Name of the external table. |
void |
setName(String a_Name)
Sets the value of the attribute: name; Name of the external table. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||