TimeField_PG constructor

TimeField_PG(
  1. GenericDataFields owner,
  2. String fieldName,
  3. bool isPrimaryKey,
  4. bool notNullable,
)

Implementation

TimeField_PG(GenericDataFields owner, String fieldName, bool isPrimaryKey,
    bool notNullable)
    : super(owner, fieldName, isPrimaryKey, notNullable);