Class

com.github.tminglei.slickpg.array.PgArrayJdbcTypes

SimpleArrayJdbcType

Related Doc: package PgArrayJdbcTypes

Permalink

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

Self Type
(PgArrayJdbcTypes.this)#SimpleArrayJdbcType[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. SimpleArrayJdbcType
  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 SimpleArrayJdbcType(sqlBaseType: String)(implicit ctag: ClassTag[T], checked: (PgArrayJdbcTypes.this)#ArrChecked[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 buildArrayStr(vList: Seq[Any]): String

    Permalink
    Attributes
    protected
  6. def children: ConstArray[Nothing]

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

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

    Permalink
    Definition Classes
    SimpleArrayJdbcType → DriverJdbcType → Type
  9. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getDumpInfo: DumpInfo

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

    Permalink
    Definition Classes
    SimpleArrayJdbcType → JdbcType
  16. def hasLiteralForm: Boolean

    Permalink
    Definition Classes
    SimpleArrayJdbcType → DriverJdbcType → JdbcType
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AtomicType → Type
  20. def mapTo[U](tmap: (T) ⇒ U, tcomap: (U) ⇒ T)(implicit ctags: ClassTag[Seq[U]], ctag: ClassTag[U]): (PgArrayJdbcTypes.this)#SimpleArrayJdbcType[U]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def optionType: OptionTypedType[Seq[T]]

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

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

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

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

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

    Permalink
    Definition Classes
    SimpleArrayJdbcType → JdbcType
  30. def sqlType: Int

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

    Permalink
    Definition Classes
    SimpleArrayJdbcType → DriverJdbcType → JdbcType
  32. def structural: Type

    Permalink
    Definition Classes
    Type
  33. def structuralRec: Type

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

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

    Permalink
  36. def toString(): String

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

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

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

    Permalink
    Definition Classes
    SimpleArrayJdbcType → DriverJdbcType → JdbcType
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType

Deprecated Value Members

  1. def basedOn[U](tmap: (T) ⇒ U, tcomap: (U) ⇒ T): (PgArrayJdbcTypes.this)#SimpleArrayJdbcType[T]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.0) please define a base type array first, then mapTo target type array

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