Class: Google::Cloud::Bigquery::Migration::V2::Dialect
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::Dialect
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb
Overview
The possible dialect options for translation.
Instance Attribute Summary collapse
-
#azure_synapse_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::AzureSynapseDialect
The Azure Synapse dialect.
-
#bigquery_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::BigQueryDialect
The BigQuery dialect.
-
#db2_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::DB2Dialect
DB2 dialect.
-
#greenplum_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::GreenplumDialect
Greenplum dialect.
-
#hiveql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::HiveQLDialect
The HiveQL dialect.
-
#mysql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::MySQLDialect
The MySQL dialect.
-
#netezza_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::NetezzaDialect
The Netezza dialect.
-
#oracle_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::OracleDialect
The Oracle dialect.
-
#postgresql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::PostgresqlDialect
The Postgresql dialect.
-
#presto_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::PrestoDialect
The Presto dialect.
-
#redshift_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::RedshiftDialect
The Redshift dialect.
-
#snowflake_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SnowflakeDialect
The Snowflake dialect.
-
#sparksql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SparkSQLDialect
The SparkSQL dialect.
-
#sql_server_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SQLServerDialect
The SQL Server dialect.
-
#sqlite_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SQLiteDialect
SQLite dialect.
-
#teradata_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::TeradataDialect
The Teradata dialect.
-
#vertica_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::VerticaDialect
The Vertica dialect.
Instance Attribute Details
#azure_synapse_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::AzureSynapseDialect
Returns The Azure Synapse dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bigquery_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::BigQueryDialect
Returns The BigQuery dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#db2_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::DB2Dialect
Returns DB2 dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#greenplum_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::GreenplumDialect
Returns Greenplum dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hiveql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::HiveQLDialect
Returns The HiveQL dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mysql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::MySQLDialect
Returns The MySQL dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#netezza_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::NetezzaDialect
Returns The Netezza dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oracle_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::OracleDialect
Returns The Oracle dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postgresql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::PostgresqlDialect
Returns The Postgresql dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#presto_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::PrestoDialect
Returns The Presto dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#redshift_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::RedshiftDialect
Returns The Redshift dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snowflake_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SnowflakeDialect
Returns The Snowflake dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sparksql_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SparkSQLDialect
Returns The SparkSQL dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_server_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SQLServerDialect
Returns The SQL Server dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sqlite_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::SQLiteDialect
Returns SQLite dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#teradata_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::TeradataDialect
Returns The Teradata dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vertica_dialect ⇒ ::Google::Cloud::Bigquery::Migration::V2::VerticaDialect
Returns The Vertica dialect.
111 112 113 114 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 111 class Dialect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |