PostGisDriver Class

Summary: A driver for the PostGIS database.

Module: aspose.gis.formats.postgis

Full Name: aspose.gis.formats.postgis.PostGisDriver

Inheritance: DatabaseDriver

Aspose.PSD Version: 25.9.0

Methods

NameDescription
from_definition(table_name)Allows the start of the process of configuring the data source IFromDefinitionDataSource for further work with it.
from_query(query)Configuring the data source for custom database queries.

Method: from_definition(table_name)

 from_definition(table_name) 

Allows the start of the process of configuring the data source IFromDefinitionDataSource for further work with it.

Parameters:

ParameterTypeDescription
table_namestringName of the database table from which the data will be extracted

Returns

TypeDescription
FromDefinitionDataSourceBuilderFromDefinitionDataSourceBuilder

Method: from_query(query)

 from_query(query) 

Configuring the data source for custom database queries.

Parameters:

ParameterTypeDescription
querystringQuery string.

Returns

TypeDescription
DatabaseQueryDataSourceBuilderDatabaseQueryDataSourceBuilder