node-ovsdb
Preparing search index...
ConditionForTable
Type Alias ConditionForTable<TDatabase, TTable>
ConditionForTable
:
|
{
[
TColumn
in
ColumnName
<
TDatabase
,
TTable
>
]
:
[
TColumn
,
ConditionFunction
,
TableRow
<
TDatabase
,
TTable
>
[
TColumn
]
|
OvsdbValue
,
]
}
[
ColumnName
<
TDatabase
,
TTable
>
]
|
[
string
,
ConditionFunction
,
OvsdbValue
]
A column condition for a specific table.
Type Parameters
TDatabase
extends
DatabaseTableMap
TTable
extends
TableName
<
TDatabase
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
node-ovsdb
Loading...
A column condition for a specific table.