- schema - Variable in class PrologDB.Table
-
each table points to its tablesSchema "schema"
- schemaCheck(String) - Static method in class PrologDB.DBSchema
-
asserts that schemaFilename must end with ".schema.pl"; throws
Error otherwise
- set(String, String) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given string value
- set(String, int) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given int value
- set(String, double) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given double value
- set(String, float) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given float value
- set(String, boolean) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given boolean value
- setHomePath() - Static method in class MDELite6.HomePath
-
key method for MDELite implementations.
- setLineToParse(LineToParse) - Method in class PrologProductions.Token
-
set line to parse (l)
- setNull(String) - Method in class PrologDB.Tuple
-
sets a column with columnName to have null value
- SingleQuotedString - Class in PrologProductions
-
SingleQuotedString is '...'
- SingleQuotedString() - Constructor for class PrologProductions.SingleQuotedString
-
- SingleQuotedString(LineToParse) - Constructor for class PrologProductions.SingleQuotedString
-
- size() - Method in class PrologDB.DBSchema
-
return number of TableSchemas (equivalently the number of Tables in a
schema instance) in this dbschema
- size() - Method in class PrologDB.Table
-
returns number of tuples in this table
- size() - Method in class PrologDB.TableSchema
-
returns number of columns presently in 'this' TableSchema
- size() - Method in class PrologDB.Tuple
-
returns current number of (column,value) pairs in this tuple.
- sort(String) - Method in class PrologDB.Table
-
sort 'this' Table on column with columnName
- spawnCommandLine(String...) - Static method in class MDELite6.ExeUtils
-
spans a process for the given command line, and doesn't wait to finish
- stream() - Method in class PrologDB.Table
-
convert table into a stream of Tuples
- SubTableSchema - Class in PrologDB
-
a SubTableSchema object is an ordered pair (table, [list-of-subtables]),
which encodes one level of a table inheritance hierarchy.
- SubTableSchema(TableSchema) - Constructor for class PrologDB.SubTableSchema
-
create new SubTable object for parent schema supr
- SubTableSchema(TableSchema, List<TableSchema>) - Constructor for class PrologDB.SubTableSchema
-
create subTableSchema declaration for parent TableSchema supr with
subtable Schemas subs
- subTableStmt - Static variable in class PrologParser.LineToParse
-
subTableStatement statement as a sequence of tokens