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, hasLiteralForm: Boolean)(implicit ctag: ClassTag[T], checked: (PgArrayJdbcTypes.this)#ElemWitness[T])

    Permalink
  2. new SimpleArrayJdbcType(sqlBaseType: String)(implicit ctag: ClassTag[T], checked: (PgArrayJdbcTypes.this)#ElemWitness[T])

    Permalink
  3. new SimpleArrayJdbcType(sqlBaseType: String, tmap: (Any) ⇒ T, tcomap: (T) ⇒ Any, zero: Seq[T] = null.asInstanceOf[Seq[T]], hasLiteralForm: Boolean = true)(implicit classTag: ClassTag[Seq[T]], ctag: ClassTag[T], checked: (PgArrayJdbcTypes.this)#ElemWitness[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. val 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. def isPrimitive(v: Seq[T]): Boolean

    Permalink
    Attributes
    protected
  20. final def mapChildren(f: (Type) ⇒ Type): SimpleArrayJdbcType.this.type

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

    Permalink
  22. def mkArray(v: Seq[T], conn: Option[Connection] = None): Array

    Permalink
    Attributes
    protected
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Type
  35. def structuralRec: Type

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

    Permalink
    Definition Classes
    AnyRef
  37. 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
  38. def toString(): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType

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