Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)
A B C D E F G H I J K L M N O P R S T U V W X Y Z _

U

uniqueTitle - Variable in class com.lapetus_ltd._2009.xml.types.XLptsCodeEntryType
 
unmarshal(String, Class<T>) - Static method in class com.lapetus_ltd.api.common.TLptsXmlUtil
Reads a XML file from a path on the disk, a URL or the jar resource.
unwrap(Class<T>) - Method in class com.lapetus_ltd.api.db.control.TLptsConnection
JavaDoc from the Connection Interface: Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
updateArray(int, Array) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Blob value.
updateBlob(int, InputStream, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(String, InputStream, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(int, InputStream) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given input stream.
updateBlob(String, InputStream) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given input stream.
updateBoolean(int, boolean) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a byte value.
updateByte(String, byte) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value.
updateCharacterStream(String, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value.
updateClob(int, Clob) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Clob value.
updateClob(int, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(String, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(int, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader object.
updateClob(String, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader object.
updateDate(int, Date) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a double value.
updateDouble(String, double) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a double value.
updateFloat(int, float) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a float value.
updateFloat(String, float) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a float value.
updateInt(int, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an int value.
updateInt(String, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an int value.
updateLong(int, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a long value.
updateLong(String, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a long value.
updateNCharacterStream(int, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(String, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(int, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a character stream value.
updateNClob(int, NClob) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.NClob value.
updateNClob(String, NClob) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.NClob value.
updateNClob(int, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(String, Reader, long) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(int, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader

The data will be read from the stream as needed until end-of-stream is reached.

updateNClob(String, Reader) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column using the given Reader object.
updateNString(int, String) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a String value.
updateNString(String, String) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a String value.
updateNull(int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a null value.
updateNull(String) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a null value.
updateObject(int, Object, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an Object value.
updateObject(int, Object) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an Object value.
updateObject(String, Object) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with an Object value.
updateRef(int, Ref) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Ref value.
updateRow() - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRowId(int, RowId) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a RowId value.
updateRowId(String, RowId) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a RowId value.
updateShort(int, short) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a short value.
updateShort(String, short) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a short value.
updateSQLXML(int, SQLXML) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.SQLXML value.
updateSQLXML(String, SQLXML) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.SQLXML value.
updateString(int, String) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a String value.
updateString(String, String) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a String value.
updateTime(int, Time) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Updates the designated column with a java.sql.Timestamp value.
upInsDelListItem - Variable in class com.lapetus_ltd._2009.xml.types.XLptsDBStatementType
 
upInsDelParameterItem - Variable in class com.lapetus_ltd._2009.xml.types.XLptsDBStatementColumnType
 
userName - Variable in class com.lapetus_ltd.api.common.TLptsCryptoUtil.Credentials
The user name part of the credential.

A B C D E F G H I J K L M N O P R S T U V W X Y Z _
Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)