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

C

CACHE_SIZE - Variable in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
 
CACHE_STATISTICS - Static variable in interface org.enhydra.dods.statistics.Statistics
When there is only data object cache (there are no query caches), statistics is CACHE_STATISTICS (contains information about tables and data object cache).
CASE_INSENSITIVE_CONTAINS - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_INSENSITIVE_DATABASE - Static variable in interface org.enhydra.dods.CommonConstants
 
CASE_INSENSITIVE_ENDS_WITH - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_INSENSITIVE_EQUAL - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_INSENSITIVE_MATCH - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_INSENSITIVE_STARTS_WITH - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_SENSITIVE_CONTAINS - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_SENSITIVE_ENDS_WITH - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_SENSITIVE_MATCH - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CASE_SENSITIVE_STARTS_WITH - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
CLOSE_IN - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
COLUMN_ATT_NAMES - Static variable in class org.enhydra.dods.trans.TransientXMLBuilderFactory
 
COLUMN_CAN_BE_NULL - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_DB_TYPE - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_IS_ARRAY - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_IS_CONSTANT - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_IS_INDEX - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_IS_PRIMARY_KEY - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_IS_REFERENCE - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_IS_UNIQUE - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_JAVA_TYPE - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_NON_SECURITY - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_REF_CONSTARINT - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_REF_FOREIGN_KEY_COLUMN_NAME - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_REF_IS_ABSTARCT - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_REF_IS_FOREIGN_KEY - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_SECURITY - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COLUMN_USED_FOR_QUERY - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
COMPLEX_QUERY_CACHE - Static variable in interface org.enhydra.dods.cache.CacheConstants
Methods use this constant for retrieving information about complex query cache.
COMPLEX_QUERY_CACHE_SIZE - Variable in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
 
CONFIGURATION_DIR_PARAMETER - Static variable in class org.enhydra.dods.generator.DODSGenerator
 
CONNECTION_ALLOCATOR - Static variable in interface org.enhydra.dods.CommonConstants
ConnectionAllocator class parameter name
CONNECTION_FACTORY - Static variable in interface org.enhydra.dods.CommonConstants
ConnectionFactory class parameter name
CacheAdministration - class org.enhydra.dods.cache.CacheAdministration.
CacheAdministration handles configuration settings about cache (data object (or DataStruct object), simple query or complex query cache).
CacheAdministration() - Constructor for class org.enhydra.dods.cache.CacheAdministration
 
CacheConstants - interface org.enhydra.dods.cache.CacheConstants.
This intefrace contains constants needed for data object (or DataStruct object), simple query and complex query caches.
CacheObjectException - exception org.enhydra.dods.exceptions.CacheObjectException.
CacheObjectException handles exceptions occured in the work with cache.
CacheObjectException(String) - Constructor for class org.enhydra.dods.exceptions.CacheObjectException
Constructs an exception without a specified cause.
CacheObjectException(String, Throwable) - Constructor for class org.enhydra.dods.exceptions.CacheObjectException
Constructs an exception with an associated causing exception.
CacheStatistics - interface org.enhydra.dods.statistics.CacheStatistics.
This interface provides information about query statistics of the cache (DO (data object), simple query or complex query cache).
CachedDBTransaction - interface com.lutris.appserver.server.sql.CachedDBTransaction.
 
CloneableDO - class com.lutris.appserver.server.sql.CloneableDO.
Base class from which the data objects are created.
CloneableDO() - Constructor for class com.lutris.appserver.server.sql.CloneableDO
Public constructor.
CloneableDO(ResultSet) - Constructor for class com.lutris.appserver.server.sql.CloneableDO
Public constructor.
Column - class org.enhydra.dods.trans.Column.
This class represents database table column.
Column(boolean, boolean) - Constructor for class org.enhydra.dods.trans.Column
 
Column() - Constructor for class org.enhydra.dods.trans.Column
 
