Overview
Package
Class
Tree
Deprecated
Index
Help
DODS 5.1 API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
I
id
- Variable in class org.enhydra.dods.trans.
Index
id of index
id()
- Method in class org.enhydra.dods.trans.
Index
Get index id
id(String)
- Method in class org.enhydra.dods.trans.
Index
Set index id.
incCounter()
- Static method in class org.enhydra.dods.xslt.
DODSTag
Increment counter.
increment()
- Method in class com.lutris.appserver.server.sql.
ObjectId
Returns an object id whose value is (this+1)
incrementCacheByOIdHitsNum()
- Method in class org.enhydra.dods.statistics.
QueryCacheStatistics
Increases number of query by OIds performed on the cache successfully for one.
incrementCacheHitsNum()
- Method in class org.enhydra.dods.statistics.
QueryCacheStatistics
Increases number of queries performed on the cache successfully for one.
incrementComplexCacheHitsNum()
- Method in class org.enhydra.dods.statistics.
QueryCacheStatistics
Increases number of queries found in complex query cache for one.
incrementComplexQueryNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases number of complex queries performed on the table for one.
incrementDeleteNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases number of delete statement performed on table.
incrementDeleteNum()
- Method in interface org.enhydra.dods.statistics.
Statistics
Increases number of delete statement performed on table.
incrementInsertNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases number of insert statement performed on table.
incrementInsertNum()
- Method in interface org.enhydra.dods.statistics.
Statistics
Increases number of insert statement performed on table.
incrementLazyLoadingNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases number of lazy loadings performed on table for one.
incrementLazyLoadingNum()
- Method in interface org.enhydra.dods.statistics.
Statistics
Increases number of lazy loadings performed on table for one.
incrementQueryByOIdNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases total number of queries by oid performed on the table for one.
incrementQueryByOIdNum()
- Method in interface org.enhydra.dods.statistics.
Statistics
Increases total number of queries by oid performed on the table for one.
incrementQueryNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases total number of queries performed on the table for one.
incrementQueryNum()
- Method in interface org.enhydra.dods.statistics.
Statistics
Increases total number of queries performed on the table for one.
incrementSimpleCacheHitsNum()
- Method in class org.enhydra.dods.statistics.
QueryCacheStatistics
Increases number of queries found in simple query cache for one.
incrementSimpleQueryNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases number of simple queries performed on the table for one.
incrementUpdateNum()
- Method in class org.enhydra.dods.statistics.
TableStatistics
Increases number of update statement performed on table.
incrementUpdateNum()
- Method in interface org.enhydra.dods.statistics.
Statistics
Increases number of update statement performed on table.
incrRequestCount()
- Method in interface com.lutris.appserver.server.sql.
DBConnection
Increment the count of the number of requests against this connection.
incrRequestCount()
- Method in class com.lutris.appserver.server.sql.standard.
StandardDBConnection
Increment the count of the number of requests against this connection.
indColumn
- Variable in class org.enhydra.dods.trans.
Index
list of indexed columns
Index
- class org.enhydra.dods.trans.
Index
.
This class represents index object.
INDEX_ATTR_NAMES
- Static variable in class org.enhydra.dods.trans.
TransientXMLBuilderFactory
Index()
- Constructor for class org.enhydra.dods.trans.
Index
default constructor
index(int)
- Method in class org.enhydra.dods.trans.
Table
Get index with given index.
Index(String, boolean)
- Constructor for class org.enhydra.dods.trans.
Index
Constructor (String, boolean)
indexColumn(int)
- Method in class org.enhydra.dods.trans.
Index
Get indexed column with appropriate index.
indexColumns()
- Method in class org.enhydra.dods.trans.
Index
Get indexed columns.
indexes
- Variable in class org.enhydra.dods.trans.
Table
list of table indexes
indexes()
- Method in class org.enhydra.dods.trans.
Table
Get list of indexes.
indexes(ArrayList)
- Method in class org.enhydra.dods.trans.
Table
Set indexes.
indexesSize()
- Method in class org.enhydra.dods.trans.
Table
Get number of indexes.
InformixConnectionAllocator
- class com.lutris.appserver.server.sql.informix.
InformixConnectionAllocator
.
An Informix database connection pool.
InformixConnectionAllocator(InformixLogicalDatabase, Config)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixConnectionAllocator
Creates an Informix database connetion pool.
InformixDBConnection
- class com.lutris.appserver.server.sql.informix.
InformixDBConnection
.
An Informix database connection.
InformixDBConnection(InformixConnectionAllocator, String, String, String, int, boolean, int)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixDBConnection
Create a connection to an Informix database.
InformixDBQuery
- class com.lutris.appserver.server.sql.informix.
InformixDBQuery
.
An Informix database query object.
InformixDBQuery()
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixDBQuery
Public constructor.
InformixDBQuery(InformixDBConnection)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixDBQuery
Private constructor.
InformixDBQuery(String)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixDBQuery
Public constructor.
InformixDBTransaction
- class com.lutris.appserver.server.sql.informix.
InformixDBTransaction
.
Informix implementation of SQL database transaction.
InformixDBTransaction()
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixDBTransaction
Public constructor.
InformixDBTransaction(InformixDBConnection)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixDBTransaction
Private constructor.
InformixDBTransaction(String)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixDBTransaction
Public constructor.
InformixLogicalDatabase
- class com.lutris.appserver.server.sql.informix.
InformixLogicalDatabase
.
Represents a logical database with Informix capabilities.
InformixLogicalDatabase()
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixLogicalDatabase
Default constructor to configure a single logical database.
InformixLogicalDatabase(String, Config)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixLogicalDatabase
Creates and configures a single logical database.
InformixObjectIdAllocator
- class com.lutris.appserver.server.sql.informix.
InformixObjectIdAllocator
.
Informix Object ids can only be created via this manager.
InformixObjectIdAllocator(LogicalDatabase, Config)
- Constructor for class com.lutris.appserver.server.sql.informix.
InformixObjectIdAllocator
Initialize the object id manager.
init()
- Static method in class org.enhydra.dods.
DODS
Initializes DODS.
init(String, Config)
- Method in interface com.lutris.appserver.server.sql.
LogicalDatabase
Initialize the logical database.
init(String, Config)
- Method in class com.lutris.appserver.server.sql.standard.
StandardLogicalDatabase
Initialize a single logical database.
initColumn()
- Static method in class org.enhydra.dods.xslt.
DODSTag
Initialize column names
Vector
.
initEnumFKGroupedByRefDO()
- Static method in class org.enhydra.dods.xslt.
DODSTag
Initialize enumeration of foreign keys grouped by Referenced DO.
initialQueryCache
- Variable in class org.enhydra.dods.cache.
QueryCacheImpl
Initial query statement, used for cache initialization.
initRefererr()
- Static method in class org.enhydra.dods.xslt.
DODSTag
Initialize refererr
Vector
.
insert(Transaction)
- Method in interface com.lutris.appserver.server.sql.
DBTransaction
Method to insert an object in the database.
insert(Transaction)
- Method in class com.lutris.appserver.server.sql.standard.
StandardDBTransaction
Method to insert an object in the database.
insertColumnNames()
- Static method in class org.enhydra.dods.xslt.
DODSTag
Generate INSERT_COLUMN_NAMES tag.
insertNum
- Variable in class org.enhydra.dods.statistics.
TableStatistics
Number of insert statement performed on table.
insertQuestionMarks()
- Static method in class org.enhydra.dods.xslt.
DODSTag
Generate INSERT_QUESTION_MARKS tag.
INVALID_ACTION_PARAMETER_MESSAGE
- Static variable in class org.enhydra.dods.generator.
DODSGenerator
INVALID_DOML_FILE
- Static variable in class org.enhydra.dods.generator.
DODSGenerator
INVALID_NUMBER_OF_PARAMETER_MESSAGE
- Static variable in class org.enhydra.dods.generator.
DODSGenerator
INVALID_PARAMETER_MESSAGE
- Static variable in class org.enhydra.dods.generator.
DODSGenerator
INVALID_TEMPLATE_SET_PARAMETER_MESSAGE
- Static variable in class org.enhydra.dods.generator.
DODSGenerator
invalidateLayout(Container)
- Method in class org.enhydra.dods.wizard.
XYLayout
InvalidDomlException
- exception org.enhydra.dods.trans.
InvalidDomlException
.
Exception InvalidDomlException is thrown when doml file is not correct.
InvalidDomlException()
- Constructor for class org.enhydra.dods.trans.
InvalidDomlException
Constructor.
InvalidDomlException(String)
- Constructor for class org.enhydra.dods.trans.
InvalidDomlException
Constructor ( String ).
InvalidRowColumnException
- exception com.lutris.dods.builder.generator.query.
InvalidRowColumnException
.
InvalidRowColumnException is thrown by the RDBRow.get methods when a requested column does not exist in the current row.
invoke
- Variable in class org.enhydra.dods.generator.
DODSGenerator
Indicator whether dods generator should be involved during project ant rebuild.
is_abstract
- Variable in class org.enhydra.dods.trans.
Table
This variable contains information whether the table is abstarct.
is_array
- Variable in class org.enhydra.dods.trans.
Column
is column used as array
is_constant
- Variable in class org.enhydra.dods.trans.
Column
is column constant
is_index
- Variable in class org.enhydra.dods.trans.
Column
is column used as index
is_lazy_loading
- Variable in class org.enhydra.dods.trans.
Table
This variable contains information whether the table supports lazy loading.
IS_NOT_NULL
- Static variable in class com.lutris.dods.builder.generator.query.
QueryBuilder
IS_NULL
- Static variable in class com.lutris.dods.builder.generator.query.
QueryBuilder
is_primary_key
- Variable in class org.enhydra.dods.trans.
Column
is column used as primary key
is_reference
- Variable in class org.enhydra.dods.trans.
Column
does column has reference
is_unique
- Variable in class org.enhydra.dods.trans.
Column
is column unique
isAbstract()
- Method in class org.enhydra.dods.trans.
Table
Get the information whether table is abstarct.
isAbstract(boolean)
- Method in class org.enhydra.dods.trans.
Table
Set table to/not to be abstarct.
isArray()
- Method in class org.enhydra.dods.trans.
Column
Get the information if column is used as array.
isArray(boolean)
- Method in class org.enhydra.dods.trans.
Column
Set column to/not to be used as array.
isClustered()
- Method in class org.enhydra.dods.trans.
Index
Get information whether column is clustered.
isClustered(boolean)
- Method in class org.enhydra.dods.trans.
Index
Set index to/not to be clustered.
isConstant()
- Method in class org.enhydra.dods.trans.
Column
Get the information if column is constant.
isConstant(boolean)
- Method in class org.enhydra.dods.trans.
Column
Set column to/not to be constant.
isDirectory()
- Method in class com.lutris.classloader.
ClassPathEntry
Determines if class path entry is a directory.
isDirty()
- Method in class com.lutris.dods.builder.generator.dataobject.
GenericDO
isDirty()
returns true if this object has been modified (needs to be updated to the database).
isFull()
- Method in class org.enhydra.dods.cache.
QueryCacheImpl
Returns
isFull()
- Method in interface org.enhydra.dods.cache.
CacheAdministration
Returns
isIndex()
- Method in class org.enhydra.dods.trans.
Column
Get the information if column is used as index.
isIndex(boolean)
- Method in class org.enhydra.dods.trans.
Column
Set column to/not to be used as index.
isLazyLoading()
- Method in class org.enhydra.dods.trans.
Table
Get the information whether table supports lazy loading.
isLazyLoading(boolean)
- Method in class org.enhydra.dods.trans.
Table
Set table to/not support lazy loading.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
TypeDefinitionDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
StateTransitionDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
GenericObjectDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
EnumValueDefinitionDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
EnumTypeDefinitionDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeStringValueDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeObjectValueDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeNumberValueDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeEnumValueDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeDefinitionDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeDateValueDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeBoolValueDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLoaded()
- Method in class org.webdocwf.util.genericstore.data.
AttributeBinaryValueDO
isLoaded() Returns true if the data for this objects has been retrieved from the database.
isLocal()
- Method in class com.lutris.classloader.
ClassPathEntry
Determines if class path entry is local.
isMarkedForDrop()
- Method in interface com.lutris.appserver.server.sql.
DBConnection
isMarkedForDrop()
- Method in class com.lutris.appserver.server.sql.standard.
StandardDBConnection
isMulti()
- Method in class org.enhydra.dods.cache.
QueryCacheImpl
isMulti()
- Method in interface org.enhydra.dods.cache.
QueryCache
isPersistent()
- Method in class com.lutris.appserver.server.sql.
CoreDO
Returns true if this object is persistent in the database (i.e.
isPrimaryKey()
- Method in class org.enhydra.dods.trans.
Column
Get the information if column is used as primary key.
isPrimaryKey(boolean)
- Method in class org.enhydra.dods.trans.
Column
Set column to/not to be used as primary key.
isReadOnly()
- Method in class org.webdocwf.dods.access.
SecureDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
TypeDefinitionDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
StateTransitionDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
GenericObjectDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
EnumValueDefinitionDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
EnumTypeDefinitionDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeStringValueDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeObjectValueDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeNumberValueDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeEnumValueDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeDefinitionDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeDateValueDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeBoolValueDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly()
- Method in class org.webdocwf.util.genericstore.data.
AttributeBinaryValueDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReadOnly(User)
- Method in class org.webdocwf.dods.access.
SecureDO
isReadOnly() Returns true if the data for this object has been marked read-only.
isReference()
- Method in class org.enhydra.dods.trans.
Column
Get the information if column has reference.
isRemote()
- Method in class com.lutris.classloader.
ClassPathEntry
Determines if class path entry is remote.
isThreading()
- Static method in class org.enhydra.dods.
DODS
Returns the mode of usage.
isUnique()
- Method in class org.enhydra.dods.trans.
Index
Get information whether column is unique.
isUnique()
- Method in class org.enhydra.dods.trans.
Column
et the information if column is unique.
isUnique(boolean)
- Method in class org.enhydra.dods.trans.
Index
Set index to/not to be unique.
isUnique(boolean)
- Method in class org.enhydra.dods.trans.
Column
Set column to/not to be unique.
isView
- Static variable in class org.webdocwf.util.genericstore.data.
TypeDefinitionDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
StateTransitionDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
GenericObjectDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
EnumValueDefinitionDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
EnumTypeDefinitionDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeStringValueDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeObjectValueDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeNumberValueDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeEnumValueDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeDefinitionDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeDateValueDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeBoolValueDO
isView
- Static variable in class org.webdocwf.util.genericstore.data.
AttributeBinaryValueDO
isZipFile()
- Method in class com.lutris.classloader.
ClassPathEntry
Determines if class path entry is a zip file.
Overview
Package
Class
Tree
Deprecated
Index
Help
DODS 5.1 API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X