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

    Represents a parameter to be bound to SQL statement.

  2. class BqPreparedStatement extends PreparedStatement

    A PreparedStatement implementation just holds parameters and indices.

  3. class BqResultSet extends ResultSet
  4. class BqSQL extends ExtractorBuilder with OneToManyExtractorBuilder
  5. implicit final class BqSQLSyntaxSupport[A] extends AnyVal
  6. class Extractor[A] extends AnyRef
  7. trait ExtractorBuilder extends AnyRef
  8. class OneToManyExtractor[TOne, TMany, TResult] extends AnyRef
  9. trait OneToManyExtractorBuilder extends AnyRef
  10. case class QueryConfig(useLegacySql: Boolean = false, useQueryCache: Boolean = true, pageSize: Option[Long] = None) extends Product with Serializable

    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
  12. case class Response[A](result: A, underlying: TableResult) extends Product with Serializable

    Represents a response from BigQuery.

  13. trait Runner[A] extends AnyRef
  14. class StandardTableAsAliasSQLSyntaxBuilder[A] extends AnyRef
  15. class WrappedQueryResponse extends AnyRef

Value Members

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

    Corresponds to QueryDSLFeature#withSQL

  2. object BqParameter
  3. object Format
  4. object Runner

Inherited from AnyRef

Inherited from Any

Ungrouped