Sha256: 221d173dd29f8f688bb18681c7988d3af3ba6a872085eb6885e5326351be51ca

Contents?: true

Size: 741 Bytes

Versions: 10

Compression:

Stored size: 741 Bytes

Contents

module MarkLogic

  ROOT_COLLATION = "http://marklogic.com/collation/"
  CODEPOINT_COLLATION = "http://marklogic.com/collation/codepoint"
  DEFAULT_COLLATION = ROOT_COLLATION

  GEO_WGS84 = "wgs84"
  GEO_RAW = "raw"

  POINT = "point"
  LONG_LAT_POINT = "long-lat-point"

  INT = "int"
  UNSIGNED_INT = "unsignedInt"
  LONG = "long"
  UNSIGNED_LONG = "unsignedLong"
  FLOAT = "float"
  DOUBLE = "double"
  DECIMAL = "decimal"
  DATE_TIME = "dateTime"
  TIME = "time"
  DATE = "date"
  G_YEAR_MONTH = "gYearMonth"
  G_YEAR = "gYear"
  G_MONTH = "gMonth"
  G_DAY = "gDay"
  YEAR_MONTH_DURATION = "yearMonthDuration"
  DAY_TIME_DURATION = "dayTimeDuration"
  STRING = "string"
  ANY_URI = "anyURI"

  IGNORE = "ignore"
  REJECT = "reject"

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
marklogic-0.0.11 lib/marklogic/consts.rb
marklogic-0.0.10 lib/marklogic/consts.rb
marklogic-0.0.9 lib/marklogic/consts.rb
marklogic-0.0.8 lib/marklogic/consts.rb
marklogic-0.0.7 lib/marklogic/consts.rb
marklogic-0.0.6 lib/marklogic/consts.rb
marklogic-0.0.5 lib/marklogic/consts.rb
marklogic-0.0.4 lib/marklogic/consts.rb
marklogic-0.0.3 lib/marklogic/consts.rb
marklogic-0.0.1 lib/marklogic/consts.rb