BDD TableGenerator #4
This commit is contained in:
parent
e0e8278da7
commit
19d1e6cdd6
@ -13,9 +13,9 @@ import java.sql.Statement;
|
|||||||
public class DatabaseTesting {
|
public class DatabaseTesting {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Table a = new Table("a");
|
Table a = new Table("a");
|
||||||
a.remplirTableAllFrom("CartesLumiere");
|
a.remplirTableAllFrom("CartesAll");
|
||||||
System.out.println(a.toString());
|
System.out.println(a.toString());
|
||||||
//BufferedImage jpg = new BufferedImage(467, 652, 1);
|
BufferedImage jpg = new BufferedImage(467, 652, 1);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -15,7 +15,7 @@ public class QueryGenerator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String getTable(String s) {
|
public static String getTable(String s) {
|
||||||
return "public.\"" + s + "\"";
|
return "public." + '"' + s + '"';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user