Class

com.github.tminglei.slickpg.array.PgArrayJdbcTypes

SimpleArrayListJdbcType

Related Doc: package PgArrayJdbcTypes

Permalink

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
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])

    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 basedOn[U](tmap: (T) ⇒ U, tcomap: (U) ⇒ T): (PgArrayJdbcTypes.this)#DriverJdbcType[List[T]]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    WrappedConvArrayJdbcType → JdbcType
  18. def hasLiteralForm: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    WrappedConvArrayJdbcType → JdbcType
  31. def sqlType: Int

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

    Permalink
    Definition Classes
    WrappedConvArrayJdbcType → DriverJdbcType → JdbcType
  33. def structural: Type

    Permalink
    Definition Classes
    Type
  34. def structuralRec: Type

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

    Permalink
    Definition Classes
    AnyRef
  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: List[T], r: ResultSet, idx: Int): Unit

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

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

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