helpers

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OctoSQLOutputBuffer

type OctoSQLOutputBuffer struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func CreateOutputBuffer

func CreateOutputBuffer() OctoSQLOutputBuffer

func (*OctoSQLOutputBuffer) Close

func (out *OctoSQLOutputBuffer) Close() error

func (*OctoSQLOutputBuffer) GetRecordFieldAsBool

func (out *OctoSQLOutputBuffer) GetRecordFieldAsBool(id int32, fieldID int32) bool

func (*OctoSQLOutputBuffer) GetRecordFieldAsFloat

func (out *OctoSQLOutputBuffer) GetRecordFieldAsFloat(id int32, fieldID int32) float64

func (*OctoSQLOutputBuffer) GetRecordFieldAsInt

func (out *OctoSQLOutputBuffer) GetRecordFieldAsInt(id int32, fieldID int32) int32

func (*OctoSQLOutputBuffer) GetRecordFieldAsString

func (out *OctoSQLOutputBuffer) GetRecordFieldAsString(id int32, fieldID int32) string

func (*OctoSQLOutputBuffer) GetRecordFieldID

func (out *OctoSQLOutputBuffer) GetRecordFieldID(id int32, fieldName string) int32

func (*OctoSQLOutputBuffer) GetRecordFieldName

func (out *OctoSQLOutputBuffer) GetRecordFieldName(id int32, fieldID int32) string

func (*OctoSQLOutputBuffer) GetRecordFieldType

func (out *OctoSQLOutputBuffer) GetRecordFieldType(id int32, fieldID int32) int32

func (*OctoSQLOutputBuffer) GetRecordFieldsCount

func (out *OctoSQLOutputBuffer) GetRecordFieldsCount(id int32) int32

func (*OctoSQLOutputBuffer) GetRecordsCount

func (out *OctoSQLOutputBuffer) GetRecordsCount() int32

func (*OctoSQLOutputBuffer) WriteRecord

func (out *OctoSQLOutputBuffer) WriteRecord(record *execution.Record) error

Jump to

Keyboard shortcuts

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