DBRow.hasStaticLength

Undocumented in source.
  1. enum hasStaticLength;
    struct DBRow(Specs...)
    static if(isDynamicArray!T && !isSomeString!T)
    enum hasStaticLength = false;
  2. enum hasStaticLength;
  3. enum hasStaticLength;

Meta