public class H2TableTests extends Object
Constructor and Description |
---|
H2TableTests() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAllShouldExecuteDeleteFromStatement() |
void |
deleteByShouldExecuteConditionalDeleteFromStatement() |
void |
findByShouldExecuteConditionalSelectStatement() |
void |
findByWithColumnNameShouldExecuteConditionalSelectStatementAndProcessResults() |
void |
insertRowShouldExecuteInsertIntoStatement() |
void |
updateByShouldExecuteConditionalUpdateStatement() |
void |
updateByShouldThrowExceptionWhenNoUpdatedValuesAreSpecified() |
public void insertRowShouldExecuteInsertIntoStatement() throws H2DatabaseAccessException, SQLException
public void deleteAllShouldExecuteDeleteFromStatement() throws H2DatabaseAccessException, SQLException
public void deleteByShouldExecuteConditionalDeleteFromStatement() throws H2DatabaseAccessException, SQLException
public void updateByShouldExecuteConditionalUpdateStatement() throws H2DatabaseAccessException, SQLException
public void findByShouldExecuteConditionalSelectStatement() throws H2DatabaseAccessException, SQLException
public void findByWithColumnNameShouldExecuteConditionalSelectStatementAndProcessResults() throws H2DatabaseAccessException, SQLException
public void updateByShouldThrowExceptionWhenNoUpdatedValuesAreSpecified() throws H2DatabaseAccessException, SQLException
Copyright © 2016. All rights reserved.