You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by Clement Escoffier <cl...@apache.org> on 2015/11/20 10:37:01 UTC

JDBC - prepared statement with generated keys

Hello,

I’m facing an issue with the prepared statement support. Right now, we are trying a build a prepared statement using the `prepareStatement(String sql, int autoGeneratedKeys)` method. This method is not supported by the phoenix JDBC driver. Is it something you plan to support ?

Regards,

Clement