Class GenericTableSchema
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.schema.TableSchema<GenericTableSchema>
-
- org.opendaylight.ovsdb.lib.schema.GenericTableSchema
-
public class GenericTableSchema extends TableSchema<GenericTableSchema>
-
-
Field Summary
-
Fields inherited from class org.opendaylight.ovsdb.lib.schema.TableSchema
UUID_COLUMN_SCHMEMA, VERSION_COLUMN_SCHMEMA
-
-
Constructor Summary
Constructors Constructor Description GenericTableSchema(String name)
GenericTableSchema(String name, Map<String,ColumnSchema> columns)
GenericTableSchema(TableSchema tableSchema)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenericTableSchema
fromJson(String tableName, com.fasterxml.jackson.databind.JsonNode json)
GenericTableSchema
withInternallyGeneratedColumns()
-
Methods inherited from class org.opendaylight.ovsdb.lib.schema.TableSchema
as, column, column, createRow, createRows, getColumnList, getColumns, getColumnSchemas, getColumnType, getName, hasColumn, haveInternallyGeneratedColumns, insert, multiValuedColumn, multiValuedColumn, updatesFromJson
-
-
-
-
Constructor Detail
-
GenericTableSchema
public GenericTableSchema(String name)
-
GenericTableSchema
public GenericTableSchema(String name, Map<String,ColumnSchema> columns)
-
GenericTableSchema
public GenericTableSchema(TableSchema tableSchema)
-
-
Method Detail
-
fromJson
public static GenericTableSchema fromJson(String tableName, com.fasterxml.jackson.databind.JsonNode json)
-
withInternallyGeneratedColumns
public GenericTableSchema withInternallyGeneratedColumns()
- Specified by:
withInternallyGeneratedColumns
in classTableSchema<GenericTableSchema>
-
-