Class

com.github.tminglei.slickpg.array.PgArrayJdbcTypes

AdvancedArrayJdbcType

Related Doc: package PgArrayJdbcTypes

Permalink

class AdvancedArrayJdbcType[T] extends (PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]]

Linear Supertypes
(PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]], JdbcType[Seq[T]], BaseTypedType[Seq[T]], AtomicType, TypedType[Seq[T]], Type, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdvancedArrayJdbcType
  2. DriverJdbcType
  3. JdbcType
  4. BaseTypedType
  5. AtomicType
  6. TypedType
  7. Type
  8. Dumpable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AdvancedArrayJdbcType(sqlBaseType: String, fromString: (String) ⇒ Seq[T], mkString: (Seq[T]) ⇒ String, zero: Seq[T] = null.asInstanceOf[Seq[T]], hasLiteralForm: Boolean = false)(implicit classTag: ClassTag[Seq[T]], tag: ClassTag[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def children: ConstArray[Nothing]

    Permalink
    Definition Classes
    AtomicType → Type
  6. final def childrenForeach[R](f: (Type) ⇒ R): Unit

    Permalink
    Definition Classes
    AtomicType → Type
  7. implicit val classTag: ClassTag[Seq[T]]

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → DriverJdbcType → Type
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def getDumpInfo: DumpInfo

    Permalink
    Definition Classes
    Type → Dumpable
  13. def getValue(r: ResultSet, idx: Int): Seq[T]

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → JdbcType
  14. val hasLiteralForm: Boolean

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → DriverJdbcType → JdbcType
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def mapChildren(f: (Type) ⇒ Type): AdvancedArrayJdbcType.this.type

    Permalink
    Definition Classes
    AtomicType → Type
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def optionType: OptionTypedType[Seq[T]]

    Permalink
    Definition Classes
    TypedType
  22. def scalaType: ScalaBaseType[Seq[T]]

    Permalink
    Definition Classes
    DriverJdbcType → TypedType
  23. def select(sym: TermSymbol): Type

    Permalink
    Definition Classes
    Type
  24. def setNull(p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType
  25. final def setOption(v: Option[Seq[T]], p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    JdbcType
  26. def setValue(vList: Seq[T], p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → JdbcType
  27. def sqlType: Int

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → JdbcType
  28. def sqlTypeName(size: Option[FieldSymbol]): String

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → DriverJdbcType → JdbcType
  29. def structural: Type

    Permalink
    Definition Classes
    Type
  30. def structuralRec: Type

    Permalink
    Definition Classes
    Type
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def to[SEQ[T]](conv: (Seq[T]) ⇒ SEQ[T], rconv: (SEQ[T]) ⇒ Seq[T] = ...)(implicit classTag: ClassTag[SEQ[T]]): (PgArrayJdbcTypes.this)#DriverJdbcType[SEQ[T]]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    JdbcType → AnyRef → Any
  34. def updateNull(r: ResultSet, idx: Int): Unit

    Permalink
    Definition Classes
    JdbcType
  35. def updateValue(vList: Seq[T], r: ResultSet, idx: Int): Unit

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → JdbcType
  36. def valueToSQLLiteral(vList: Seq[T]): String

    Permalink
    Definition Classes
    AdvancedArrayJdbcType → DriverJdbcType → JdbcType
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def wasNull(r: ResultSet, idx: Int): Boolean

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from (PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]]

Inherited from JdbcType[Seq[T]]

Inherited from BaseTypedType[Seq[T]]

Inherited from AtomicType

Inherited from TypedType[Seq[T]]

Inherited from Type

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped