Searched refs:autokeys (Results 1 – 2 of 2) sorted by relevance
263 public int executeUpdate(String sql, int autokeys) in executeUpdate() argument265 if (autokeys != Statement.NO_GENERATED_KEYS) { in executeUpdate()281 public boolean execute(String sql, int autokeys) in execute() argument283 if (autokeys != Statement.NO_GENERATED_KEYS) { in execute()
446 public PreparedStatement prepareStatement(String sql, int autokeys) in prepareStatement() argument448 if (autokeys != Statement.NO_GENERATED_KEYS) { in prepareStatement()