Package

scalikejdbc

bigquery

Permalink

package bigquery

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

Type Members

  1. sealed abstract class BqParameter extends AnyRef

    Permalink

    Represents a parameter to be bound to SQL statement.

  2. class BqPreparedStatement extends PreparedStatement

    Permalink

    A PreparedStatement implementation just holds parameters and indices.

  3. class BqResultSet extends ResultSet

    Permalink
  4. class BqSQL extends ExtractorBuilder with OneToManyExtractorBuilder

    Permalink
  5. implicit final class BqSQLSyntaxSupport[A] extends AnyVal

    Permalink
  6. class Extractor[A] extends AnyRef

    Permalink
  7. trait ExtractorBuilder extends AnyRef

    Permalink
  8. class OneToManyExtractor[TOne, TMany, TResult] extends AnyRef

    Permalink
  9. trait OneToManyExtractorBuilder extends AnyRef

    Permalink
  10. case class QueryConfig(useLegacySql: Boolean = false, useQueryCache: Boolean = true, pageSize: Option[Long] = None) extends Product with Serializable

    Permalink

    These configurations are used to build QueryRequest.

    These configurations are used to build QueryRequest.

    useLegacySql

    If you use legacy SQL, set true.

    useQueryCache

    If you want to disable BigQuery's query cache, set false.

    pageSize

    the maximum number of rows returned per page.

  11. class QueryExecutor extends AnyRef

    Permalink
  12. case class Response[A](result: A, underlying: TableResult) extends Product with Serializable

    Permalink

    Represents a response from BigQuery.

  13. trait Runner[A] extends AnyRef

    Permalink
  14. class StandardTableAsAliasSQLSyntaxBuilder[A] extends AnyRef

    Permalink
  15. class WrappedQueryResponse extends AnyRef

    Permalink

Value Members

  1. object BqParameter

    Permalink
  2. object Format

    Permalink
  3. object Runner

    Permalink
  4. def bq(builder: scalikejdbc.SQLBuilder[_]): BqSQL

    Permalink

    Corresponds to QueryDSLFeature#withSQL

Inherited from AnyRef

Inherited from Any

Ungrouped