UNB Components Code Reference

UnbDbAutoValue class

Represents an auto-increment/sequenca value in a database query.

Use an instance of this class as query parameter whenever the actual value stored in the database shall be automatically incremented. Only one query parameter of this type is allowed in a single query.

Public methods

   Class constructor

Class constructor.

   GetTable

Gets the table name the auto value is requested for.

Private fields

table

The database table the auto value is requested for.

Implementation file: database.class.php, line 1234

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.