Home | History | Annotate | Download | only in sql

Lines Matching defs:Nullable

2715 // and nullable. Some information may not be available from some drivers.
2739 nullable bool
2774 // Nullable returns whether the column may be null.
2776 func (ci *ColumnType) Nullable() (nullable, ok bool) {
2777 return ci.nullable, ci.hasNullable
2811 ci.nullable, ci.hasNullable = prop.ColumnTypeNullable(i)