|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.rdb.sql.SQLClause
|
+--com.jdc.rdb.sql.dml.DMLClause
|
+--com.jdc.rdb.sql.dml.clause.Correlation
Correlation represents a Delete
SQL statement correlation clause. The correlation
clause specifies the Table correlation name defined
as a designator of the immediately preceding table name.
Delete,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.rdb.sql.dml.DMLClause |
sqlClause |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Correlation()
Constructs a new Correlation clause object. |
|
Correlation(String name)
Constructs a new Correlation clause object for the specified
correlation name. |
|
| Method Summary | |
String |
getKeyword()
Returns the Correlation clause keyword. |
String |
getValue()
Returns the Correlation clause value. |
Correlation |
setName(String name)
Sets the Table correlation name defined as a
designator of the immediately preceding table name. |
String |
toString()
Returns a String representation of this Correlation clause. |
| Methods inherited from class com.jdc.rdb.sql.dml.DMLClause |
getKeyword |
| Methods inherited from class com.jdc.rdb.sql.SQLClause |
contains, setKeyword, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Correlation()
Correlation clause object.
public Correlation(String name)
Correlation clause object for the specified
correlation name. A correlation name is defined as a designator of
the immediately preceding table name.
SQLInvalidException - No correlation name is specified.setName(String)| Method Detail |
public String getKeyword()
Correlation clause keyword.
getKeyword in class SQLClauseCorrelation clause keyword.public String getValue()
Correlation clause value.
getValue in class SQLClauseCorrelation clause value.public Correlation setName(String name)
Table correlation name defined as a
designator of the immediately preceding table name.
Correlation clause object.
SQLInvalidException - No correlation name is specified.public String toString()
String representation of this Correlation clause.
toString in interface UpdateClausetoString in class SQLClauseString representation of this Correlation clause.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||