StringField_PG constructor

StringField_PG(
  1. GenericDataFields owner,
  2. String fieldName,
  3. bool notNullable,
  4. bool isPrimaryKey,
  5. dynamic maxLength,
)

Implementation

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