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
| Name | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| table_name | string | Name of the database table from which the data will be extracted |
Returns
| Type | Description |
|---|---|
| FromDefinitionDataSourceBuilder | FromDefinitionDataSourceBuilder |
Method: from_query(query)
from_query(query)
Configuring the data source for custom database queries.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| query | string | Query string. |
Returns
| Type | Description |
|---|---|
| DatabaseQueryDataSourceBuilder | DatabaseQueryDataSourceBuilder |