Query - complete methods javadoc

This commit is contained in:
teo_sarca 2009-07-09 08:34:55 +00:00
parent 0c7dbeca66
commit 129d61007a
1 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ public class Query
/** /**
* Return first ID * Return first ID
* @return first ID * @return first ID or -1 if not found
* @throws DBException * @throws DBException
*/ */
public int firstId() throws DBException public int firstId() throws DBException
@ -322,7 +322,7 @@ public class Query
/** /**
* Return first ID. * Return first ID.
* If there are more results and exception is thrown. * If there are more results and exception is thrown.
* @return first ID * @return first ID or -1 if not found
* @throws DBException * @throws DBException
*/ */
public int firstIdOnly() throws DBException public int firstIdOnly() throws DBException