type database/sql.NullInt32

3 uses

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