Interface DatabaseSchema
- All Known Subinterfaces:
 TypedDatabaseSchema
- All Known Implementing Classes:
 DatabaseSchemaImpl,ForwardingDatabaseSchema
public interface DatabaseSchema
Represents an ovsdb database schema, which is comprised of a set of tables.
- 
Method Summary
Modifier and TypeMethodDescriptionstatic DatabaseSchemagetName()boolean<E extends TableSchema<E>>
E 
- 
Method Details
- 
getTables
 - 
hasTable
 - 
table
 - 
getName
String getName() - 
getVersion
Version getVersion() - 
withInternallyGeneratedColumns
DatabaseSchema withInternallyGeneratedColumns() - 
fromJson
 
 -