A B C D E F G H I J K L M N O P Q R S T U V W X _

E

EarlyHashJoin - Class in unity.operators
 
EarlyHashJoin(Operator[], EquiJoinPredicate, int, int, int, boolean, boolean) - Constructor for class unity.operators.EarlyHashJoin
 
EarlyHashJoin(Operator[], EquiJoinPredicate, int, int, int, boolean, int, int, int, int, boolean, double, boolean, boolean) - Constructor for class unity.operators.EarlyHashJoin
 
EARLYHASHJOIN - Static variable in interface unity.query.LQTreeConstants
 
EARLYHASHJOIN_NOBUFFER - Static variable in interface unity.query.LQTreeConstants
 
empty() - Method in class unity.operators.DualHashTable
 
enable_tracing() - Static method in class unity.parser.uql
 
encrypt(InputStream, OutputStream) - Method in class unity.util.XMLEncryptDecrypt
Encrypts data from a source to another using the key generated with password in the constructor.
endColumn - Variable in class unity.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endIndex - Variable in class unity.operators.DualHashTable.PartitionInfo
 
endInput() - Method in class unity.operators.BufferOperator
 
endLine - Variable in class unity.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface unity.parser.uqlConstants
 
Equal - Class in unity.predicates
 
Equal() - Constructor for class unity.predicates.Equal
 
EquiJoinPredicate - Class in unity.predicates
 
EquiJoinPredicate(int[], int[], int) - Constructor for class unity.predicates.EquiJoinPredicate
 
evaluate(Tuple) - Method in class unity.functions.Aggregate_Function
 
evaluate(Tuple) - Method in class unity.functions.ConstantValue
 
evaluate(Tuple) - Method in class unity.functions.Divide
 
evaluate(Tuple) - Method in class unity.functions.Expression
 
evaluate(Tuple) - Method in class unity.functions.ExtractAttribute
 
evaluate(Tuple) - Method in class unity.functions.F_Abs
 
evaluate(Tuple) - Method in class unity.functions.F_Ascii
 
evaluate(Tuple) - Method in class unity.functions.F_Cast
 
evaluate(Tuple) - Method in class unity.functions.F_Ceiling
 
evaluate(Tuple) - Method in class unity.functions.F_Date
 
evaluate(Tuple) - Method in class unity.functions.F_Exp
 
evaluate(Tuple) - Method in class unity.functions.F_Floor
 
evaluate(Tuple) - Method in class unity.functions.F_GetValue
 
evaluate(Tuple) - Method in class unity.functions.F_Length
 
evaluate(Tuple) - Method in class unity.functions.F_Ln
 
evaluate(Tuple) - Method in class unity.functions.F_Log
 
evaluate(Tuple) - Method in class unity.functions.F_Lower
 
evaluate(Tuple) - Method in class unity.functions.F_Position
 
evaluate(Tuple) - Method in class unity.functions.F_Power
 
evaluate(Tuple) - Method in class unity.functions.F_Random
 
evaluate(Tuple) - Method in class unity.functions.F_Replace
 
evaluate(Tuple) - Method in class unity.functions.F_Round
 
evaluate(Tuple) - Method in class unity.functions.F_Sqrt
 
evaluate(Tuple) - Method in class unity.functions.F_Substring
 
evaluate(Tuple) - Method in class unity.functions.F_Trim
 
evaluate(Tuple) - Method in class unity.functions.F_Upper
 
evaluate(Tuple) - Method in class unity.functions.M_Avg
 
evaluate(Tuple) - Method in class unity.functions.M_Choose
 
evaluate(Tuple) - Method in class unity.functions.M_ChooseNN
 
evaluate(Tuple) - Method in class unity.functions.M_Group
 
evaluate(Tuple) - Method in class unity.functions.M_GroupRef
 
evaluate(Tuple) - Method in class unity.functions.M_Max
 
evaluate(Tuple) - Method in class unity.functions.M_MaxRef
 
evaluate(Tuple) - Method in class unity.functions.M_Min
 
evaluate(Tuple) - Method in class unity.functions.M_MinRef
 
