Skip to content

make org.springframework.jdbc.core.namedparam.ParsedSql public accessible [SPR-10816] #15442

Closed
@spring-projects-issues

Description

@spring-projects-issues

Yanming Zhou opened SPR-10816 and commented

method of ParsedSql are not public
developers maybe want extract parameter names from sql

ParsedSql ps = NamedParameterUtils.parseSqlStatement(sql);
//ps.getParameterNames() and other methods are not public


Issue Links:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions