Exception BigQueryJdbcSqlSyntaxErrorException (2.58.0)

public class BigQueryJdbcSqlSyntaxErrorException extends SQLSyntaxErrorException

Specific SQLSyntaxErrorException thrown when the SQLState class value is '42', or under vendor-specified conditions. This indicates that the in-progress query has violated SQL syntax rules.

Constructors

BigQueryJdbcSqlSyntaxErrorException(BigQueryException ex)

public BigQueryJdbcSqlSyntaxErrorException(BigQueryException ex)

Constructs a new BigQueryJdbcSqlSyntaxErrorException from BigQueryException

Parameter
Name Description
ex BigQueryException

The BigQueryException to be thrown.