Class NonNullParameter<T>

java.lang.Object
org.mariadb.jdbc.codec.Parameter<T>
org.mariadb.jdbc.codec.NonNullParameter<T>
Type Parameters:
T - value type
All Implemented Interfaces:
Parameter

public class NonNullParameter<T> extends Parameter<T>
Parameter wrapper for primitive, knowing that value cannot be null, permitting fast path for few methods.