type database/sql.ColumnType
11 uses
database/sql (current package)
sql.go#L3200: func (rs *Rows) ColumnTypes() ([]*ColumnType, error) {
sql.go#L3216: type ColumnType struct {
sql.go#L3232: func (ci *ColumnType) Name() string {
sql.go#L3241: func (ci *ColumnType) Length() (length int64, ok bool) {
sql.go#L3247: func (ci *ColumnType) DecimalSize() (precision, scale int64, ok bool) {
sql.go#L3254: func (ci *ColumnType) ScanType() reflect.Type {
sql.go#L3260: func (ci *ColumnType) Nullable() (nullable, ok bool) {
sql.go#L3270: func (ci *ColumnType) DatabaseTypeName() string {
sql.go#L3274: func rowsColumnInfoSetupConnLocked(rowsi driver.Rows) []*ColumnType {
sql.go#L3277: list := make([]*ColumnType, len(names))
sql.go#L3279: ci := &ColumnType{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)