Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PSWriter :: State Builder m -> PSWriter m

    diagrams-postscript Graphics.Rendering.Postscript

    No documentation available.

  2. newtype ParamIndex

    direct-sqlite Database.SQLite3

    Index of a parameter in a parameterized query. Parameter indices start from 1. When a query is prepared, SQLite allocates an array indexed from 1 to the highest parameter index. For example:

    >Right stmt <- prepare conn "SELECT ?1, ?5, ?3, ?"
    >bindParameterCount stmt
    ParamIndex 6
    
    This will allocate an array indexed from 1 to 6 (? takes the highest preceding index plus one). The array is initialized with null values. When you bind a parameter with bindSQLData, it assigns a new value to one of these indices. See https://www.sqlite.org/lang_expr.html#varparam for the syntax of parameter placeholders, and how parameter indices are assigned.

  3. ParamIndex :: Int -> ParamIndex

    direct-sqlite Database.SQLite3

    No documentation available.

  4. newtype ParamIndex

    direct-sqlite Database.SQLite3.Bindings.Types

    Index of a parameter in a parameterized query. Parameter indices start from 1. When a query is prepared, SQLite allocates an array indexed from 1 to the highest parameter index. For example:

    >Right stmt <- prepare conn "SELECT ?1, ?5, ?3, ?"
    >bindParameterCount stmt
    ParamIndex 6
    
    This will allocate an array indexed from 1 to 6 (? takes the highest preceding index plus one). The array is initialized with null values. When you bind a parameter with bindSQLData, it assigns a new value to one of these indices. See https://www.sqlite.org/lang_expr.html#varparam for the syntax of parameter placeholders, and how parameter indices are assigned.

  5. ParamIndex :: Int -> ParamIndex

    direct-sqlite Database.SQLite3.Bindings.Types

    No documentation available.

  6. newtype ParamIndex

    direct-sqlite Database.SQLite3.Direct

    Index of a parameter in a parameterized query. Parameter indices start from 1. When a query is prepared, SQLite allocates an array indexed from 1 to the highest parameter index. For example:

    >Right stmt <- prepare conn "SELECT ?1, ?5, ?3, ?"
    >bindParameterCount stmt
    ParamIndex 6
    
    This will allocate an array indexed from 1 to 6 (? takes the highest preceding index plus one). The array is initialized with null values. When you bind a parameter with bindSQLData, it assigns a new value to one of these indices. See https://www.sqlite.org/lang_expr.html#varparam for the syntax of parameter placeholders, and how parameter indices are assigned.

  7. ParamIndex :: Int -> ParamIndex

    direct-sqlite Database.SQLite3.Direct

    No documentation available.

  8. ParallelShutdown :: ShutdownMode

    distributed-process-supervisor Control.Distributed.Process.Supervisor

    No documentation available.

  9. Permanent :: RestartPolicy

    distributed-process-supervisor Control.Distributed.Process.Supervisor

    a permanent child will always be restarted

  10. module Distribution.Nixpkgs.PackageMap

    Build a lookup table from package identifiers to full attribute paths in nixpkgs.

Page 827 of many | Previous | Next