Documentation
¶
Index ¶
- func Connect(url, jwt, host string) driver.Conn
- type BatchResultRowsProvider
- func (p *BatchResultRowsProvider) Columns(setIdx int) []string
- func (p *BatchResultRowsProvider) Error(setIdx int) string
- func (p *BatchResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value
- func (p *BatchResultRowsProvider) HasResult(setIdx int) bool
- func (p *BatchResultRowsProvider) RowsCount(setIdx int) int
- func (p *BatchResultRowsProvider) SetsCount() int
- type StmtResultRowsProvider
- func (p *StmtResultRowsProvider) Columns(setIdx int) []string
- func (p *StmtResultRowsProvider) Error(setIdx int) string
- func (p *StmtResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value
- func (p *StmtResultRowsProvider) HasResult(setIdx int) bool
- func (p *StmtResultRowsProvider) RowsCount(setIdx int) int
- func (p *StmtResultRowsProvider) SetsCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BatchResultRowsProvider ¶
type BatchResultRowsProvider struct {
// contains filtered or unexported fields
}
func (*BatchResultRowsProvider) Columns ¶
func (p *BatchResultRowsProvider) Columns(setIdx int) []string
func (*BatchResultRowsProvider) Error ¶
func (p *BatchResultRowsProvider) Error(setIdx int) string
func (*BatchResultRowsProvider) FieldValue ¶
func (p *BatchResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value
func (*BatchResultRowsProvider) HasResult ¶
func (p *BatchResultRowsProvider) HasResult(setIdx int) bool
func (*BatchResultRowsProvider) RowsCount ¶
func (p *BatchResultRowsProvider) RowsCount(setIdx int) int
func (*BatchResultRowsProvider) SetsCount ¶
func (p *BatchResultRowsProvider) SetsCount() int
type StmtResultRowsProvider ¶
type StmtResultRowsProvider struct {
// contains filtered or unexported fields
}
func (*StmtResultRowsProvider) Columns ¶
func (p *StmtResultRowsProvider) Columns(setIdx int) []string
func (*StmtResultRowsProvider) Error ¶
func (p *StmtResultRowsProvider) Error(setIdx int) string
func (*StmtResultRowsProvider) FieldValue ¶
func (p *StmtResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value
func (*StmtResultRowsProvider) HasResult ¶
func (p *StmtResultRowsProvider) HasResult(setIdx int) bool
func (*StmtResultRowsProvider) RowsCount ¶
func (p *StmtResultRowsProvider) RowsCount(setIdx int) int
func (*StmtResultRowsProvider) SetsCount ¶
func (p *StmtResultRowsProvider) SetsCount() int
Click to show internal directories.
Click to hide internal directories.