- init() - Static method in class RegTest.Utility
-
init initializes Utility -- should be called but often is not
- InstanceOf - Class in MDL
-
InstanceOf is a program that takes two inputs, a schema and a db,
and confirms (or refutes) that the db conforms to the schema (sans constraints)
- InstanceOf() - Constructor for class MDL.InstanceOf
-
- is(String, String) - Method in class PrologDB.Tuple
-
does columnName have value?
- is(String, String...) - Method in class PrologDB.Tuple
-
does columnName have any of these values
- is(String, int) - Method in class PrologDB.Tuple
-
does columnName have integer value?
- is(String, float) - Method in class PrologDB.Tuple
-
does columnName have float value?
- is(String, double) - Method in class PrologDB.Tuple
-
does columnName have double value?
- is(String) - Method in class PrologDB.Tuple
-
does columnName have boolean true?
- isComplete() - Method in class PrologDB.Tuple
-
asserts that a tuple has its full complement of values.
- isDetached() - Method in class PrologDB.TableSchema
-
- isNull(String) - Method in class PrologDB.Tuple
-
is value of columnName "null"?
- isQuoted() - Method in class PrologDB.Column
-
Returns true if column values are single quoted