Class DbName

java.lang.Object
io.github.mmm.orm.metadata.DbName

public final class DbName extends Object
Name of a database object (schema, table, column, etc.). It is more or less just a wrapper for a String but also handles abstraction of quotation that may differ by database dialect.
Since:
1.0.0
See Also: