gws.common.db.provider

class gws.common.db.provider.Object[source]
class gws.common.db.provider.Sql[source]
select(args: gws.types.SelectArgs, extra_connect_params: dict = None) → List[gws.types.IFeature][source]
edit_operation(operation: str, table: gws.types.SqlTable, features: List[gws.types.IFeature]) → List[gws.types.IFeature][source]
describe(table: gws.types.SqlTable) → Dict[str, gws.types.SqlTableColumn][source]