public class InsertLocalDocumentCallable extends java.lang.Object implements SQLCallable<LocalDocument>
Constructor and Description |
---|
InsertLocalDocumentCallable(java.lang.String docId,
DocumentBody body) |
Modifier and Type | Method and Description |
---|---|
LocalDocument |
call(SQLDatabase db) |
public InsertLocalDocumentCallable(java.lang.String docId, DocumentBody body)
public LocalDocument call(SQLDatabase db) throws DocumentException, DatastoreException
call
in interface SQLCallable<LocalDocument>
DocumentException
DatastoreException