class documentation

Undocumented

Method __getstate__ Undocumented
Method activate Undocumented
Method configure Undocumented
Method connect Undocumented
Method create_table Undocumented
Method drop Undocumented
Method drop_table Undocumented
Method find_adresse Undocumented
Method find_flurstueck Undocumented
Method has_table Undocumented
Method load_flurstueck Undocumented
Method status Undocumented
Method strasse_list Undocumented
Method table Undocumented
Method table_size Undocumented
Constant ALL_TABLES Undocumented
Constant HAUSNUMMER_NOT_NULL_VALUE Undocumented
Constant INSERT_SIZE Undocumented
Constant TABLES_BASIC Undocumented
Constant TABLES_BUCHUNG Undocumented
Constant TABLES_EIGENTUEMER Undocumented
Constant VERSION Undocumented
Instance Variable columnDct Undocumented
Instance Variable crs Undocumented
Instance Variable excludeGemarkung Undocumented
Instance Variable provider Undocumented
Instance Variable saMeta Undocumented
Instance Variable schema Undocumented
Instance Variable tables Undocumented
Method _drop_table Undocumented
Method _load_flurstueck Undocumented
Method _make_adresse_select Undocumented
Method _make_flurstueck_select Undocumented
Method _make_places_where Undocumented
Method _make_sort Undocumented
Method _table_size_map Undocumented
Instance Variable _strasseList Undocumented

Inherited from Node:

Method cfg Undocumented
Method closest Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method initialize Undocumented
Instance Variable config Undocumented
Instance Variable permissions Undocumented
Method _configure_permissions Undocumented

Inherited from Object (via Node):

Method __repr__ Undocumented

Inherited from INode (via Node, Object):

Method post_configure Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented

Inherited from IObject (via Node, Object, INode):

Method props Undocumented
def __getstate__(self): (source)

Undocumented

def activate(self): (source)

Undocumented

def configure(self): (source)

Undocumented

def connect(self): (source)

Undocumented

def create_table(self, table_id: str, values: list[dict], progress: t.Optional[ProgressIndicator] = None): (source)

Undocumented

def drop(self): (source)

Undocumented

def drop_table(self, table_id: str): (source)

Undocumented

def find_adresse(self, q: dt.AdresseQuery) -> list[dt.Adresse]: (source)

Undocumented

def find_flurstueck(self, q: dt.FlurstueckQuery) -> list[dt.Flurstueck]: (source)

Undocumented

def has_table(self, table_id: str) -> bool: (source)

Undocumented

def load_flurstueck(self, fs_uids: list[str], qo: dt.FlurstueckQueryOptions) -> list[dt.Flurstueck]: (source)

Undocumented

def status(self) -> Status: (source)

Undocumented

def strasse_list(self) -> list[dt.Strasse]: (source)

Undocumented

def table(self, table_id: str) -> sa.Table: (source)

Undocumented

def table_size(self, table_id) -> int: (source)

Undocumented

HAUSNUMMER_NOT_NULL_VALUE: str = (source)

Undocumented

Value
'*'
INSERT_SIZE: int = (source)

Undocumented

Value
5000
VERSION: str = (source)

Undocumented

Value
'8'
columnDct = (source)

Undocumented

Undocumented

excludeGemarkung: set[str] = (source)

Undocumented

saMeta: sa.MetaData = (source)

Undocumented

schema: str = (source)

Undocumented

tables: dict[str, sa.Table] = (source)

Undocumented

def _drop_table(self, conn, table_id): (source)

Undocumented

def _load_flurstueck(self, conn, fs_uids, qo: dt.FlurstueckQueryOptions): (source)

Undocumented

def _make_adresse_select(self, q: dt.AdresseQuery, qo: dt.AdresseQueryOptions): (source)

Undocumented

def _make_flurstueck_select(self, q: dt.FlurstueckQuery, qo: dt.FlurstueckQueryOptions): (source)

Undocumented

def _make_places_where(self, q: dt.FlurstueckQuery|dt.AdresseQuery, table: sa.Table): (source)

Undocumented

def _make_sort(self, sel, sort, table: sa.Table): (source)

Undocumented

def _table_size_map(self, conn, table_ids): (source)

Undocumented

_strasseList: list[dt.Strasse] = (source)

Undocumented