Class ParameterHelper
java.lang.Object
com.apple.foundationdb.relational.jdbc.ParameterHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
ofBoolean
(boolean b) static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
ofBytes
(byte[] bytes) static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
ofDouble
(double d) static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
ofFloat
(float f) static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
ofInt
(int i) static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
ofLong
(long l) static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
ofNull
(int sqlType) static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter
-
Constructor Details
-
ParameterHelper
public ParameterHelper()
-
-
Method Details
-
ofBoolean
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofBoolean(boolean b) -
ofInt
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofInt(int i) -
ofLong
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofLong(long l) -
ofFloat
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofFloat(float f) -
ofDouble
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofDouble(double d) -
ofString
-
ofBytes
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofBytes(byte[] bytes) -
ofNull
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofNull(int sqlType) throws SQLException - Throws:
SQLException
-
ofArray
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofArray(Array a) throws SQLException - Throws:
SQLException
-
ofObject
public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofObject(Object x) throws SQLException - Throws:
SQLException
-