Home | History | Annotate | Download | only in sql

Lines Matching refs:coltype

96 	coltype []string
110 cols []interface{} // must be same size as its table colname + coltype
183 colType []string // used by CREATE
305 db.tables[name] = &table{colname: columnNames, coltype: columnTypes}
327 return t.coltype[n], true
536 stmt.colType = append(stmt.colType, nameType[1])
757 if err := db.createTable(s.table, s.colName, s.colType); err != nil {
933 var colType []string
935 colType = append(colType, t.coltype[t.columnIndex(column)])
942 setColType = append(setColType, colType)
955 colType: setColType,
995 colType [][]string
1034 return colTypeToReflectType(rc.colType[rc.posSet][index])