Skip to content

jdbc: Support Connection.prepareStatement(sql, Statement.RETURN_GENERATED_KEYS) #77

Closed
@Totktonada

Description

@Totktonada

This is about the following methods of the Connection interface:

  1. prepareStatement(sql, Statement.RETURN_GENERATED_KEYS)
  2. prepareStatement(sql, columnIndexes)
  3. prepareStatement(sql, columnNames)

The first one should be useful for an autoincremented primary key.

Don't sure we can support 2nd and 3rd (need to check metainfo content). If it is not so, then raise SQLFeatureNotSupportedException for these methods.

Blocked by tarantool/tarantool#2618

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions