type database/sql.NullInt16

3 uses

	database/sql (current package)
		sql.go#L266: type NullInt16 struct {
		sql.go#L272: func (n *NullInt16) Scan(value any) error {
		sql.go#L283: func (n NullInt16) Value() (driver.Value, error) {