Documentation ¶
Overview ¶
* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) BuildSchema ¶
func (*API) EnsureConnection ¶
func (*API) NewTransaction ¶
func (this *API) NewTransaction() apiInterface.Transaction
type Transaction ¶
type Transaction struct {
// contains filtered or unexported fields
}
func (*Transaction) Commit ¶
func (this *Transaction) Commit() error
func (*Transaction) Discard ¶
func (this *Transaction) Discard()
func (*Transaction) Mutate ¶
func (this *Transaction) Mutate(nquads string) error
func (*Transaction) QueryWithVars ¶
Click to show internal directories.
Click to hide internal directories.