ColumnNullException - exception com.lutris.dods.builder.generator.query.ColumnNullException.
ColumnNullException is thrown by RDBColumnValue.get methods when an unexpected NULL value in a column retrieved from the database.
ColumnTypeException - exception com.lutris.dods.builder.generator.query.ColumnTypeException.
ColumnTypeException is thrown by RDBColumnValue.get methods when a column value is of an unexpected type.
Common - class org.enhydra.dods.Common.
 
Common() - Constructor for class org.enhydra.dods.Common
 
CommonConstants - interface org.enhydra.dods.CommonConstants.
 
CompareDO - interface com.lutris.dods.builder.generator.dataobject.CompareDO.
This inferface is used for checking whether data object DO satisfies condition cond.
CompareDS - interface com.lutris.dods.builder.generator.dataobject.CompareDS.
This inferface is used for checking whether DataStruct object data satisfies condition cond.
Condition - class org.enhydra.dods.cache.Condition.
This class stores one condition declared in WHERE part of SELECT clause.
Condition(int, Object, String) - Constructor for class org.enhydra.dods.cache.Condition
Constructor (int, Object, String).
Condition(int, boolean, String) - Constructor for class org.enhydra.dods.cache.Condition
Constructor (int, boolean, String).
Condition(int, double, String) - Constructor for class org.enhydra.dods.cache.Condition
Constructor (int, double, String).
ConfigWritter - class org.enhydra.dods.xslt.ConfigWritter.
 
ConfigWritter() - Constructor for class org.enhydra.dods.xslt.ConfigWritter
 
ConfigurationAdministration - class org.enhydra.dods.cache.ConfigurationAdministration.
This interface contains part of caches' (data object (or DataStruct object) and query) mechanisms needed for cache administration.
ConfigurationAdministration() - Constructor for class org.enhydra.dods.cache.ConfigurationAdministration
 
ConnectionAllocator - interface com.lutris.appserver.server.sql.ConnectionAllocator.
Defines the connection allocator.
CoreDO - class com.lutris.appserver.server.sql.CoreDO.
Base class from which the data objects are derived.
CoreDO() - Constructor for class com.lutris.appserver.server.sql.CoreDO
Public constructor.
CoreDO(ResultSet) - Constructor for class com.lutris.appserver.server.sql.CoreDO
Public constructor.
CoreDataStruct - class com.lutris.appserver.server.sql.CoreDataStruct.
Base class from which the data objects are derived.
CoreDataStruct() - Constructor for class com.lutris.appserver.server.sql.CoreDataStruct
Public constructor.
cache - Variable in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
 
cache - Variable in class org.enhydra.dods.cache.DataStructCacheImpl
LRU cache for storing data (or DataStruct) objects.
cache - Variable in class org.enhydra.dods.cache.QueryCacheImpl
LRU cache for storing data (or DataStruct) objects.
cache - Variable in class org.enhydra.dods.cache.TransactionCacheImpl
HashMap for storing data objects.
cacheAccessNum - Variable in class org.enhydra.dods.cache.DODSHashMap
Total number of times the cache was accessed.
cacheAccessNum - Variable in class org.enhydra.dods.cache.hash.DODSLinkedHashCache
Total number of times the cache was accessed.
cacheAccessNum - Variable in class org.enhydra.dods.cache.lru.DODSLRUCache
Total number of times the cache was accessed.
cacheAdministration - Variable in class org.enhydra.dods.cache.DataStructCacheImpl
cacheAdministration attribute handles configuration settings about data (or DataStruct) object cache.
cacheAdministration - Variable in class org.enhydra.dods.cache.QueryCacheImpl
Attribute cacheAdministration is array of three objects of the class CacheAdministration.
cacheAdministration - Variable in class org.enhydra.dods.cache.TransactionCacheImpl
Attribute cacheAdministration is array of three objects of the class CacheAdministration.
cacheHitsNum - Variable in class org.enhydra.dods.cache.DODSHashMap
Number of queries performed on the cache successfully.
cacheHitsNum - Variable in class org.enhydra.dods.cache.hash.DODSLinkedHashCache
Number of queries performed on the cache successfully.
cacheHitsNum - Variable in class org.enhydra.dods.cache.lru.DODSLRUCache
Number of queries performed on the cache successfully.
cachePercentage - Variable in class org.enhydra.dods.cache.DataStructCacheImpl
 
