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 _

E

encryptAES(byte[]) - Method in class com.lapetus_ltd.api.common.TLptsCryptoUtil
Encrypts the data with the instantiation's AES cipher.
encryptCredentialsAES(String, String) - Method in class com.lapetus_ltd.api.common.TLptsCryptoUtil
Encrypts credentials (user name and password) to the internal Credential format using the default AES cipher.
encryptCredentialsRSA(String, String) - Method in class com.lapetus_ltd.api.common.TLptsCryptoUtil
Encrypts credentials (user name and password) to the internal Credential format using the default RSA cipher.
encryptRSA(byte[]) - Method in class com.lapetus_ltd.api.common.TLptsCryptoUtil
Encrypts the data with the instantiation's RSA cipher.
entry - Variable in class com.lapetus_ltd._2009.xml.types.XLptsCodeTemplateType
 
equals(Object) - Method in class com.lapetus_ltd.api.db.control.TLptsConnection
This checks if one connection is equal to another, mainly used in the pooling process.
equals(Object) - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Compares the objects by their ID.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBConnectionGroupType
Check for equal TLptsDBConnectionGroupType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBCreateColumnConstraintType
Overrides the Object equals function for TLptsDBCreateColumnConstraintType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBCreateStatementColumnType
Overrides the Object equals function.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBCreateStatementRootType
Check for equal TLptsDBCreateStatementRootType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBCreateStatementTableType
Check for equal TLptsDBCreateStatementTableType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBCreateTableConstraintType
Check for equal TLptsDBCreateTableConstraintType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBProjectType
Check for equal TLptsDBProjectType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBStatementColumnType
Checks for equality with another TLptsStatementsColumnType object.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBStatementCriteriaItemType
Check for equal TLptsDBStatementCriteriaItemType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBStatementCriteriaType
Check for equal TLptsDBStatementCriteriaType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBStatementGroupType
Check for equality with another TLptsDBConnectionGroupType object.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBStatementJoinType
Check for equal TLptsDBStatementJoinType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBStatementTableType
Check for equal TLptsDBStatementTableType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBUpInsDelSetType
Check for equal TLptsDBUpInsDelSetType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBUpInsDelWhereType
Check for equal TLptsDBUpInsDelWhereType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDBWorkspaceType
Check for equal TLptsDBWorkspaceType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDimensionType
Check for equal TLptsDimensionType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDriverExtensionSubType
Check for equal TLptsDriverExtensionSubType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDriverExtensionType
Check for equal TLptsDriverExtensionType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDriverInterfaceType
Check for equal TLptsDriverInterfaceType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDriverLoaderType
Check for equal TLptsDriverLoaderType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsDriverType
Check for equal TLptsDriverType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsFunctionParameterType
Check for equal TLptsFunctionParameterType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsODBCDriverType
Check for equal TLptsODBCDriverType objects.
equals(Object) - Method in class com.lapetus_ltd.api.db.xml.types.TLptsXmlRowSetRowObjectType
Checks for equality of all three parts of the row object.
ERROR_SQL_TYPE - Static variable in class com.lapetus_ltd.api.db.control.TLptsFactoryRowSet
 
executable - Variable in class com.lapetus_ltd._2009.xml.types.XLptsDBStatementType
 
execute() - Method in class com.lapetus_ltd.api.db.control.TLptsRowSet
Javadoc taken from RowSet interface : Fills this RowSet object with data.
execute(String) - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : 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 com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : 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 com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : 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.
executeBatch() - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeDriverInterface(XLptsDriverType) - Static method in class com.lapetus_ltd.api.db.utils.TLptsDriverLoader
Executes the interface of the driver and returns either the DRIVER or DATASOURCE object.
executeDynamicDelete(TLptsStatement) - Static method in class com.lapetus_ltd.api.db.control.TLptsFactoryRowSet
Deletes Rows from a Database Table.
executeDynamicInsert(TLptsStatement) - Static method in class com.lapetus_ltd.api.db.control.TLptsFactoryRowSet
Inserts Data to a Database Table.
executeDynamicUpdate(TLptsStatement) - Static method in class com.lapetus_ltd.api.db.control.TLptsFactoryRowSet
Updates a table in a DataBase.
executeOtherStatement(TLptsStatement) - Static method in class com.lapetus_ltd.api.db.control.TLptsFactoryStatement
Executes a statement other than SELECT, INSERT, UPDATE or DELETE, and which has no resultset.
executeQuery() - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Executes the query of the selected statement.
executeQuery(String) - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : Executes the given SQL statement, which returns a single ResultSet object.
executeSelectStatement(TLptsStatement, int, int, boolean) - Static method in class com.lapetus_ltd.api.db.control.TLptsFactoryRowSet
Executes a SELECT statement and generates one or many rowsets (depending on dynamic and primary relationships).
executeUpdate() - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Executes an Update on a PreparedStatement.
executeUpdate(String) - Method in class com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : 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 com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : 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 com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : 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 com.lapetus_ltd.api.db.control.TLptsStatement
Javadoc taken from Statement interface : 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.
expandAllFromPath(TreePath) - Method in class com.lapetus_ltd.api.common.view.TLptsExpandTree
Expands all the levels (children) under a certain path.
expandAllFromRoot() - Method in class com.lapetus_ltd.api.common.view.TLptsExpandTree
Expands all the levels of all branches from the root.
expandToLevel(int) - Method in class com.lapetus_ltd.api.common.view.TLptsExpandTree
This function expands the whole tree to the level requested.
expandToLevel(TreePath, int) - Method in class com.lapetus_ltd.api.common.view.TLptsExpandTree
Expands all children (recursively) of the last component in the path supplied.
expiryDate - Variable in class com.lapetus_ltd._2009.xml.licencetype.XLptsLicenceType
 
extension - Variable in class com.lapetus_ltd._2009.xml.types.XLptsDriverExtensionSubType
 

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)