Connections.close();
}
@Test
public void test() throws SQLException, IllegalArgumentException, IllegalAccessException {
SQLTemplates templates = new PostgresTemplates();
Connections.dropTable(templates, "type_tests");
Statement stmt = Connections.getStatement();
stmt.execute("create table type_tests (" +
"_numeric_1 numeric(1), " +
"_numeric_2 numeric(2), " +