Class ParameterHelper

java.lang.Object
com.apple.foundationdb.relational.jdbc.ParameterHelper

public class ParameterHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static com.apple.foundationdb.relational.jdbc.grpc.v1.Parameter ofString(String s)
    • 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