public class GetNumericIdCallable extends java.lang.Object implements SQLCallable<java.lang.Long>
Constructor and Description |
---|
GetNumericIdCallable(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
call(SQLDatabase db) |
public GetNumericIdCallable(java.lang.String id)
id
- Document ID to fetch the internal numeric ID forpublic java.lang.Long call(SQLDatabase db) throws DatastoreException
call
in interface SQLCallable<java.lang.Long>
DatastoreException