public class BackendQueryRequest extends BatchedBackendRequest
| Constructor and Description |
|---|
BackendQueryRequest() |
BackendQueryRequest(java.lang.String _query) |
BackendQueryRequest(java.lang.String _query,
java.lang.Object[] _args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQuery()
Returns the query this BackendQueryRequest will execute.
|
java.util.List |
getQueryParameters()
Returns an unmodifiable list containing the query parameters in the correct order they are used in the query.
|
void |
process(SecureObjectOutputI out,
DBManUserContextI utx,
BackendQueryAnsweringBOLoaderI loader,
PerformanceMeter pm) |
void |
readInstance(SecureObjectInputI s)
Reads an instance of this class from the given SecureObjectInputI without using readObject.
|
void |
receive(SecureObjectInputI in) |
java.lang.String |
toString() |
void |
writeInstance(SecureObjectOutputI s)
Writes an instance of this class to the given SecureObjectOutputI without using writeObject.
|
getResult, getSlot, setListener, setSlotpublic BackendQueryRequest(java.lang.String _query)
public BackendQueryRequest(java.lang.String _query,
java.lang.Object[] _args)
public BackendQueryRequest()
public java.lang.String getQuery()
public java.util.List getQueryParameters()
public void receive(SecureObjectInputI in) throws java.io.IOException, java.lang.ClassNotFoundException
receive in interface BatchedBackendRequestIreceive in class BatchedBackendRequestjava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void process(SecureObjectOutputI out, DBManUserContextI utx, BackendQueryAnsweringBOLoaderI loader, PerformanceMeter pm) throws java.io.IOException
process in class BatchedBackendRequestjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void writeInstance(SecureObjectOutputI s) throws java.io.IOException
SecureExternalizablewriteInstance in interface SecureExternalizablewriteInstance in class BatchedBackendRequestjava.io.IOExceptionpublic void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizablereadInstance in interface SecureExternalizablereadInstance in class BatchedBackendRequestjava.io.IOExceptionCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.