Query - complete methods javadoc
This commit is contained in:
parent
0c7dbeca66
commit
129d61007a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue