Class DatabaseSchemaImpl
java.lang.Object
org.opendaylight.ovsdb.lib.schema.DatabaseSchemaImpl
- All Implemented Interfaces:
 DatabaseSchema
- 
Constructor Summary
ConstructorsConstructorDescriptionDatabaseSchemaImpl(String name, Version version, Map<String, TableSchema> tables)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected <E extends TableSchema<E>>
EcreateTableSchema(Class<E> clazz, TableSchema<E> table) static DatabaseSchemagetName()booleanprotected final boolean<E extends TableSchema<E>>
E 
- 
Constructor Details
- 
DatabaseSchemaImpl
 
 - 
 - 
Method Details
- 
fromJson
 - 
getTables
- Specified by:
 getTablesin interfaceDatabaseSchema
 - 
hasTable
- Specified by:
 hasTablein interfaceDatabaseSchema
 - 
table
- Specified by:
 tablein interfaceDatabaseSchema
 - 
createTableSchema
 - 
getName
- Specified by:
 getNamein interfaceDatabaseSchema
 - 
getVersion
- Specified by:
 getVersionin interfaceDatabaseSchema
 - 
withInternallyGeneratedColumns
- Specified by:
 withInternallyGeneratedColumnsin interfaceDatabaseSchema
 - 
haveInternallyGeneratedColumns
protected final boolean haveInternallyGeneratedColumns() 
 -