types

package
v1.0.0-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const SessionTokenNil = ""

SessionTokenNil means session token is not provided TODO: move to internal

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldMetadata

type FieldMetadata struct {
	SchemaName    string `json:"schemaName"`
	TypeName      string `json:"typeName"`
	FieldName     string `json:"fieldName"`
	FieldTypeName string `json:"fieldTypeName"`
}

FieldMetadata is column list See https://apacheignite.readme.io/v1.3/docs/rest-api#section-sql-fields-query-execute for more details

type SQLQueryResult

type SQLQueryResult struct {
	Items          [][]interface{} `json:"items"`
	Last           bool            `json:"last"`
	QueryID        int64           `json:"queryId"`
	FieldsMetadata []FieldMetadata `json:"fieldsMetadata"`
}

SQLQueryResult is body of response for `qryfetch`, command See https://apacheignite.readme.io/v1.3/docs/rest-api#section-sql-query-fetch for more details

type SessionToken

type SessionToken string

SessionToken is session token type

type SuccessStatus

type SuccessStatus int64

SuccessStatus is session token type

type Version

type Version semver.Version

Version is response data from `version` command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL