Documentation ¶
Overview ¶
Package pquads is deprecated. Use github.com/cayleygraph/quad/pquads.
Index ¶
- Constants
- Variables
- func MarshalValue(v quad.Value) ([]byte, error)deprecated
- func UnmarshalValue(data []byte) (quad.Value, error)deprecated
- type Header
- type Options
- type Quaddeprecated
- func MakeQuad(q quad.Quad) *Quaddeprecated
- type Reader
- type StrictQuaddeprecated
- type StrictQuad_Ref
- type StrictQuad_Ref_BnodeLabel
- type StrictQuad_Ref_Iri
- type Value
- func MakeValue(qv quad.Value) *Valuedeprecated
- type Value_Bnode
- type Value_Boolean
- type Value_Float
- type Value_Int
- type Value_Iri
- type Value_LangStr
- type Value_LangString
- type Value_Raw
- type Value_Str
- type Value_Time
- type Value_Timestamp
- type Value_TypedStr
- type Value_TypedString
- type WireQuaddeprecated
- type Writer
Constants ¶
View Source
const ContentType = pquads.ContentType
Variables ¶
View Source
var ( ErrInvalidLengthQuads = pquads.ErrInvalidLengthQuads ErrIntOverflowQuads = pquads.ErrIntOverflowQuads )
View Source
var DefaultMaxSize = pquads.DefaultMaxSize
Functions ¶
func MarshalValue
deprecated
func UnmarshalValue
deprecated
Types ¶
type Quad
deprecated
Quad is in internal representation of quad used by Cayley.
Deprecated: use github.com/cayleygraph/quad/pquads package instead.
type StrictQuad
deprecated
type StrictQuad = pquads.StrictQuad
StrictQuad is a quad as described by RDF spec.
Deprecated: use github.com/cayleygraph/quad/pquads package instead.
type StrictQuad_Ref ¶
type StrictQuad_Ref = pquads.StrictQuad_Ref
type StrictQuad_Ref_BnodeLabel ¶
type StrictQuad_Ref_BnodeLabel = pquads.StrictQuad_Ref_BnodeLabel
type StrictQuad_Ref_Iri ¶
type StrictQuad_Ref_Iri = pquads.StrictQuad_Ref_Iri
type Value_Bnode ¶
type Value_Bnode = pquads.Value_Bnode
type Value_Boolean ¶
type Value_Boolean = pquads.Value_Boolean
type Value_Float ¶
type Value_Float = pquads.Value_Float
type Value_LangStr ¶
type Value_LangStr = pquads.Value_LangStr
type Value_LangString ¶
type Value_LangString = pquads.Value_LangString
type Value_Time ¶
type Value_Time = pquads.Value_Time
type Value_Timestamp ¶
type Value_Timestamp = pquads.Value_Timestamp
type Value_TypedStr ¶
type Value_TypedStr = pquads.Value_TypedStr
type Value_TypedString ¶
type Value_TypedString = pquads.Value_TypedString
Click to show internal directories.
Click to hide internal directories.