Hermes
 All Data Structures Files Functions Variables Macros Pages
Definition.sql File Reference

Functions

pointxy inpointxy (cstring)
 
cstring outpointxy (pointxy)
 
pointxy recvpointxy (internal)
 
bytea send (pointxy)
 
boolean equals (pointxy pointa, pointxy pointb)
 
integer hash (pointxy point)
 
float8 getx (pointxy point)
 
float8 gety (pointxy point)
 
pointxy pointxy (float8 x, float8 y)
 
pointxy clone (pointxy point)
 

Function Documentation

pointxy clone ( pointxy  point)
boolean equals ( pointxy  pointa,
pointxy  pointb 
)
float8 getx ( pointxy  point)
float8 gety ( pointxy  point)
integer hash ( pointxy  point)
pointxy inpointxy ( cstring  )
cstring outpointxy ( pointxy  )
pointxy pointxy ( float8  x,
float8  y 
)
pointxy recvpointxy ( internal  )
bytea send ( pointxy  )