Nixed vestigial methods.

This commit is contained in:
Michael Bayne
2010-10-25 19:53:34 +00:00
parent 230a53faf8
commit ec04d618c4
@@ -316,12 +316,6 @@ public class PostgreSQLBuilder
public String getDoubleType (int length) {
return "DOUBLE PRECISION";
}
public String getByteArrayType (int length) {
return "BYTEA";
}
public String getIntArrayType (int length) {
return "BYTEA";
}
public String getStringType (int length) {
return "VARCHAR(" + length + ")";
}