Searched refs:getAlterTableAddColumnsCommand (Results 1 – 3 of 3) sorted by relevance
40 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).isNotNull(); in testAlterTable_getAlterTableAddColumnsCommand()41 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).contains(TABLE_NAME); in testAlterTable_getAlterTableAddColumnsCommand()42 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).contains(COLUMN_NAME); in testAlterTable_getAlterTableAddColumnsCommand()43 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).contains(COLUMN_TYPE); in testAlterTable_getAlterTableAddColumnsCommand()
188 .getAlterTableAddColumnsCommand()); in applyPlannedExerciseDatabaseUpgrade()194 .getAlterTableAddColumnsCommand()); in applyPlannedExerciseDatabaseUpgrade()
58 public String getAlterTableAddColumnsCommand() { in getAlterTableAddColumnsCommand() method in AlterTableRequest