@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface StringTypeInfo

    String collation metadata.

    interface StringTypeInfo {
        alias?: string;
        collation?: string;
        type: STRING;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • StringTypeInfo
    Index

    Properties

    alias?: string
    collation?: string

    Optional DuckDB collation name.

    type: STRING