protected SybaseSchemaBase(StatusEnum.ObjectTypeEnum objectType) : base("[", "]", objectType) { }
public MySQLSchemaBase(StatusEnum.ObjectTypeEnum objectType) : base("`", "`", objectType) { this.Owner = ""; }