From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/das/rdb/impl/ChangeOperation.html | 358 +++++++++++++++++++++ 1 file changed, 358 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/ChangeOperation.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/ChangeOperation.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/ChangeOperation.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/ChangeOperation.html new file mode 100644 index 0000000000..a7147f4f82 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/ChangeOperation.html @@ -0,0 +1,358 @@ + + + + + + + +ChangeOperation (Tuscany DAS for Relational Databases incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany DAS for Relational Databases +
+ + + +
+ +

+ +org.apache.tuscany.das.rdb.impl +
+Class ChangeOperation

+
+java.lang.Object
+  extended by org.apache.tuscany.das.rdb.impl.ChangeOperation
+
+
+
Direct Known Subclasses:
CreateOperation, DeleteOperation, UpdateOperation
+
+
+
+
public abstract class ChangeOperation
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  DatabaseObjectdObject + +
+           
+protected  java.lang.StringpropagatedID + +
+           
+  + + + + + + + + + + + + + + + + +
+Constructor Summary
ChangeOperation(DeleteCommandImpl command) + +
+           
ChangeOperation(InsertCommandImpl command, + commonj.sdo.DataObject changedObject) + +
+           
ChangeOperation(UpdateCommandImpl command, + commonj.sdo.DataObject changedObject) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidexecute() + +
+           
+ java.lang.StringgetTableName() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+dObject

+
+protected DatabaseObject dObject
+
+
+
+
+
+ +

+propagatedID

+
+protected java.lang.String propagatedID
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ChangeOperation

+
+public ChangeOperation(DeleteCommandImpl command)
+
+
+
+ +

+ChangeOperation

+
+public ChangeOperation(InsertCommandImpl command,
+                       commonj.sdo.DataObject changedObject)
+
+
+
+ +

+ChangeOperation

+
+public ChangeOperation(UpdateCommandImpl command,
+                       commonj.sdo.DataObject changedObject)
+
+
+ + + + + + + + +
+Method Detail
+ +

+execute

+
+public void execute()
+
+
+
+
+
+
+ +

+getTableName

+
+public java.lang.String getTableName()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany DAS for Relational Databases +
+ + + +
+- + + -- cgit v1.2.3