scala.slick

util

package util

Helper code for various things. Tuples, Logging, SQL, ...

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CloseableIterator[+T] extends Iterator[T] with Closeable

    An Iterator with a close method to close the underlying data source.

  2. trait Logging extends AnyRef

  3. class MacroSupportInterpolation extends AnyRef

  4. final class ProductWrapper extends Product

    A Product to represent larger arities than Tuple22

  5. trait ReadAheadIterator[+T] extends BufferedIterator[T]

    An iterator on top of a data source which does not offer a hasNext() method without doing a next()

  6. final class SQLBuilder extends Segment

  7. final class SlickLogger extends AnyRef

Value Members

  1. object CloseableIterator

  2. object MacroSupport

  3. object SQLBuilder

  4. object TupleMethods

    Extension methods for prepending and appending values to tuples

  5. object TupleSupport

    Utility functions for working with tuples of different arities

  6. package iter

Deprecated Value Members

  1. object SimpleTypeName

    Get a simple type name for a value.

Inherited from AnyRef

Inherited from Any

Ungrouped