Package

com.rocketfuel.sdbc

sqlserver

Permalink

package sqlserver

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sqlserver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Getters extends DefaultGetters

    Permalink
  2. case class HierarchyId(path: HierarchyNode*) extends Product with Serializable

    Permalink

    Corresponds to SQL Server's hierarchyid.

    Corresponds to SQL Server's hierarchyid. You must use

    .ToString()

    in your SELECT queries for SDBC to understand a hierarchyid. It does not have a parser for the binary format.

    .ToString() }}} not have a parser for the binary format.

  3. case class HierarchyNode(start: Int, path: Int*) extends Product with Serializable

    Permalink

    Represents a node in a HierarchyId.

  4. trait Setters extends BooleanParameter with ByteParameter with BytesParameter with DateParameter with BigDecimalParameter with DoubleParameter with FloatParameter with IntParameter with LongParameter with ShortParameter with StringParameter with ReaderParameter with InputStreamParameter

    Permalink
  5. trait SqlServer extends DBMS with Getters with Updaters with Setters with MultiQuery with JdbcConnection

    Permalink
  6. trait Updaters extends LongUpdater with IntUpdater with ShortUpdater with ByteUpdater with BytesUpdater with DoubleUpdater with FloatUpdater with BigDecimalUpdater with TimestampUpdater with DateUpdater with TimeUpdater with BooleanUpdater with StringUpdater with InputStreamUpdater with ReaderUpdater with LocalDateTimeUpdater with LocalDateUpdater

    Permalink

Value Members

  1. object HierarchyId extends Serializable

    Permalink
  2. object HierarchyNode extends Serializable

    Permalink
  3. val instantFormatter: DateTimeFormatter

    Permalink
  4. val offsetDateTimeFormatter: DateTimeFormatter

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped