Class BigQueryJdbcTemplate
java.lang.Object
migratedb.v1.core.api.internal.jdbc.JdbcTemplate
migratedb.v1.core.internal.database.bigquery.BigQueryJdbcTemplate
-
Field Summary
Fields inherited from class migratedb.v1.core.api.internal.jdbc.JdbcTemplate
connection, nullType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PreparedStatementprepareStatement(String sql, Object[] params) Creates a new prepared statement for this sql with these params.Methods inherited from class migratedb.v1.core.api.internal.jdbc.JdbcTemplate
execute, executeStatement, extractErrors, getConnection, query, queryForBoolean, queryForInt, queryForList, queryForString, queryForStringList, update
-
Constructor Details
-
BigQueryJdbcTemplate
-
-
Method Details
-
prepareStatement
Description copied from class:JdbcTemplateCreates a new prepared statement for this sql with these params.- Overrides:
prepareStatementin classJdbcTemplate- Parameters:
sql- The sql to execute.params- The params.- Returns:
- The new prepared statement.
- Throws:
SQLException- when the statement could not be prepared.
-