cachePercentage - Variable in class org.enhydra.dods.cache.TransactionCacheImpl
 
caching_value - Static variable in class org.enhydra.dods.trans.Table
string match (string which represents LIKE in Standard database)
canBeNull() - Method in class org.enhydra.dods.trans.Column
Get the information if column is used for query.
canBeNull(boolean) - Method in class org.enhydra.dods.trans.Column
Set column to/not to be able to be null.
can_be_null - Variable in class org.enhydra.dods.trans.Column
can column be null
capitalizeJavaBasicObject(String) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Transform java basic Objects in capital letters.
capitalizeName(String) - Static method in class org.enhydra.dods.Common
Transform specify name in capital letters.
changeAutocommit - Static variable in class org.enhydra.dods.Common
HashMap with changeAutocommit parameter value (from app conf file) for all logical databases (declared in same file) - default true
checkConditions(GenericDO) - Method in interface org.enhydra.dods.cache.QueryCacheItem
Checks whether data object obj satisfies conditions of this query.
checkConditions(CoreDataStruct) - Method in interface org.enhydra.dods.cache.QueryCacheItem
Checks whether DataStruct object obj satisfies conditions of this query.
checkConditions(GenericDO) - Method in class org.enhydra.dods.cache.QueryCacheItemImpl
Checks whether data object obj satisfies conditions of this query.
checkConditions(CoreDataStruct) - Method in class org.enhydra.dods.cache.QueryCacheItemImpl
Checks whether DataStruct object obj satisfies conditions of this query.
checkFull() - Method in class org.enhydra.dods.cache.ConfigurationAdministration
Returns information if data object (or DataStruct object) cache if "full".
checkFull() - Method in class org.enhydra.dods.cache.DataStructCacheImpl
Returns information if data object (or DataStruct object) cache if "full".
checkFull() - Method in class org.enhydra.dods.cache.QueryCacheImpl
Returns information if data object (or DataStruct object) cache if "full".
checkFull() - Method in class org.enhydra.dods.cache.TransactionCacheImpl
Returns information if data object (or DataStruct object) cache if "full".
checkLoad() - Method in class org.webdocwf.dods.access.SecureDO
Load the actual DO data if necessary.
checkOId(String, ObjectId) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Check does oid belong to Object id's range [minOId, currentOId]
checkOId(ObjectId) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Check does oid belong to Object id's range [minOId, currentOId] for default database
checkOId(ObjectId) - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Check does oid belong to Object id's range [minOId, currentOId]
checkOId(ObjectId) - Method in interface com.lutris.appserver.server.sql.ObjectIdAllocator
Check does oid belong to Object id's range [minOId, currentOId]
checkOId(String, ObjectId) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Check does oid belong to Object id's range [minOId, currentOId]
checkOId(ObjectId) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Check does oid belong to Object id's range [minOId, currentOId] for default database
checkOId(ObjectId) - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Check does oid belong to Object id's range [minOId, currentOId]
checkOId(ObjectId) - Method in class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
Check if oid belongs to Object id's range [minOId, currentOId]
className() - Method in class org.enhydra.dods.trans.Table
Get class name.
className(String) - Method in class org.enhydra.dods.trans.Table
Set class name.
className - Variable in class org.webdocwf.dods.access.AccessException
 
class_name - Variable in class org.enhydra.dods.trans.Table
class name
clear() - Method in class org.enhydra.dods.cache.hash.LinkedHashCache
 
