com.github.tminglei.slickpg.array.PgArrayJdbcTypes

SimpleArrayListJdbcType

class SimpleArrayListJdbcType[T] extends (PgArrayJdbcTypes.this)#WrappedConvArrayJdbcType[T, List]

Annotations
@deprecated
Deprecated

(Since version 0.7.1) use 'new SimpleArrayJdbcType[T](..).to[SEQ[T]](..)' instead

Linear Supertypes
(PgArrayJdbcTypes.this)#WrappedConvArrayJdbcType[T, List], (PgArrayJdbcTypes.this)#DriverJdbcType[List[T]], JdbcType[List[T]], BaseTypedType[List[T]], AtomicType, TypedType[List[T]], Type, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleArrayListJdbcType
  2. WrappedConvArrayJdbcType
  3. DriverJdbcType
  4. JdbcType
  5. BaseTypedType
  6. AtomicType
  7. TypedType
  8. Type
  9. Dumpable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleArrayListJdbcType(sqlBaseType: String)(implicit classTag: ClassTag[List[T]], tag: 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 basedOn[U](tmap: (T) ⇒ U, tcomap: (U) ⇒ T): (PgArrayJdbcTypes.this)#DriverJdbcType[List[T]]

  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[List[T]]

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val conv: (Seq[T]) ⇒ List[T]

    Definition Classes
    WrappedConvArrayJdbcType
  13. val delegate: (PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]]

    Definition Classes
    WrappedConvArrayJdbcType
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  18. def getDumpInfo: DumpInfo

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

    Definition Classes
    WrappedConvArrayJdbcType → JdbcType
  20. def hasLiteralForm: Boolean

    Definition Classes
    WrappedConvArrayJdbcType → DriverJdbcType → JdbcType
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. final def mapChildren(f: (Type) ⇒ Type): SimpleArrayListJdbcType.this.type

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

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

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

    Definition Classes
    AnyRef
  27. def optionType: OptionTypedType[List[T]]

    Definition Classes
    TypedType
  28. def scalaType: ScalaBaseType[List[T]]

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

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

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

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

    Definition Classes
    WrappedConvArrayJdbcType → JdbcType
  33. def sqlType: Int

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

    Definition Classes
    WrappedConvArrayJdbcType → DriverJdbcType → JdbcType
  35. def structural: Type

    Definition Classes
    Type
  36. def structuralRec: Type

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    WrappedConvArrayJdbcType → 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

Inherited from (PgArrayJdbcTypes.this)#WrappedConvArrayJdbcType[T, List]

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

Inherited from JdbcType[List[T]]

Inherited from BaseTypedType[List[T]]

Inherited from AtomicType

Inherited from TypedType[List[T]]

Inherited from Type

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped