Skip to content

Commit

Permalink
Merge pull request #1242 from dhis2/1.1.0
Browse files Browse the repository at this point in the history
feat: [1.1.0] Release 1.1.0 (fix javadoc)
  • Loading branch information
vgarciabnz authored Apr 22, 2020
2 parents 17e3868 + 14a2701 commit 738b1dd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public interface DatabaseAdapter {
*
* @param sql The raw SQL statement, may contain ? for unknown values to be
* bound later.
* @return A pre-compiled {@link StatementWrapper} object. Note that
* @return A pre-compiled {@code StatementWrapper} object.
*/
StatementWrapper compileStatement(String sql);

Expand All @@ -66,7 +66,8 @@ public interface DatabaseAdapter {
Cursor query(String sql, String... columns);

Cursor query(String table, String[] columns, String selection, String[] selectionArgs);
/**

/**
* Execute {@code statement} and return the ID of the row inserted due to this call.
* The SQL statement should be an INSERT for this to be a useful call.
*
Expand Down

0 comments on commit 738b1dd

Please sign in to comment.