Skip to content

[JDBC] StatementImpl #2414

@chernser

Description

@chernser

Description

There are some issues that should be addressed in StatementImpl:

  • add more test for uncovered methods
  • test close() in concurrent case and check all child resources are properly closed. Same for cancel()
  • enquoteLiteral(String val) needs review

Implement next methods:

  • isClosed()
  • setLargeMaxRows(long max)
  • getLargeMaxRows()
  • enquoteIdentifier
  • isSimpleIdentifier(String identifier)
  • enquoteNCharLiteral(String val)
  • closeOnCompletion()

Metadata

Metadata

Assignees

Labels

area:generalgeneral issue without a specific area.bugjdbc-v2jdbc-v2 issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions