DbStruct Pile   version 0.0.1
This pile contains classes that can be used to
pile_schema_api.vrtcol Class Reference
+ Inheritance diagram for pile_schema_api.vrtcol:

Public Member Functions

def __init__
 
def factory (args_, kwargs_)
 
def get_dynamic (self)
 
def set_dynamic (self, dynamic)
 
def get_references (self)
 
def set_references (self, references)
 
def hasContent_ (self)
 
def export
 
def exportAttributes
 
def exportChildren
 
def build (self, node)
 
def buildAttributes (self, node, attrs, already_processed)
 
def buildChildren
 
- Public Member Functions inherited from pile_schema_api.GeneratedsSuper
def gds_format_string
 
def gds_validate_string
 
def gds_format_base64
 
def gds_validate_base64
 
def gds_format_integer
 
def gds_validate_integer
 
def gds_format_integer_list
 
def gds_validate_integer_list
 
def gds_format_float
 
def gds_validate_float
 
def gds_format_float_list
 
def gds_validate_float_list
 
def gds_format_double
 
def gds_validate_double
 
def gds_format_double_list
 
def gds_validate_double_list
 
def gds_format_boolean
 
def gds_validate_boolean
 
def gds_format_boolean_list
 
def gds_validate_boolean_list
 
def gds_validate_datetime
 
def gds_format_datetime
 
def gds_parse_datetime (cls, input_data)
 
def gds_validate_date
 
def gds_format_date
 
def gds_parse_date (cls, input_data)
 
def gds_validate_time
 
def gds_format_time
 
def gds_validate_simple_patterns (self, patterns, target)
 
def gds_parse_time (cls, input_data)
 
def gds_str_lower (self, instring)
 
def get_path_ (self, node)
 
def get_path_list_ (self, node, path_list)
 
def get_class_obj_
 
def gds_build_any
 
def gds_reverse_node_mapping (cls, mapping)
 

Public Attributes

 original_tagname_
 
 dynamic
 
 references
 

Static Public Attributes

dictionary member_data_items_
 
 subclass = None
 
 superclass = None
 
tuple factory = staticmethod(factory)
 
- Static Public Attributes inherited from pile_schema_api.GeneratedsSuper
tuple tzoff_pattern = re_.compile(r'(\+|-)((0\d|1[0-3]):[0-5]\d|14:00)$')
 
tuple Tag_strip_pattern_ = re_.compile(r'\{.*\}')
 

Detailed Description

This is a virtual column that presents values from another table.
The virtual column uses another, real column to locate the table
and the entry in the related model. This element only indicates
the source column in that table and the label. The parent column
element must provide name, label and foreignInsert attributes.
The name of the real column that selects into a foreign
table.Tells if the value for the the cell requires a callback or
is provided by the database.

Member Data Documentation

dictionary pile_schema_api.vrtcol.member_data_items_
static
Initial value:
1 = {
2  'dynamic': MemberSpec_('dynamic', 'xs:boolean', 0),
3  'references': MemberSpec_('references', 'xs:string', 0),
4  }

The documentation for this class was generated from the following file: