com.github.tminglei.slickpg.array.PgArrayJdbcTypes

SimpleArrayJdbcType

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleArrayJdbcType(sqlBaseType: String)(implicit ctag: ClassTag[T], checked: (PgArrayJdbcTypes.this)#ArrChecked[T])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def buildArrayStr(vList: Seq[Any]): String

    Attributes
    protected
  8. def children: ConstArray[Nothing]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def getDumpInfo: DumpInfo

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

    Definition Classes
    SimpleArrayJdbcType → JdbcType
  18. def hasLiteralForm: Boolean

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

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

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

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

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

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

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

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

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

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

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

    Definition Classes
    SimpleArrayJdbcType → JdbcType
  32. def sqlType: Int

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

    Definition Classes
    SimpleArrayJdbcType → DriverJdbcType → JdbcType
  34. def structural: Type

    Definition Classes
    Type
  35. def structuralRec: Type

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

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

  38. def toString(): String

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

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

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

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

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

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

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

    Definition Classes
    DriverJdbcType → JdbcType

Deprecated Value Members

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

    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