added joined member variable
[plcapi.git] / PLC / Parameter.py
index c2b3466..c5b79f9 100644 (file)
@@ -21,7 +21,8 @@ class Parameter:
                  ro = False,
                  nullok = False, 
                  primary_key = False, 
-                 indexed = False):
+                 indexed = False,
+                 joined=False):
         # Basic type of the parameter. Must be a builtin type
         # that can be marshalled by XML-RPC.
         self.type = typeval