isConsistent
Determine whether variable definitions visible to connected data source are consistent
Since R2024a
Description
isConsistent(
returns
connectionObj
)1
(true
) if the function does not find inconsistent
variable definitions in the connected data source, and 0
(false
) otherwise.
isConsistent(
returns connectionObj
, varNames
)1
(true
) if the specified variables
varNames
do not have multiple inconsistent definitions, and
0
(false
) otherwise. If the specified variable does
not exist in the connected data source, the function returns 1
(true
).
Examples
Input Arguments
Version History
Introduced in R2024a