Skip navigation links
A C D E F G H I J K L M N O P R S T U V W Y 

A

add(String) - Method in class PrologDB.ErrorReport
add errorMsg to report string
add(Tuple) - Method in class PrologDB.Table
adds tuple t to 'this' table; throws error the schema of the tuple does not match the schema of the table to which it is being added Untested precondition: that the schema of the tuple conforms to the schema of the table
add(Tuple) - Method in class PrologDB.Unique
register the content of a tuple: get its idcol key, column value, and see if the column value has been seen before; if so, report an error.
addColumn(Column) - Method in class PrologDB.TableSchema
add a new column c to 'this' TableSchema; new column is appended to the existing list of columns Error is thrown if columns with duplicate names are detected
addColumnFirst(Column) - Method in class PrologDB.TableSchema
add column c as the first of 'this' schema
addColumns(Column...) - Method in class PrologDB.TableSchema
append an array of column to existing columns of 'this' schema
addColumnsFirst(Column...) - Method in class PrologDB.TableSchema
place an array of columns before existing columns of 'this' schema
addColumnValue(String, String) - Method in class PrologDB.Tuple
adds an individual column,value pair to a tuple; Error thrown if column is not existent
addColumnValuesEH(String...) - Method in class PrologDB.Tuple
adds a list of values, in order in which their columns are defined, to an empty tuple.
addSubTableSchema(SubTableSchema) - Method in class PrologDB.DBSchema
add subtable schema sts to 'this' database schema
addTableSchema(TableSchema) - Method in class PrologDB.DBSchema
add table schema tableschema to 'this' database schema
All - Class in MDL
All echoes the name of every program that can be invoked in MDL* Simple enough to enumerate
All() - Constructor for class MDL.All
 
anyschemaCheck(String) - Static method in class PrologDB.DBSchema
asserts that schemaFileName, which could be an .ooschema or .schema, ends with the appropriate ".schema.pl" or ".ooschema.pl" extensions, otherwise a Error is thrown
AssertThereIsMoreToParse() - Method in class PrologParser.LineToParse
is there more to parse to parse? If not, throw ParseException
autopsy - Static variable in class RegTest.Utility
autopsy = line number at which files differ
A C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links