Package com.arcadedb.query.select
Class SelectParameterValue
- java.lang.Object
-
- com.arcadedb.query.select.SelectParameterValue
-
- All Implemented Interfaces:
SelectRuntimeValue
public class SelectParameterValue extends Object implements SelectRuntimeValue
-
-
Field Summary
Fields Modifier and Type Field Description String
parameterName
-
Constructor Summary
Constructors Constructor Description SelectParameterValue(Select select, String parameterName)
-
-
-
Field Detail
-
parameterName
public final String parameterName
-
-