public class PostgresMigrateStreamDefinitionsSqlCommand extends SqlCommand
SqlCommand copying data from STREAM_DEFINITIONS table into
stream_definitions_tmp table handling correct way to use CLOB with
postgres.| Constructor and Description |
|---|
PostgresMigrateStreamDefinitionsSqlCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleInJdbcTemplate()
Checks if this command can handle execution directly
in a given jdbc template.
|
void |
handle(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
Connection connection)
Handle command in a given jdbc template.
|
from, from, getCommand, getSuppressedErrorCodespublic PostgresMigrateStreamDefinitionsSqlCommand()
public boolean canHandleInJdbcTemplate()
SqlCommandcanHandleInJdbcTemplate in class SqlCommandpublic void handle(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
Connection connection)
SqlCommandhandle in class SqlCommandjdbcTemplate - the jdbc templateconnection - the sql connectionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.