type database/sql.NullInt32

3 uses

	database/sql (current package)
		sql.go#L246: type NullInt32 struct {
		sql.go#L252: func (n *NullInt32) Scan(value any) error {
		sql.go#L262: func (n NullInt32) Value() (driver.Value, error) {