OSDN Git Service

EAからOracle用DDLが吐けるようになった
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / cbean / cq / ciq / TOperationCIQ.java
index cc38b3f..5f05257 100644 (file)
@@ -75,12 +75,57 @@ public class TOperationCIQ extends AbstractBsTOperationCQ {
     protected ConditionValue getCValueOperationid() {\r
         return _myCQ.getOperationid();\r
     }\r
+    public String keepOperationid_InScopeSubQuery_TOperationparamsList(TOperationparamsCQ subQuery) {\r
+        return _myCQ.keepOperationid_InScopeSubQuery_TOperationparamsList(subQuery);\r
+    }\r
+    public String keepOperationid_NotInScopeSubQuery_TOperationparamsList(TOperationparamsCQ subQuery) {\r
+        return _myCQ.keepOperationid_NotInScopeSubQuery_TOperationparamsList(subQuery);\r
+    }\r
+    public String keepOperationid_ExistsSubQuery_TOperationparamsList(TOperationparamsCQ subQuery) {\r
+        throw new UnsupportedOperationException("ExistsSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
+    public String keepOperationid_NotExistsSubQuery_TOperationparamsList(TOperationparamsCQ subQuery) {\r
+        throw new UnsupportedOperationException("NotExistsSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
+    public String keepOperationid_DeriveSubQuery_TOperationparamsList(TOperationparamsCQ subQuery) {\r
+        throw new UnsupportedOperationException("DeriveSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
     protected ConditionValue getCValueObjectId() {\r
         return _myCQ.getObjectId();\r
     }\r
     protected ConditionValue getCValueName() {\r
         return _myCQ.getName();\r
     }\r
+    public String keepName_InScopeSubQuery_TConnectorBySourceroleList(TConnectorCQ subQuery) {\r
+        return _myCQ.keepName_InScopeSubQuery_TConnectorBySourceroleList(subQuery);\r
+    }\r
+    public String keepName_InScopeSubQuery_TConnectorByDestroleList(TConnectorCQ subQuery) {\r
+        return _myCQ.keepName_InScopeSubQuery_TConnectorByDestroleList(subQuery);\r
+    }\r
+    public String keepName_NotInScopeSubQuery_TConnectorBySourceroleList(TConnectorCQ subQuery) {\r
+        return _myCQ.keepName_NotInScopeSubQuery_TConnectorBySourceroleList(subQuery);\r
+    }\r
+    public String keepName_NotInScopeSubQuery_TConnectorByDestroleList(TConnectorCQ subQuery) {\r
+        return _myCQ.keepName_NotInScopeSubQuery_TConnectorByDestroleList(subQuery);\r
+    }\r
+    public String keepName_ExistsSubQuery_TConnectorBySourceroleList(TConnectorCQ subQuery) {\r
+        throw new UnsupportedOperationException("ExistsSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
+    public String keepName_ExistsSubQuery_TConnectorByDestroleList(TConnectorCQ subQuery) {\r
+        throw new UnsupportedOperationException("ExistsSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
+    public String keepName_NotExistsSubQuery_TConnectorBySourceroleList(TConnectorCQ subQuery) {\r
+        throw new UnsupportedOperationException("NotExistsSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
+    public String keepName_NotExistsSubQuery_TConnectorByDestroleList(TConnectorCQ subQuery) {\r
+        throw new UnsupportedOperationException("NotExistsSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
+    public String keepName_DeriveSubQuery_TConnectorBySourceroleList(TConnectorCQ subQuery) {\r
+        throw new UnsupportedOperationException("DeriveSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
+    public String keepName_DeriveSubQuery_TConnectorByDestroleList(TConnectorCQ subQuery) {\r
+        throw new UnsupportedOperationException("DeriveSubQuery at inline() is unsupported! Sorry!");\r
+    }\r
     protected ConditionValue getCValueScope() {\r
         return _myCQ.getScope();\r
     }\r