public class ClientPostgreSql extends ClientBase implements IMigrationClient
| Constructor and Description |
|---|
ClientPostgreSql() |
| Modifier and Type | Method and Description |
|---|---|
void |
alterColumn(String tableName,
String columnName,
String columnDefinition) |
void |
dropSequence(String sequenceName) |
void |
dropTable(String tableName) |
void |
renameColumn(String tableName,
String oldColumnName,
String newColumnName) |
void |
renameSequence(String sequenceName,
String newSequenceName) |
void |
renameTable(String tableName,
String newTableName) |
addColumn, createIndex, createTable, dropColumn, dropTable, executeRaw, getAdminUser, getColumnName, getDatabaseSchemaVersion, getDatabaseSchemaVersionInt, getIndexName, getRow, getRow, getRows, getRowsByQuery, getSequenceName, getTableName, hasColumn, hasTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddColumn, createIndex, createTable, dropColumn, dropTable, executeRaw, getAdminUser, getColumnName, getDatabaseSchemaVersion, getDatabaseSchemaVersionInt, getRow, getRow, getRows, getTableName, hasColumn, hasTablepublic void renameColumn(String tableName, String oldColumnName, String newColumnName) throws SQLException
renameColumn in interface IMigrationClientSQLExceptionpublic void alterColumn(String tableName, String columnName, String columnDefinition) throws SQLException
alterColumn in interface IMigrationClientSQLExceptionpublic void renameTable(String tableName, String newTableName) throws SQLException
renameTable in interface IMigrationClientSQLExceptionpublic void dropTable(String tableName) throws SQLException
dropTable in interface IMigrationClientdropTable in class ClientBaseSQLExceptionpublic void renameSequence(String sequenceName, String newSequenceName) throws SQLException
renameSequence in interface IMigrationClientrenameSequence in class ClientBaseSQLExceptionpublic void dropSequence(String sequenceName) throws SQLException
dropSequence in interface IMigrationClientSQLExceptionCopyright © 2015–2019. All rights reserved.