Re: ClientPreparedQueryBindings setInt method convert int directly to byte array
Posted by: chen yi
Date: December 22, 2021 12:13AM

or could we use following method to get protocol type

public boolean isBinary(ResultSet v) throws SQLException {
return v.getStatement().isWrapperFor (ServerPreparedStatement.class);
}

Thanks

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.