package dbase4

  1. Overview
  2. Docs
A DBF/DBT files reader library

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.5c.tar.gz
md5=52a463a2aeaa7752233bbad897ac9332
sha512=ea9d9dbecdabd15d7c46fb54ad73da957219c56bb574d5cb4f2f2be2b5b3abd3a604919ec76e059b6a36c9e1c0d59bebe4b990387cd930b3c18c4723b71587b9

doc/dbase4/Dbase4/Data/index.html

Module Dbase4.DataSource

Sourceval ftype_to_string : Base.dbf_data_type -> string
Sourceval get_field : ('a -> 'b) -> 'a option -> 'b
Sourceval create_int_rider : Base.dbf_file -> int -> (bytes * int * int) option -> int
Sourceval create_int64_rider : Base.dbf_file -> int -> (bytes * int * int) option -> int64
Sourceval create_bstring_rider : Base.dbf_file -> int -> (bytes * int * int) option -> string
Sourceval create_string_rider : Base.dbf_file -> int -> (bytes * int * int) option -> string
Sourceval create_bool_rider : Base.dbf_file -> int -> (bytes * int * int) option -> bool
Sourceval create_float_rider : Base.dbf_file -> int -> (bytes * int * int) option -> float
Sourceval create_int_rider_by_name : Base.dbf_file -> string -> (bytes * int * int) option -> int
Sourceval create_int64_rider_by_name : Base.dbf_file -> string -> (bytes * int * int) option -> int64
Sourceval create_float64_rider_by_name : Base.dbf_file -> string -> (bytes * int * int) option -> float
Sourceval create_string_rider_by_name : Base.dbf_file -> string -> (bytes * int * int) option -> string
Sourceval create_bstring_rider_by_name : Base.dbf_file -> string -> (bytes * int * int) option -> string
Sourceval create_bool_rider_by_name : Base.dbf_file -> string -> (bytes * int * int) option -> bool
OCaml

Innovation. Community. Security.