JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
ch.nolix.systemapi.objectschema.modelmutationexaminer
ITableMutationExaminer
Contents
Description
Method Summary
Method Details
canBeAddedToDatabase(ITable)
Hide sidebar
Show sidebar
Interface ITableMutationExaminer
All Known Implementing Classes:
TableMutationExaminer
public interface
ITableMutationExaminer
Author:
Silvan Wyss
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
canBeAddedToDatabase
(
ITable
table)
Method Details
canBeAddedToDatabase
boolean
canBeAddedToDatabase
(
ITable
table)
Parameters:
table
-
Returns:
true if the given table can be added to a
IDatabase
, false otherwise.