/ LJCPHPCodeDoc / LJCDBAccessLib / LJCDbColumns


Syntax

PHP
class LJCDbColumns

Represents a typed Collection of LJCDbColumn objects.

Remarks

It extends (inherits) from class LJCCollectionLib-LJCCollectionBase which provides the "foreach" and "count" functionality.

It includes an AddObject() method that requires the strongly typed LJCDbColumn object collection element. This is what makes the collection strongly typed.

The Get() method retrieves the internal array element by key.

Public Functions
construct Initializes a class instance.
Add Creates an object and adds it to the collection.
AddObject Adds an object and key value.
Clone Creates an object clone.
GetColumns Get the column definitions that match the property names.
MapNames Sets the PropertyName, RenameAs and Caption values for a column.
Retrieve Retrieves the item by Key value.
SetWhereOperators Sets the Where Clause operators.
8 Functions

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.