clear() - Method in class org.enhydra.dods.cache.lru.LRUCache
 
clear() - Method in interface org.enhydra.dods.statistics.Statistics
Clears DO, simple query and complex query statistics.
clear() - Method in class org.enhydra.dods.statistics.TableStatistics
Clears statistics.
clear() - Method in class org.enhydra.dods.util.SequencedHashMap
Implements Map.clear().
clearStatistics() - Method in class org.enhydra.dods.cache.DODSHashMap
Clears statistics.
clearStatistics() - Method in class org.enhydra.dods.cache.hash.DODSLinkedHashCache
Clears statistics.
clearStatistics() - Method in class org.enhydra.dods.cache.lru.DODSLRUCache
Clears statistics.
clearStatistics() - Method in interface org.enhydra.dods.statistics.CacheStatistics
Clears statistics.
clears() - Method in class org.enhydra.dods.statistics.TableStatistics
Clears statistics.
clone() - Method in class com.lutris.appserver.server.sql.CloneableDO
Will clone the existing object keeping a fields the same, including the object id.
clone() - Method in class org.enhydra.dods.util.SequencedHashMap
Creates a shallow copy of this object, preserving the internal structure by copying only references.
clone() - Method in class org.enhydra.dods.wizard.XYConstraints
 
cloneUnique() - Method in class com.lutris.appserver.server.sql.CloneableDO
Creates a clone of the object, but ensures that a new and unique object id is created for the object and that the version number is set to zero.
cloneUnique() - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Creates a clone of the object, but ensures that a new and unique object id is created for the object and that the version number is set to zero.
cloneValue(String, String, String) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Determine approperate clone method for specified member and java type.
close() - Method in interface com.lutris.appserver.server.sql.DBConnection
Close this connection.
close() - Method in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
Close this connection.
close() - Method in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
Close this connection.
close() - Method in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
Close this connection.
close() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Close this connection.
close() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
closed - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
 
closed - Variable in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
 
closed - Variable in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
 
closed - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
 
closedCheck() - Method in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
Check to see that this database connection has has not been closed.
closedCheck() - Method in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
Check to see that this database connection has has not been closed.
closedCheck() - Method in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
Check to see that this database connection has has not been closed.
closedCheck() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Check to see that this database connection has has not been closed.
clustered - Variable in class org.enhydra.dods.trans.Index
This variable contains information weather index is clustered.
cmp_op - Variable in class org.webdocwf.dods.access.AccessException
 
colChanged - Variable in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
column(int) - Method in class org.enhydra.dods.trans.Table
Get column with given index.
columnIndex - Variable in class org.enhydra.dods.cache.Condition
Column index in the table.
columnNamesVect - Static variable in class org.enhydra.dods.xslt.DODSTag
 
columns - Variable in class org.enhydra.dods.trans.Table
list of table columns
columns() - Method in class org.enhydra.dods.trans.Table
Get list of columns.
columns(ArrayList) - Method in class org.enhydra.dods.trans.Table
Set list of columns.
columnsSize() - Method in class org.enhydra.dods.trans.Table
Get number of columns.
com.lutris.appserver.server.sql - package com.lutris.appserver.server.sql
 
com.lutris.appserver.server.sql.datasource - package com.lutris.appserver.server.sql.datasource
 
com.lutris.appserver.server.sql.informix - package com.lutris.appserver.server.sql.informix
 
com.lutris.appserver.server.sql.oracle - package com.lutris.appserver.server.sql.oracle
 
com.lutris.appserver.server.sql.standard - package com.lutris.appserver.server.sql.standard
 
com.lutris.dods.builder.generator.dataobject - package com.lutris.dods.builder.generator.dataobject
 
com.lutris.dods.builder.generator.query - package com.lutris.dods.builder.generator.query
 
