Packages

object InParam

Provides factory methods for InParam.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InParam
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val NULL: InParam

    General-purpose instance of null input parameter.

  5. def apply(value: LocalDateTime): InParam

    Creates InParam from LocalDateTime.

  6. def apply(value: LocalTime): InParam

    Creates InParam from LocalTime.

  7. def apply(value: LocalDate): InParam

    Creates InParam from LocalDate.

  8. def apply(value: Timestamp): InParam

    Creates InParam from Timestamp.

  9. def apply(value: Time): InParam

    Creates InParam from Time.

  10. def apply(value: Date): InParam

    Creates InParam from Date.

  11. def apply(value: BigDecimal): InParam

    Creates InParam from BigDecimal.

  12. def apply(value: Double): InParam

    Creates InParam from Double.

  13. def apply(value: Float): InParam

    Creates InParam from Float.

  14. def apply(value: Long): InParam

    Creates InParam from Long.

  15. def apply(value: Int): InParam

    Creates InParam from Int.

  16. def apply(value: Short): InParam

    Creates InParam from Short.

  17. def apply(value: Byte): InParam

    Creates InParam from Byte.

  18. def apply(value: Boolean): InParam

    Creates InParam from Boolean.

  19. def apply(value: String): InParam

    Creates InParam from String.

  20. def apply[T](value: T, sqlType: Int): InParam

    Creates InParam with supplied value and type.

    Creates InParam with supplied value and type. The isNull property is set according to value.

    value

    parameter value

    sqlType

    value type as defined in java.sql.Types

  21. def apply[T](value: T, isNull: Boolean, sqlType: Int): InParam

    Creates InParam with supplied properties.

    Creates InParam with supplied properties.

    value

    parameter value

    isNull

    indicates whether value is null

    sqlType

    value type as defined in java.sql.Types

  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped