@Deprecated public interface StatementDescriptorMetadataFactory
DescriptorMetadata
. The web storage entpoint uses these
factories in order to instantiate DescriptorMetadata objects for descriptors.Modifier and Type | Method and Description |
---|---|
DescriptorMetadata |
getDescriptorMetadata(String descriptor,
PreparedParameter[] params)
Deprecated.
|
DescriptorMetadata getDescriptorMetadata(String descriptor, PreparedParameter[] params)
descriptor
- The string representation of the statement descriptor for
which to get the metadata for.params
- An array containing free parameter values for the given
descriptor. This is guaranteed to be not null and has the same
number of elements (in the same order) as the original query
descriptor had free variables.DescriptorMetadata
Copyright © 2017. All rights reserved.