qgisLayerDbFieldsInfo
in package
Tags
Table of Contents
Properties
- $dataFields : array<string|int, jDbFieldProperties>
- $geometryColumn : string
- $geometryType : string
- $primaryKeys : array<string|int, string>
- $cnx : jDbConnection
Methods
- __construct() : mixed
- getQuotedValue() : mixed
- getSQLRefEquality() : mixed
Properties
$dataFields
public
array<string|int, jDbFieldProperties>
$dataFields
= array()
$geometryColumn
public
string
$geometryColumn
= ''
name of the geometry column
$geometryType
public
string
$geometryType
= ''
name of the geometry type
$primaryKeys
public
array<string|int, string>
$primaryKeys
= array()
list of primary key names
$cnx
protected
jDbConnection
$cnx
Methods
__construct()
public
__construct(jDbConnection $cnx) : mixed
Parameters
- $cnx : jDbConnection
getQuotedValue()
public
getQuotedValue(mixed $ref, mixed $value) : mixed
Parameters
- $ref : mixed
- $value : mixed
getSQLRefEquality()
public
getSQLRefEquality(mixed $ref, mixed $value) : mixed
Parameters
- $ref : mixed
- $value : mixed