package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jul 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SqlColumn struct {
Name string `json:"name,omitempty"`
Type string `json:"type,omitempty"`
}
SqlColumn es sql执行返回的列
type SqlResult struct {
Columns []SqlColumn `json:"columns,omitempty"`
Rows Rows `json:"rows,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.