class documentation

Undocumented

Method __init__ Undocumented
Method as_ax_buchung_historischesflurstueck_list Undocumented
Method as_ax_lagebezeichnung Undocumented
Method as_bool Undocumented
Method as_bool_list Undocumented
Method as_date Undocumented
Method as_date_list Undocumented
Method as_enum Undocumented
Method as_enum_list Undocumented
Method as_float Undocumented
Method as_float_list Undocumented
Method as_int Undocumented
Method as_int_list Undocumented
Method as_ref Undocumented
Method as_ref_list Undocumented
Method as_str Undocumented
Method as_str_list Undocumented
Method as_struct Undocumented
Method as_struct_list Undocumented
Method count Undocumented
Method get_reader Undocumented
Method read_all Undocumented
Constant STD_READERS Undocumented
Instance Variable provider Undocumented
Instance Variable readers Undocumented
Instance Variable schema Undocumented
def __init__(self, provider: gws.plugin.postgres.provider.Object, schema='public'): (source)

Undocumented

def as_ax_buchung_historischesflurstueck_list(self, cls, prop, r): (source)

Undocumented

def as_ax_lagebezeichnung(self, cls, prop, r): (source)

Undocumented

def as_bool(self, cls, prop, r): (source)

Undocumented

def as_bool_list(self, cls, prop, r): (source)

Undocumented

def as_date(self, cls, prop, r): (source)

Undocumented

def as_date_list(self, cls, prop, r): (source)

Undocumented

def as_enum(self, cls, prop, r): (source)

Undocumented

def as_enum_list(self, cls, prop, r): (source)

Undocumented

def as_float(self, cls, prop, r): (source)

Undocumented

def as_float_list(self, cls, prop, r): (source)

Undocumented

def as_int(self, cls, prop, r): (source)

Undocumented

def as_int_list(self, cls, prop, r): (source)

Undocumented

def as_ref(self, cls, prop, r): (source)

Undocumented

def as_ref_list(self, cls, prop, r): (source)

Undocumented

def as_str(self, cls, prop, r): (source)

Undocumented

def as_str_list(self, cls, prop, r): (source)

Undocumented

def as_struct(self, cls, prop, r): (source)

Undocumented

def as_struct_list(self, cls, prop, r): (source)

Undocumented

def count(self, cls, table_name=None): (source)
def get_reader(self, attr): (source)

Undocumented

def read_all(self, cls, table_name=None, uids=None): (source)
STD_READERS: dict[str, str] = (source)

Undocumented

Value
{'Area': 'as_float',
 'Boolean': 'as_bool',
 'CharacterString': 'as_str',
 'Integer': 'as_int',
 'DateTime': 'as_date',
 'Date': 'as_date',
 'AX_Lagebezeichnung': 'as_ax_lagebezeichnung',
...
provider = (source)

Undocumented

readers: dict = (source)

Undocumented

Undocumented