Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
func StartServer()
Types ¶
type ConnectionInfo ¶
type ExecResult ¶
type ExecResult struct { LastInsertedId int64 `json: "lastInsertId"` LastInsertedIdError error `json: "lastInsertIdError"` NumRowsAffected int64 `json: "rowsAffected"` NumRowsAffectedError error `json: "rowsAffectedError"` }
func (ExecResult) LastInsertId ¶
func (r ExecResult) LastInsertId() (int64, error)
func (ExecResult) RowsAffected ¶
func (r ExecResult) RowsAffected() (int64, error)
type GoSqlConn ¶
type GoSqlConn struct {
Data data.GoSqlConnData
}
type GoSqlDriver ¶
type GoSqlDriver struct { DefaultIsolationLevel data.TransactionIsolationLevel // contains filtered or unexported fields }
func NewDriver ¶
func NewDriver() *GoSqlDriver
type GoSqlRestConn ¶
type GoSqlRestConn struct {
// contains filtered or unexported fields
}
func (*GoSqlRestConn) Close ¶
func (c *GoSqlRestConn) Close() error
type GoSqlRestDriver ¶
type GoSqlRestDriver struct { }
type GoSqlRestRows ¶
type GoSqlRestRows struct {
// contains filtered or unexported fields
}
func (*GoSqlRestRows) Close ¶
func (r *GoSqlRestRows) Close() error
func (*GoSqlRestRows) Columns ¶
func (r *GoSqlRestRows) Columns() []string
type GoSqlRestStmt ¶
type GoSqlRestStmt struct {
// contains filtered or unexported fields
}
func (*GoSqlRestStmt) Close ¶
func (c *GoSqlRestStmt) Close() error
func (*GoSqlRestStmt) NumInput ¶
func (c *GoSqlRestStmt) NumInput() int
type RowsResult ¶
type ServerStmt ¶
Click to show internal directories.
Click to hide internal directories.