public class ParameterKeyValueUtils extends Object
| Constructor and Description |
|---|
ParameterKeyValueUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ParameterKeyValue |
createRegisterOut(int index,
Object value) |
static ParameterKeyValue |
createRegisterOut(net.ttddyy.dsproxy.proxy.ParameterKey key,
Object value) |
static ParameterKeyValue |
createRegisterOut(String name,
Object value) |
static ParameterKeyValue |
createSetNull(int index,
int sqlType) |
static ParameterKeyValue |
createSetNull(net.ttddyy.dsproxy.proxy.ParameterKey key,
int sqlType) |
static ParameterKeyValue |
createSetNull(String name,
int sqlType) |
static ParameterKeyValue |
createSetParam(int index,
Object value) |
static ParameterKeyValue |
createSetParam(net.ttddyy.dsproxy.proxy.ParameterKey key,
Object value) |
static ParameterKeyValue |
createSetParam(String name,
Object value) |
static SortedSet<ParameterKeyValue> |
filterBy(SortedSet<ParameterKeyValue> parameters,
ParameterKeyValue.OperationType... operationTypes) |
static SortedSet<ParameterKeyValue> |
filterByKeyType(SortedSet<ParameterKeyValue> parameters,
net.ttddyy.dsproxy.proxy.ParameterKey.ParameterKeyType keyType) |
static <T> Map<Integer,T> |
toKeyIndexMap(SortedSet<ParameterKeyValue> keyValues) |
static <T> Map<String,T> |
toKeyNameMap(SortedSet<ParameterKeyValue> keyValues) |
static <T> Map<net.ttddyy.dsproxy.proxy.ParameterKey,T> |
toKeyValueMap(SortedSet<ParameterKeyValue> keyValues) |
static Map<net.ttddyy.dsproxy.proxy.ParameterKey,ParameterKeyValue> |
toParamKeyMap(SortedSet<ParameterKeyValue> keyValues) |
static SortedSet<net.ttddyy.dsproxy.proxy.ParameterKey> |
toParamKeys(SortedSet<ParameterKeyValue> parameters) |
public static ParameterKeyValue createSetParam(int index, Object value)
public static ParameterKeyValue createSetParam(String name, Object value)
public static ParameterKeyValue createSetParam(net.ttddyy.dsproxy.proxy.ParameterKey key, Object value)
public static ParameterKeyValue createSetNull(int index, int sqlType)
public static ParameterKeyValue createSetNull(String name, int sqlType)
public static ParameterKeyValue createSetNull(net.ttddyy.dsproxy.proxy.ParameterKey key, int sqlType)
public static ParameterKeyValue createRegisterOut(int index, Object value)
public static ParameterKeyValue createRegisterOut(String name, Object value)
public static ParameterKeyValue createRegisterOut(net.ttddyy.dsproxy.proxy.ParameterKey key, Object value)
public static SortedSet<ParameterKeyValue> filterBy(SortedSet<ParameterKeyValue> parameters, ParameterKeyValue.OperationType... operationTypes)
public static SortedSet<ParameterKeyValue> filterByKeyType(SortedSet<ParameterKeyValue> parameters, net.ttddyy.dsproxy.proxy.ParameterKey.ParameterKeyType keyType)
public static SortedSet<net.ttddyy.dsproxy.proxy.ParameterKey> toParamKeys(SortedSet<ParameterKeyValue> parameters)
public static <T> Map<net.ttddyy.dsproxy.proxy.ParameterKey,T> toKeyValueMap(SortedSet<ParameterKeyValue> keyValues)
public static <T> Map<Integer,T> toKeyIndexMap(SortedSet<ParameterKeyValue> keyValues)
public static <T> Map<String,T> toKeyNameMap(SortedSet<ParameterKeyValue> keyValues)
public static Map<net.ttddyy.dsproxy.proxy.ParameterKey,ParameterKeyValue> toParamKeyMap(SortedSet<ParameterKeyValue> keyValues)
Copyright © 2017. All rights reserved.