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

U

UnaryExpression() - Static method in class unity.parser.uql
 
UnaryTerm() - Static method in class unity.parser.uql
 
Union() - Static method in class unity.parser.uql
 
UNION - Static variable in interface unity.parser.uqlConstants
 
UNION - Static variable in interface unity.query.LQTreeConstants
 
unionCompatible(Attribute, Attribute, boolean[], Expression[], int) - Static method in class unity.relational.Attribute
 
unionCompatible(Relation, Relation, Expression[], Expression[], boolean[]) - Static method in class unity.relational.Relation
 
unity.annotation - package unity.annotation
 
unity.extractor - package unity.extractor
 
unity.functions - package unity.functions
 
unity.globalschema - package unity.globalschema
 
unity.io - package unity.io
 
unity.jdbc - package unity.jdbc
 
unity.operators - package unity.operators
 
unity.parser - package unity.parser
 
unity.predicates - package unity.predicates
 
unity.query - package unity.query
 
unity.relational - package unity.relational
 
UnityConnection - Class in unity.jdbc
A connection (session) with the integrated database.
UnityConnection(GlobalSchema, Properties) - Constructor for class unity.jdbc.UnityConnection
 
UnityDatabaseMetaData - Class in unity.jdbc
 
UnityDatabaseMetaData(GlobalSchema, UnityConnection) - Constructor for class unity.jdbc.UnityDatabaseMetaData
 
UnityDriver - Class in unity.jdbc
Unity implements the java.sql.Driver interface and may be used like any other JDBC driver.
UnityDriver() - Constructor for class unity.jdbc.UnityDriver
 
UnityResultSet - Class in unity.jdbc
 
UnityResultSet(ResultRowData) - Constructor for class unity.jdbc.UnityResultSet
 
UnityResultSetMetaData - Class in unity.jdbc
 
UnityStatement - Class in unity.jdbc
The object used for executing a static SQL statement and returning the results it produces.
UnityStatement(UnityConnection, int, int, GlobalSchema) - Constructor for class unity.jdbc.UnityStatement
 
UNKNOWN - Static variable in interface unity.query.LQTreeConstants
 
updateArray(int, Array) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Array value.
updateArray(int, Array) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Array value.
updateArray(int, Array) - Method in class unity.query.ResultRowData
Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class unity.query.ResultRowData
This method is currently not supported.
updateBigDecimal(int, BigDecimal) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class unity.query.ResultRowData
Updates the designated column with a java.math.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class unity.query.ResultRowData
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(int, Blob) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(int, Blob) - Method in class unity.query.ResultRowData
Updates the designated column with a java.sql.Blob value.
updateBoolean(int, boolean) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a boolean value.
updateBoolean(int, boolean) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a boolean value.
updateBoolean(int, boolean) - Method in class unity.query.ResultRowData
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a byte value.
updateByte(int, byte) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a byte value.
updateByte(int, byte) - Method in class unity.query.ResultRowData
Updates the designated column with a Byte value.
updateBytes(int, byte[]) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a byte array value.
updateBytes(int, byte[]) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a byte array value.
updateBytes(int, byte[]) - Method in class unity.query.ResultRowData
Updates the designated column with a Byte array value.
updateCharacterStream(int, Reader, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class unity.query.ResultRowData
This method is currently not supported.
updateClob(int, Clob) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(int, Clob) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(int, Clob) - Method in class unity.query.ResultRowData
Updates the designated column with a java.sql.Clob value.
updateDate(int, Date) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Date value.
updateDate(int, Date) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Date value.
updateDate(int, Date) - Method in class unity.query.ResultRowData
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a double value.
updateDouble(int, double) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a double value.
updatedouble(int, double) - Method in class unity.query.ResultRowData
Updates the designated column with a double value.
updateFloat(int, float) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a float value.
updateFloat(int, float) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a float value.
updateFloat(int, float) - Method in class unity.query.ResultRowData
Updates the designated column with a float value.
updateInt(int, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an int value.
updateInt(int, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an int value.
updateInt(int, int) - Method in class unity.query.ResultRowData
Updates the designated column with an int value.
updateLong(int, long) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a long value.
updateLong(int, long) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a long value.
updateLong(int, long) - Method in class unity.query.ResultRowData
Updates the designated column with a long value.
updateNull(int) - Method in class unity.jdbc.LocalResultSet
Gives a nullable column a null value.
updateNull(String) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a null value.
updateNull(int) - Method in class unity.jdbc.UnityResultSet
Gives a nullable column a null value.
updateNull(String) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a null value.
updateNull(int) - Method in class unity.query.ResultRowData
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class unity.query.ResultRowData
Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class unity.query.ResultRowData
This method is currently not supported.
updateRef(int, Ref) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(int, Ref) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(int, Ref) - Method in class unity.query.ResultRowData
Updates the designated column with a java.sql.Ref value.
updateRow() - Method in class unity.jdbc.LocalResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRow() - Method in class unity.jdbc.UnityResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRow() - Method in class unity.query.ResultRowData
Updates the underlying database with the new contents of the current row of this ResultSet object.
updatesAreDetected(int) - Method in class unity.jdbc.UnityDatabaseMetaData
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateShort(int, short) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a short value.
updateShort(int, short) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a short value.
updateShort(int, short) - Method in class unity.query.ResultRowData
Updates the designated column with a short value.
updateString(int, String) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a String value.
updateString(int, String) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a String value.
updateString(int, String) - Method in class unity.query.ResultRowData
Updates the designated column with a String value.
updateTime(int, Time) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Time value.
updateTime(int, Time) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Time value.
updateTime(int, Time) - Method in class unity.query.ResultRowData
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class unity.jdbc.LocalResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(int, Timestamp) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class unity.jdbc.UnityResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimeStamp(int, Timestamp) - Method in class unity.query.ResultRowData
Updates the designated column with a Timestamp value.
uql - Class in unity.parser
 
uql(InputStream) - Constructor for class unity.parser.uql
 
uql(InputStream, String) - Constructor for class unity.parser.uql
 
uql(Reader) - Constructor for class unity.parser.uql
 
uql(uqlTokenManager) - Constructor for class unity.parser.uql
 
uqlConstants - Interface in unity.parser
 
uqlTokenManager - Class in unity.parser
 
uqlTokenManager(SimpleCharStream) - Constructor for class unity.parser.uqlTokenManager
 
uqlTokenManager(SimpleCharStream, int) - Constructor for class unity.parser.uqlTokenManager
 
uqlTreeConstants - Interface in unity.parser
 
usesLocalFilePerTable() - Method in class unity.jdbc.UnityDatabaseMetaData
Retrieves whether this database uses a file for each table.
usesLocalFiles() - Method in class unity.jdbc.UnityDatabaseMetaData
Returns true only because driver may use temporary local files for query processing.

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