public sealed class Dialect : IMessage<Dialect>, IEquatable<Dialect>, IDeepCloneable<Dialect>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class Dialect.
The possible dialect options for translation.
Namespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.MigrationV2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
Dialect()
public Dialect()
Dialect(Dialect)
public Dialect(Dialect other)
Parameter | |
---|---|
Name | Description |
other | Dialect |
Properties
AzureSynapseDialect
public AzureSynapseDialect AzureSynapseDialect { get; set; }
The Azure Synapse dialect
Property Value | |
---|---|
Type | Description |
AzureSynapseDialect |
BigqueryDialect
public BigQueryDialect BigqueryDialect { get; set; }
The BigQuery dialect
Property Value | |
---|---|
Type | Description |
BigQueryDialect |
DialectValueCase
public Dialect.DialectValueOneofCase DialectValueCase { get; }
Property Value | |
---|---|
Type | Description |
DialectDialectValueOneofCase |
HiveqlDialect
public HiveQLDialect HiveqlDialect { get; set; }
The HiveQL dialect
Property Value | |
---|---|
Type | Description |
HiveQLDialect |
MysqlDialect
public MySQLDialect MysqlDialect { get; set; }
The MySQL dialect
Property Value | |
---|---|
Type | Description |
MySQLDialect |
NetezzaDialect
public NetezzaDialect NetezzaDialect { get; set; }
The Netezza dialect
Property Value | |
---|---|
Type | Description |
NetezzaDialect |
OracleDialect
public OracleDialect OracleDialect { get; set; }
The Oracle dialect
Property Value | |
---|---|
Type | Description |
OracleDialect |
PostgresqlDialect
public PostgresqlDialect PostgresqlDialect { get; set; }
The Postgresql dialect
Property Value | |
---|---|
Type | Description |
PostgresqlDialect |
PrestoDialect
public PrestoDialect PrestoDialect { get; set; }
The Presto dialect
Property Value | |
---|---|
Type | Description |
PrestoDialect |
RedshiftDialect
public RedshiftDialect RedshiftDialect { get; set; }
The Redshift dialect
Property Value | |
---|---|
Type | Description |
RedshiftDialect |
SnowflakeDialect
public SnowflakeDialect SnowflakeDialect { get; set; }
The Snowflake dialect
Property Value | |
---|---|
Type | Description |
SnowflakeDialect |
SparksqlDialect
public SparkSQLDialect SparksqlDialect { get; set; }
The SparkSQL dialect
Property Value | |
---|---|
Type | Description |
SparkSQLDialect |
SqlServerDialect
public SQLServerDialect SqlServerDialect { get; set; }
The SQL Server dialect
Property Value | |
---|---|
Type | Description |
SQLServerDialect |
TeradataDialect
public TeradataDialect TeradataDialect { get; set; }
The Teradata dialect
Property Value | |
---|---|
Type | Description |
TeradataDialect |
VerticaDialect
public VerticaDialect VerticaDialect { get; set; }
The Vertica dialect
Property Value | |
---|---|
Type | Description |
VerticaDialect |