evaluate(Tuple) - Method in class unity.functions.M_Sum
 
evaluate(Tuple) - Method in class unity.functions.Minus
 
evaluate(Tuple) - Method in class unity.functions.Modulus
 
evaluate(Tuple) - Method in class unity.functions.Multiply
 
evaluate(Tuple) - Method in class unity.functions.Plus
 
evaluate(Tuple) - Method in class unity.predicates.And
 
evaluate(Tuple) - Method in class unity.predicates.ConstantSelectionPredicate
 
evaluate(Object, Object) - Method in class unity.predicates.Equal
 
evaluate(Object, Object) - Method in class unity.predicates.Greater
 
evaluate(Object, Object) - Method in class unity.predicates.GreaterEqual
 
evaluate(Object, Object) - Method in class unity.predicates.Less
 
evaluate(Object, Object) - Method in class unity.predicates.LessEqual
 
evaluate(Object, Object) - Method in class unity.predicates.Like
 
evaluate(Tuple) - Method in class unity.predicates.Not
 
evaluate(Tuple) - Method in class unity.predicates.Or
 
evaluate(Object, Object) - Method in class unity.predicates.Predicate
 
evaluate(Tuple) - Method in class unity.predicates.SelectionExprPredicate
 
evaluate(Tuple) - Method in class unity.predicates.SelectionPredicate
 
evaluate(Tuple) - Method in class unity.predicates.SimpleSelectionPredicate
 
evaluate(Tuple) - Method in class unity.predicates.XOr
 
Evaluator - Class in unity.query
 
Evaluator(GlobalQuery) - Constructor for class unity.query.Evaluator
 
execute(String) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(int, int) - Method in class unity.query.Evaluator
 
execute() - Method in class unity.query.LocalQuery
 
executeBatch() - Method in class unity.jdbc.UnityStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeByPassQuery(String, String) - Method in class unity.jdbc.UnityStatement
Allows the execution of query on a single database given its name.
executeByPassUpdate(String, String) - Method in class unity.jdbc.UnityStatement
Allows the execution of an update on a single database given its name.
executeQuery(String) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement, which returns a single ResultSet object.
executeQuery(GlobalQuery) - Method in class unity.jdbc.UnityStatement
 
executeUpdate(String) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class unity.jdbc.UnityStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
expectedTokenSequences - Variable in exception unity.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface unity.parser.uqlConstants
 
exportString(String) - Static method in class unity.annotation.CommonMethods
 
exportXML(File) - Method in class unity.extractor.AnnotatedExtractor
 
exportXML(PrintWriter) - Method in class unity.extractor.AnnotatedExtractor
 
Expr1 - Variable in class unity.predicates.SelectionExprPredicate
 
Expr2 - Variable in class unity.predicates.SelectionExprPredicate
 
Expression - Class in unity.functions
 
Expression() - Constructor for class unity.functions.Expression
 
EXPRESSION - Static variable in interface unity.query.LQTreeConstants
 
ExprSortComparator - Class in unity.predicates
 
ExprSortComparator(Expression[], boolean[]) - Constructor for class unity.predicates.ExprSortComparator
 
extract(Connection) - Method in class unity.extractor.AnnotatedExtractor
 
EXTRACT - Static variable in interface unity.parser.uqlConstants
 
ExtractAttribute - Class in unity.functions
 
ExtractAttribute(int) - Constructor for class unity.functions.ExtractAttribute
 
ExtractAttribute(int, int) - Constructor for class unity.functions.ExtractAttribute
 
extractMin() - Method in class unity.util.DGraph.MinQueue
 
ExtractorGUI - Class in unity.extractor
 
ExtractorGUI() - Constructor for class unity.extractor.ExtractorGUI
Creates new form ExtractorGUI
ExtractorXSpec - Class in unity.extractor
 
ExtractorXSpec() - Constructor for class unity.extractor.ExtractorXSpec
 
extractXMLParserSafe(String) - Static method in class unity.annotation.CommonMethods
 

A B C D E F G H I J K L M N O P Q R S T U V W X _