Method

GomRepositorydescribe_relation

Declaration

DexFuture*
gom_repository_describe_relation (
  GomRepository* self,
  const char* relation
)

Description

Describes relation.

Parameters

relation

Type: const char*

A relation name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

A DexFuture that resolves to a GomRelationSchema or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.