// other types
this.add(new OptionalLengthType("binary", "CHAR", " FOR BIT DATA", conf));
this.add(new RequiredLengthType("varbinary", "VARCHAR", " FOR BIT DATA", conf));
this.add(new NoParamType("longvarbinary", "LONG VARCHAR FOR BIT DATA"));
this.add(new LobType("other", "BLOB", conf));
this.add(new LobType("javaobject", "BLOB", conf));
this.add(new LobType("blob", "BLOB", conf));
this.add(new LobType("clob", "CLOB", conf));
}