Store

Description

Store functions

Categories

NameDescription
ConnectionInfoStore Connection Information functions
ItemStore Item functions
MetadataStore Metadata functions
QueryOptionsStore Query Option functions
TransactionsStore Transaction functions
UtilStore Utility functions

Functions

NameSignature and Synopsis
closevoid close (String url, String containerName)
closeQueryvoid closeQuery (Object queryIterator)
connectvoid connect (Object storeConnectionInfo)
deletevoid delete (String url, String containerName, Object deleteObject)
deleteAllvoid deleteAll (String url, Object[] deleteObjects)
disconnectvoid disconnect (String url)
executeUpdatelong executeUpdate (String url, String query)
getObject get (String url, String containerName, Object getObject)
getAllObject[] getAll (String url, Object[] getObjects)
openvoid open (String url, String containerName)
putvoid put (String url, String containerName, Object putObject)
putAllvoid putAll (String url, Object[] putObjects)
queryObject query (String url, String query, Object[] queryParameters, Object queryOptions, String returnEntityPath)
updatevoid update (String url, String containerName, Object updateObject)