Revision 10270 trunk/libraries/libGDBMS/src/main/java/com/hardcode/gdbms/engine/values/StringValue.java

View differences:

StringValue.java
283 283
    public int getSQLType() {
284 284
        return Types.LONGVARCHAR;
285 285
    }
286
	public int getWidth() {
287
		return value.length();
286
	
287
    public int getWidth() {
288
		return getValue().length();
288 289
	}
289 290
}

Also available in: Unified diff