Class Param<T>
java.lang.Object
com.illumon.iris.db.tables.select.Param<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
protected static Class
getDeclaredType
(Class type) protected static String
getDeclaredTypeName
(Class type) getName()
getParameterClasses
(Param[] params) Get a map from binary name to declared type for an array of Params.getValue()
-
Field Details
-
ZERO_LENGTH_PARAM_ARRAY
-
-
Constructor Details
-
Param
-
-
Method Details
-
getName
-
getValue
-
getDeclaredType
-
getDeclaredType
-
getDeclaredTypeName
-
getPrimitiveTypeNameIfAvailable
-
getDeclaredTypeName
-
getParameterClasses
Get a map from binary name to declared type for an array of Params.- Parameters:
params
- The parameters to operate on- Returns:
- The result map
-