Portal.bind

Simple portal bind, wich binds all parameters as strings and requests all result columns in text format.

  1. void bind(FormatCode[] resCodes = null)
  2. void bind(in Args args)
  3. void bind(scope FR paramCodeRange, scope PR paramRange, scope RR returnCodeRange)
  4. void bind(scope const(Nullable!string)[] args)
    class Portal(ConnT)
    final
    void
    bind
    pure
    (
    scope const(Nullable!string)[] args
    )

Meta