Skip to content

Commit

Permalink
Add comment to highlight possible return types
Browse files Browse the repository at this point in the history
Signed-off-by: Will Dazey <dazeydev.3@gmail.com>
  • Loading branch information
dazey3 committed Jun 10, 2022
1 parent aeeaf32 commit 8915940
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ protected Object executeCall(DatasourceCall databaseCall) throws DatabaseExcepti
/**
* Execute a non selecting call.
* @exception DatabaseException - an error has occurred on the database.
* @return the row count.
* @return Returns either a {@link DatabaseCall} or Integer value,
* depending on if this INSERT call needs to return generated keys
*/
@Override
public Object executeNoSelect() throws DatabaseException {
Expand Down

0 comments on commit 8915940

Please sign in to comment.