commit() - Method in interface com.lutris.appserver.server.sql.DBConnection
Commit a transaction.
commit() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to commit upates.
commit() - Method in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
Commit a transaction.
commit() - Method in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
Commit a transaction.
commit() - Method in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
Commit a transaction.
commit() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Commit a transaction.
commit() - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Method to commit upates.
compare(GenericDO, Condition) - Method in interface com.lutris.dods.builder.generator.dataobject.CompareDO
 
compare(CoreDataStruct, Condition) - Method in interface com.lutris.dods.builder.generator.dataobject.CompareDS
 
compare(double, double, String) - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Wrapper for compare() method that takes Objects for arguments.
compare(boolean, boolean, String) - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Wrapper for compare() method that takes Objects for arguments.
compare(double, Object, String) - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Wrapper for compare() method that takes Objects for arguments.
compare(boolean, Object, String) - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Wrapper for compare() method that takes Objects for arguments.
compare(Object, Object, String) - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Compare two values according to a QueryBuilder comparison operator.
compareCond(Condition) - Method in class com.lutris.appserver.server.sql.CoreDataStruct
Subclass should override this method if wants to use it.
compareCond(Condition) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Subclass should override this method if wants to use it.
compareReferrerDoName(String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Compare referrer DO name.
completeRes - Variable in class org.enhydra.dods.cache.QueryCacheItemImpl
True if all query results are cached, otherwise false.
complexQCache - Variable in class org.enhydra.dods.cache.QueryCacheImpl
LRU cache for storing complex queries.
complexQCache - Variable in class org.enhydra.dods.cache.TransactionCacheImpl
LRU cache for storing complex queries.
conds - Variable in class org.enhydra.dods.cache.QueryCacheItemImpl
Array of conditions declared in WHERE part of the query (array of org.enhydra.dods.cache.Condition objects).
confDir - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
 
confDir - Variable in class org.enhydra.ant.taskdefs.Dods
 
config - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
 
configDir - Variable in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
 
configDir - Static variable in class org.enhydra.dods.Common
dods configuration switch property
configDir - Variable in class org.enhydra.dods.generator.DODSGenerator
Template set that will be used.
configureStandardLogerChannel() - Static method in class org.enhydra.dods.DODS
 
configured - Static variable in class org.enhydra.dods.Common
dods configuration switch property
conn - Variable in class com.lutris.appserver.server.sql.informix.InformixDBQuery
The informix database connection.
conn - Variable in class com.lutris.appserver.server.sql.informix.InformixDBTransaction
The connection to the informix database.
conn - Variable in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
 
connection - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
JDBC connection object.
connection - Variable in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
JDBC connection object.
connection - Variable in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
JDBC connection object.
connection - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
JDBC connection object.
connectionAllocator - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
 
connectionAllocator - Variable in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
 
connectionAllocator - Variable in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
 
connectionAllocator - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
 
connectionAllocator - Variable in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Database connection allocator.
connectionEnterPoolTime - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
 
connectionEnterPoolTime - Variable in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
 
connectionEnterPoolTime - Variable in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
 
connectionEnterPoolTime - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
 
connectionUsageCounter - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
 
connectionUsageCounter - Variable in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
 
connectionUsageCounter - Variable in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
 
connectionUsageCounter - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
 
containsKey(Object) - Method in class org.enhydra.dods.cache.hash.LinkedHashCache
 
containsKey(Object) - Method in class org.enhydra.dods.cache.lru.LRUCache
 
containsKey(Object) - Method in class org.enhydra.dods.util.LRUMap
Returns true if this LRUMap contains a mapping for the specified key.
containsKey(Object) - Method in class org.enhydra.dods.util.SequencedHashMap
Implements Map.containsKey(Object).
containsValue(Object) - Method in class org.enhydra.dods.cache.hash.LinkedHashCache
 
containsValue(Object) - Method in class org.enhydra.dods.cache.lru.LRUCache
 
containsValue(Object) - Method in class org.enhydra.dods.util.SequencedHashMap
Implements Map.containsValue(Object).
containsWildcards(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Evaluate if string contains Wildcards WebDocWf extension for extended wildcard support
convertArrayType(String) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Convert java type into array type.
convertJavaTypes(String) - Static method in class org.enhydra.dods.xslt.DODSTag
Return counter.
convertUserSearchValue(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Replace User wildcards with DB vendor specific wildcards according to dods.conf WebDocWf extension for extended wildcard support
copyBigDecimal(BigDecimal) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
copyByteArray(byte[]) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
copyDate(Date) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
copyDoml() - Method in class org.enhydra.ant.taskdefs.DomlValidateTask
 
copyString(String) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
copyTime(Time) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
copyTimestamp(Timestamp) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
countX - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
counter - Static variable in class org.enhydra.dods.xslt.DODSTag
 
createConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Method in interface com.lutris.appserver.server.sql.AbstractDBConnectionFactory
 
createConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Method in class com.lutris.appserver.server.sql.DataSourceDBConnectionFactory
 
createConnection(ConnectionAllocator, DataSource, int, boolean, int) - Method in class com.lutris.appserver.server.sql.DataSourceDBConnectionFactory
 
createConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Method in class com.lutris.appserver.server.sql.SimpleDBConnectionFactory
 
createConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Method in class com.lutris.appserver.server.sql.SimpleDataSourceDBConnectionFactory
 
createConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Method in class com.lutris.appserver.server.sql.StandardDBConnectionFactory
 
createConnection() - Method in class com.lutris.appserver.server.sql.datasource.DataSourceConnectionAllocator
Create a new connection in the pool.
createConnection() - Method in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceConnectionAllocator
Create a new connection in the pool.
createConnection() - Method in class com.lutris.appserver.server.sql.informix.InformixConnectionAllocator
Creates a new Informix connection to be added to the connection pool.
createConnection() - Method in class com.lutris.appserver.server.sql.oracle.OracleConnectionAllocator
Creates a new Oracle connection to be added to the connection pool.
createConnection() - Method in class com.lutris.appserver.server.sql.standard.SimpleConnectionAllocator
Create a new connection in the pool.
createConnection() - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Create a new connection in the pool.
createDO(GenericDO) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Subclass should override this method if wants to use it.
createDO(ObjectId) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Subclass should override this method if wants to use it.
createQuery() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Return a query for use with this TRANSACTION please!!!
createQuery(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the specified logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the default logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a query for use on this logical database.
createQuery(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a query object for the specified logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a query object for the default logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.oracle.OracleLogicalDatabase
Return a query for use on this logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Return a query for use with this TRANSACTION please!!!
createQuery() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return a query for use on this logical database.
createSQLFile(File, File, File) - Method in class org.webdocwf.util.sql.SQLSplitter
Method createSQLFile prepares SQL statements for all output files and creates SQL file (fOutputSQLFile) with CREATE TABLE statements.
createSQLcomplete(XSLProcessorContext, ElemExtensionCall) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Create SQLcreate.sql file where are all SQL CREATE statements.
createSQLdrop(XSLProcessorContext, ElemExtensionCall) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Create SQLdrop.sql file in which are all SQL DROP statements.
createTransaction(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the specified logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the default logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a transaction for use on this logical database.
createTransaction(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a transaction object for the specified logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a transaction object for the default logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.oracle.OracleLogicalDatabase
Return a transaction for use on this oracle logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return a transaction for use on this logical database.
createVector(XSLProcessorContext, ElemExtensionCall) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Construct an empty vector.
currentStmt - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
 
currentStmt - Variable in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceDBConnection
 
currentStmt - Variable in class com.lutris.appserver.server.sql.standard.SimpleDBConnection
 
currentStmt - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
 
curtime - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceDBConnection
 
curtime - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
 
customTemplateDir - Static variable in class org.enhydra.dods.Common
last used template dir

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