Documentation ¶
Index ¶
- Variables
- func ConvertToCreateEdgeSql(in interface{}, edgeName string, src, dst string) (string, error)
- func ConvertToCreateVertexSql(in interface{}, tagName string, vidWithPolicy string) (string, error)
- func ConvertToUpsertEdgeSql(in interface{}, edgeName string, src, dst string) (string, error)
- func ConvertToUpsertVertexSql(in interface{}, tagName string, vidWithPolicy string) (string, error)
- func UnmarshalResultSet(resultSet *dialectors.ResultSet, in interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NilPointError = errors.New("assignment to entry in nil map") RecordNotFoundError = errors.New("record not found") )
Functions ¶
func ConvertToCreateEdgeSql ¶
ConvertToCreateEdgeSql 转换结构体为创建边的 sql
func ConvertToCreateVertexSql ¶
ConvertToCreateVertexSql 转换结构体为创建点的 sql
func ConvertToUpsertEdgeSql ¶
ConvertToUpsertEdgeSql 转换结构体为 Upsert 边的 sql
func ConvertToUpsertVertexSql ¶
ConvertToUpsertVertexSql 转换结构体为更新点的 sql
func UnmarshalResultSet ¶
func UnmarshalResultSet(resultSet *dialectors.ResultSet, in interface{}) error
UnmarshalResultSet 解组 ResultSet 为传入的结构体
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.