MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / before

Method before

src/test/java/com/sql/parse/statement/DeleteTest.java:23–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 private String simpleSql;
22
23 @Before
24 public void before() {
25 // TODO Auto-generated method stub
26 table = "table";
27 column1 = "column1";
28 column2 = "column2";
29 simpleSql = "delete from " + table;
30 }
31 /**
32 * @desc 最简单的删除
33 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected