Documentation ¶
Index ¶
- type OctoSQLOutputBuffer
- func (out *OctoSQLOutputBuffer) Close() error
- func (out *OctoSQLOutputBuffer) GetRecordFieldAsBool(id int32, fieldID int32) bool
- func (out *OctoSQLOutputBuffer) GetRecordFieldAsFloat(id int32, fieldID int32) float64
- func (out *OctoSQLOutputBuffer) GetRecordFieldAsInt(id int32, fieldID int32) int32
- func (out *OctoSQLOutputBuffer) GetRecordFieldAsString(id int32, fieldID int32) string
- func (out *OctoSQLOutputBuffer) GetRecordFieldID(id int32, fieldName string) int32
- func (out *OctoSQLOutputBuffer) GetRecordFieldName(id int32, fieldID int32) string
- func (out *OctoSQLOutputBuffer) GetRecordFieldType(id int32, fieldID int32) int32
- func (out *OctoSQLOutputBuffer) GetRecordFieldsCount(id int32) int32
- func (out *OctoSQLOutputBuffer) GetRecordsCount() int32
- func (out *OctoSQLOutputBuffer) WriteRecord(record *execution.Record) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OctoSQLOutputBuffer ¶
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
Click to show internal directories.
Click to hide internal directories.