Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
client
,
client.exporting
,
client.scripting
,
client.SQLAccess
,
recovery
,
server
,
util
,
vishnu.cleanup
,
vishnu.configurators
,
vishnu.configurators.relationals
,
vishnu.configurators.transport
,
vishnu.javaconnector
,
vishnu.javaconnector.tests
,
vishnu.life
,
vishnu.life.performers
,
vishnu.life.performers.transactions
,
vishnu.life.pooled
,
vishnu.life.single
,
vishnu.logging
,
vishnu.model
,
vishnu.model.algebra
,
vishnu.model.algebra.algorithms
,
vishnu.model.algebra.algorithms.join
,
vishnu.model.algebra.algorithms.others
,
vishnu.model.algebra.algorithms.projection
,
vishnu.model.algebra.algorithms.selection
,
vishnu.model.algebra.normalform
,
vishnu.model.algebra.optimizer
,
vishnu.model.algebra.optimizer.costs
,
vishnu.model.algebra.optimizer.merit
,
vishnu.model.catalog
,
vishnu.model.catalog.elements
,
vishnu.model.contexts
,
vishnu.model.indexes
,
vishnu.model.indexes.hashing
,
vishnu.model.indexes.tests
,
vishnu.model.operations
,
vishnu.model.operations.indexes.creation
,
vishnu.model.operations.tables.creation
,
vishnu.model.operations.tables.modification
,
vishnu.model.operations.users
,
vishnu.model.persistents
,
vishnu.model.pooling
,
vishnu.model.renaming
,
vishnu.model.shareables
,
vishnu.model.signatures
,
vishnu.model.tests
,
vishnu.model.transactions
,
vishnu.model.transactions.deadlock
,
vishnu.model.transactions.operations
,
vishnu.model.values
,
vishnu.model.volatiles
,
vishnu.model.volatiles.recordset
,
vishnu.paging
,
vishnu.parser
,
vishnu.parser.expressions
,
vishnu.parser.statements
,
vishnu.patterns
,
vishnu.persistence
,
vishnu.persistence.ids
,
vishnu.planner
,
vishnu.planner.tests
,
vishnu.sessions
,
vishnu.sharing
,
vishnu.tests
,
vishnu.transport
,
vishnu.transport.remoting
,
vishnu.util
Class Hierarchy
java.lang.Object
vishnu.model.transactions.deadlock.
AbortiveDeadlockResolutionStrategy
(implements vishnu.model.transactions.deadlock.
DeadlockResolutionStrategy
)
vishnu.model.algebra.
AbstractBinaryRelation
(implements vishnu.model.algebra.
BinaryRelation
)
vishnu.model.algebra.
CartesianProduct
vishnu.model.algebra.
Division
vishnu.model.algebra.
EquiJoin
(implements vishnu.model.algebra.
Join
)
vishnu.model.algebra.
Intersection
vishnu.model.algebra.
MixedJoin
(implements vishnu.model.algebra.
Join
)
vishnu.model.algebra.
Substraction
vishnu.model.algebra.
Union
vishnu.model.catalog.
AbstractCatalog
(implements vishnu.model.catalog.
Catalog
)
vishnu.model.catalog.
ConstraintCatalogImpl
(implements vishnu.model.catalog.
ConstraintCatalog
)
vishnu.model.catalog.
DatabaseCatalogImpl
(implements vishnu.model.catalog.
DatabaseCatalog
)
vishnu.model.catalog.
IndexCatalogImpl
(implements vishnu.model.catalog.
IndexCatalog
)
vishnu.model.catalog.
PrivilegesCatalogImpl
(implements vishnu.model.catalog.
PrivilegesCatalog
)
vishnu.model.catalog.
SynonymCatalogImpl
(implements vishnu.model.catalog.
SynonymCatalog
)
vishnu.model.catalog.
TableCatalogImpl
(implements vishnu.model.catalog.
TableCatalog
)
vishnu.model.catalog.
TableSignatureCatalogImpl
(implements vishnu.model.catalog.
TableSignatureCatalog
)
vishnu.model.catalog.
UserCatalogImpl
(implements vishnu.model.catalog.
UserCatalog
)
vishnu.patterns.
AbstractCommand
<M,A> (implements vishnu.patterns.
Command
<M,A>)
vishnu.model.algebra.optimizer.costs.
AbstractCostEstimator
(implements vishnu.model.algebra.optimizer.costs.
CostEstimator
)
vishnu.model.algebra.optimizer.costs.
HashIndexEqualtySelectionCostEstimator
vishnu.model.algebra.optimizer.costs.
NoIndexSortedDataSelectionCostEstimator
vishnu.model.algebra.optimizer.costs.
ScanSelectionCostEstimator
vishnu.model.indexes.
AbstractIndex
(implements vishnu.model.indexes.
Index
)
vishnu.model.indexes.hashing.
AbstractHashIndex
(implements vishnu.model.indexes.hashing.
HashIndex
)
vishnu.model.indexes.hashing.
StaticHashIndex
vishnu.model.indexes.
BTreeIndex
vishnu.model.operations.indexes.creation.
AbstractIndexCreationConstraint
(implements vishnu.model.operations.indexes.creation.
IndexCreationConstraint
)
vishnu.model.operations.indexes.creation.
AnotherClusteredIndex
vishnu.model.operations.indexes.creation.
IndexCreationPerformer
(implements vishnu.model.operations.indexes.creation.
IndexCreationConstraint
)
vishnu.model.operations.indexes.creation.
IndexRedefinitionConstraint
vishnu.patterns.
AbstractInversion
<C> (implements vishnu.patterns.
Inversion
<C>)
vishnu.model.algebra.algorithms.join.
AbstractJoinAlgorithm
(implements vishnu.model.algebra.algorithms.
BinaryAlgorithm
)
vishnu.model.algebra.algorithms.join.
HashJoinAlgorithm
(implements vishnu.model.algebra.algorithms.
BinaryAlgorithm
)
vishnu.model.algebra.algorithms.join.
IndexNestedLoopJoinAlgorithm
(implements vishnu.model.algebra.algorithms.
BinaryAlgorithm
)
vishnu.model.algebra.algorithms.join.
SortMergeJoinAlgorithm
vishnu.model.shareables.
AbstractObservable
vishnu.model.shareables.
ObservableDatabase
(implements vishnu.model.
Database
)
vishnu.model.shareables.
ObservableRecordSet
(implements vishnu.model.
RecordSet
)
vishnu.model.transactions.operations.
AbstractOperation
(implements vishnu.model.transactions.operations.
Operation
)
vishnu.model.transactions.operations.
AbstractRecordOperation
vishnu.model.transactions.operations.
DeleteRecord
vishnu.model.transactions.operations.
InsertRecord
vishnu.model.transactions.operations.
UpdateRecord
vishnu.model.transactions.operations.
TableCreationOperation
vishnu.model.transactions.operations.
UserCreationOperation
vishnu.patterns.
AbstractResponsability
<T> (implements vishnu.patterns.
Responsability
<T>)
vishnu.model.algebra.algorithms.selection.
AbstractSelectionAlgorithm
(implements vishnu.model.algebra.algorithms.
UnaryAlgorithm
)
vishnu.model.algebra.algorithms.selection.
HashIndexEqualitySelectionAlgorithm
(implements vishnu.model.algebra.algorithms.
UnaryAlgorithm
)
vishnu.model.algebra.algorithms.selection.
NoIndexSortedDataSelectionAlgorithm
(implements vishnu.model.algebra.algorithms.
UnaryAlgorithm
)
vishnu.model.algebra.algorithms.selection.
ScanSelectionAlgorithm
vishnu.sessions.
AbstractSessionHandler
(implements vishnu.sessions.
SessionHandler
)
vishnu.sessions.
DefaultSessionHandler
vishnu.sessions.
TransactionalSessionHandler
vishnu.sharing.
AbstractShareable
(implements vishnu.sharing.
Shareable
)
vishnu.model.shareables.
ShareableRecord
(implements vishnu.model.
Record
)
vishnu.model.shareables.
ShareableTable
(implements vishnu.model.
Table
)
vishnu.parser.expressions.
AbstractSQLBinaryOperator
(implements vishnu.parser.expressions.
SQLBinaryOperator
)
vishnu.parser.expressions.
SQLAndOperator
vishnu.parser.expressions.
SQLEqualOperator
(implements vishnu.parser.expressions.
OrderOperator
)
vishnu.parser.expressions.
SQLGreaterOperator
(implements vishnu.parser.expressions.
OrderOperator
)
vishnu.parser.expressions.
SQLGreaterOrEqualOperator
(implements vishnu.parser.expressions.
OrderOperator
)
vishnu.parser.expressions.
SQLLessOperator
(implements vishnu.parser.expressions.
OrderOperator
)
vishnu.parser.expressions.
SQLLessOrEqualOperator
(implements vishnu.parser.expressions.
OrderOperator
)
vishnu.parser.expressions.
SQLNotEqualOperator
(implements vishnu.parser.expressions.
OrderOperator
)
vishnu.parser.expressions.
SQLOrOperator
vishnu.model.operations.tables.creation.
AbstractTableCreationConstraint
(implements vishnu.model.operations.tables.creation.
TableCreationConstraint
)
vishnu.model.operations.tables.creation.
SignatureValidator
vishnu.model.operations.tables.creation.
TableCreationPerformer
vishnu.model.operations.tables.creation.
TableRedefinitionConstraint
javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel)
client.SQLAccess.
CustomTableModel
vishnu.model.operations.tables.modification.
AbstractTableModificationConstraint
(implements vishnu.model.operations.tables.modification.
TableModificationConstraint
)
vishnu.model.operations.tables.modification.
DeletionIndexNotifier
vishnu.model.operations.tables.modification.
DeletionPerformer
vishnu.model.operations.tables.modification.
InsertionIndexNotifier
vishnu.model.operations.tables.modification.
InsertionPerformer
vishnu.model.operations.tables.modification.
NotNullConstraint
vishnu.model.operations.tables.modification.
PrimaryKeyConstraint
vishnu.model.operations.tables.modification.
SignatureConstraint
vishnu.model.operations.tables.modification.
UpdateIndexNotifier
vishnu.model.operations.tables.modification.
UpdatePerformer
vishnu.model.algebra.optimizer.
AbstractTranslationStage
(implements vishnu.model.algebra.optimizer.
TranslationStage
)
vishnu.model.algebra.optimizer.
ChildVisitorTranslationStage
(implements vishnu.model.algebra.optimizer.
VisitorTranslationStage
)
vishnu.model.algebra.optimizer.
AlgorithmSelectionStage
vishnu.model.algebra.optimizer.
ConjunctionTranslationStage
vishnu.model.algebra.optimizer.
JoinTranslationStage
vishnu.model.algebra.optimizer.
NormalizationStage
vishnu.model.algebra.optimizer.
ProjectionForwardingTranslationStage
vishnu.model.algebra.optimizer.
SelectionForwardingTranslationStage
vishnu.model.algebra.optimizer.
ParentVisitorTranslationStage
(implements vishnu.model.algebra.optimizer.
VisitorTranslationStage
)
vishnu.model.algebra.optimizer.
AttributeInferringStage
vishnu.model.algebra.optimizer.
ColumnInferringStage
vishnu.model.algebra.
AbstractUnaryRelation
(implements vishnu.model.algebra.
Relation
, vishnu.model.algebra.
UnaryRelation
)
vishnu.model.algebra.
ConjunctiveSelection
(implements vishnu.model.algebra.
Selection
)
vishnu.model.algebra.
MixedSelection
(implements java.lang.Cloneable, vishnu.model.algebra.
Selection
)
vishnu.model.algebra.
Projection
vishnu.model.operations.users.
AbstractUserCreationConstraint
(implements vishnu.model.operations.users.
UserCreationConstraint
)
vishnu.model.operations.users.
UserCreationPerformer
vishnu.model.operations.users.
UserRedefinitionConstraint
vishnu.model.volatiles.recordset.
AbstractVolatileRecordSet
(implements java.io.Serializable, vishnu.model.volatiles.recordset.
VolatileRecordSet
)
vishnu.model.volatiles.recordset.
DefaultVolatileRecordSet
vishnu.model.volatiles.recordset.
OrderedVolatileRecordSet
vishnu.model.volatiles.
AbstractVolatileTable
(implements vishnu.model.
Table
)
vishnu.model.volatiles.
VolatileOrderedTable
(implements vishnu.model.
Table
)
vishnu.model.volatiles.
VolatileTable
(implements vishnu.model.
Table
)
vishnu.model.algebra.
AlgorithmFactoryImpl
(implements vishnu.model.algebra.
AlgorithmFactory
)
vishnu.model.algebra.optimizer.
AlgorithmPickerImpl
(implements vishnu.model.algebra.optimizer.
AlgorithmSelectionStage.AlgorithmPicker
)
vishnu.model.pooling.
AnonymousTablePoolImpl
(implements vishnu.model.pooling.
AnonymousTablePool
)
vishnu.patterns.
ArrayListPipe
<T> (implements vishnu.patterns.
Pipe
<T>)
recovery.
BlankUndoRecoveryStrategy
(implements recovery.
UndoRecoveryStrategy
)
vishnu.model.values.
BooleanValue
(implements vishnu.model.values.
Value
)
vishnu.model.values.
BooleanValueClass
(implements vishnu.model.values.
ValueClass
)
vishnu.model.indexes.hashing.
BucketRecordSet
(implements vishnu.model.
RecordSet
)
vishnu.planner.
CannonicalPlanner
(implements vishnu.planner.
Planner
)
vishnu.planner.
CannonicalPlanner.Context
vishnu.model.catalog.
CatalogManagerImpl
(implements vishnu.model.catalog.
CatalogManager
)
vishnu.model.values.
CharValue
(implements vishnu.model.values.
Value
)
vishnu.model.values.
CharValueClass
(implements vishnu.model.values.
ValueClass
)
vishnu.cleanup.
CleanUp
vishnu.model.algebra.
ColumnUtil
java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
java.awt.Container
java.awt.Window (implements javax.accessibility.Accessible)
java.awt.Dialog
javax.swing.JDialog (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
client.
LoginDialog
client.
TableView
java.awt.Frame (implements java.awt.MenuContainer)
javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
client.
ClientView
server.
ServerView
vishnu.model.indexes.hashing.
CompositionHashingStrategy
(implements vishnu.model.indexes.hashing.
HashingStrategy
)
vishnu.model.algebra.normalform.
ConjunctiveNormalFormImpl
(implements vishnu.model.algebra.normalform.
ConjunctiveNormalForm
)
vishnu.model.operations.
ConstraintViolation
(implements java.io.Serializable)
vishnu.model.algebra.optimizer.costs.
CostBasedAlgorithmPicker
(implements vishnu.model.algebra.optimizer.
AlgorithmSelectionStage.AlgorithmPicker
)
vishnu.parser.statements.
CreateIndexStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.parser.statements.
CreateTableStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.parser.statements.
CreateUserStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.javaconnector.
CustomStatementImpl
(implements vishnu.javaconnector.
CustomStatement
)
vishnu.model.contexts.
DatabaseContext
vishnu.model.contexts.
UserContext
vishnu.model.contexts.
TableContext
vishnu.model.contexts.
IndexContext
vishnu.model.algebra.
Relation.Context
server.
DatabaseRunner
vishnu.util.
DatabaseUtil
client.SQLAccess.
DataSourceFactory
vishnu.model.transactions.deadlock.
DeadlockContext
vishnu.model.algebra.algorithms.join.
DefaultCartesianProductAlgorithm
(implements vishnu.model.algebra.algorithms.
BinaryAlgorithm
)
vishnu.model.signatures.
DefaultColumnSignature
(implements vishnu.model.signatures.
ColumnSignature
, java.io.Serializable)
vishnu.paging.
DefaultPage
(implements vishnu.paging.
Page
)
vishnu.model.algebra.algorithms.join.
DefaultPartition
(implements vishnu.model.algebra.algorithms.join.
Partition
)
vishnu.model.algebra.algorithms.projection.
DefaultProjectionAlgorithm
(implements vishnu.model.algebra.algorithms.
UnaryAlgorithm
)
vishnu.persistence.
DefaultRawTable
(implements vishnu.persistence.
RawTable
)
recovery.
DefaultRedoRecoveryStrategy
(implements recovery.
RedoRecoveryStrategy
)
vishnu.sessions.
DefaultSessionPool
(implements vishnu.sessions.
SessionPool
)
vishnu.model.signatures.
DefaultTableSignature
(implements java.io.Serializable, vishnu.model.signatures.
TableSignature
)
vishnu.model.transactions.deadlock.
DFSDeadlockDetector
<E> (implements vishnu.model.transactions.deadlock.
DeadlockDetector
<E>)
vishnu.model.algebra.algorithms.others.
DifferenceAlgorithm
(implements vishnu.model.algebra.algorithms.
BinaryAlgorithm
)
vishnu.configurators.
DynamicActivationStrategy
(implements vishnu.configurators.
ActivationStrategy
)
vishnu.model.algebra.algorithms.
EqualityOperations
vishnu.model.algebra.algorithms.
EqualityOperations.AttributeAttributePair
vishnu.model.algebra.algorithms.
EqualityOperations.AttributeValuePair
vishnu.persistence.
ExclusivePersistenceConnector
(implements vishnu.persistence.
PersistenceConnector
)
client.exporting.
ExportingActionListener
(implements java.awt.event.ActionListener)
javax.swing.filechooser.FileFilter
client.exporting.
ExportFileFilter
client.scripting.
ScriptFileFilter
client.scripting.
FileScriptManager
(implements client.scripting.
ScriptManager
)
vishnu.life.
FutureResponseImpl
(implements java.util.concurrent.Future<V>, vishnu.patterns.
Interested
<I,N>)
vishnu.persistence.ids.
IdAssignerImpl
(implements vishnu.persistence.ids.
IdAssigner
)
vishnu.persistence.ids.
IdAssignerReset
vishnu.life.performers.
IndexCreationPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.model.values.
IntegerValue
(implements vishnu.model.values.
Value
)
vishnu.model.values.
IntegerValueClass
(implements vishnu.model.values.
ValueClass
)
util.
LOC
vishnu.logging.
LoggerImpl
<M> (implements vishnu.logging.
Logger
<M>)
vishnu.model.algebra.normalform.
LogicalOperations
client.
Main
client.
Main2
vishnu.configurators.relationals.
MasiveRelationalServiceConfigurator
vishnu.configurators.transport.
MasiveTransportServiceConfigurator
(implements vishnu.configurators.transport.
TransportServiceConfigurator
)
vishnu.model.transactions.deadlock.
MatrixGraph
<E> (implements vishnu.model.transactions.deadlock.
Graph
<E>)
vishnu.model.algebra.optimizer.merit.
MeritAlgorithm
(implements vishnu.model.algebra.algorithms.
BinaryAlgorithm
, vishnu.model.algebra.algorithms.
UnaryAlgorithm
)
vishnu.model.algebra.optimizer.merit.
MeritAlgorithmPicker
(implements vishnu.model.algebra.optimizer.
AlgorithmSelectionStage.AlgorithmPicker
)
vishnu.parser.statements.
MultipleAbstractStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.parser.statements.
MultipleDeleteStatement
vishnu.parser.statements.
MultipleInsertStatement
vishnu.parser.statements.
MultipleUpdateStatement
vishnu.life.performers.
MultipleDeletionPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.life.performers.
MultipleInsertionPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.life.performers.
MultipleUpdatePerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.model.persistents.
NamingContext
(implements java.io.Serializable)
vishnu.paging.
PagingContext
(implements java.io.Serializable)
vishnu.model.values.
NumericValue
(implements vishnu.model.values.
Value
)
vishnu.model.values.
NumericValueClass
(implements vishnu.model.values.
ValueClass
)
java.util.Observable
vishnu.util.
ObservableAdapter
vishnu.model.operations.
OperationPipelineFactoryImpl
(implements vishnu.model.operations.
OperationPipelineFactory
)
vishnu.model.algebra.optimizer.
OptimizerPipelineBuilderImpl
(implements vishnu.model.algebra.optimizer.
OptimizerPipelineBuilder
)
vishnu.paging.
PageFactory
vishnu.persistence.
PersistenceConnectorImpl
(implements vishnu.persistence.
PersistenceConnector
)
vishnu.model.persistents.
PersistentDatabase
(implements vishnu.model.
Database
)
vishnu.model.persistents.
PersistentDatabaseManager
(implements vishnu.model.
DatabaseManager
)
vishnu.model.persistents.
PersistentDatabaseManagerContext
vishnu.model.persistents.
PersistentRecord
(implements vishnu.model.
Record
, java.io.Serializable)
vishnu.model.persistents.
PersistentRecordSet
(implements vishnu.model.
RecordSet
, java.io.Serializable)
vishnu.logging.
PointFactory
vishnu.logging.
PointImpl
<E> (implements vishnu.logging.
Point
<E>, java.io.Serializable)
vishnu.patterns.
Pool
<T>
vishnu.life.pooled.
PooledRelationalDatabaseService
(implements vishnu.life.
RelationalDatabaseService
)
vishnu.configurators.relationals.
PooledRelationalServiceConfigurator
vishnu.configurators.transport.
PooledTransportServiceConfigurator
(implements vishnu.configurators.transport.
TransportServiceConfigurator
)
vishnu.configurators.relationals.
PopulatedRelationalServiceConfigurator
vishnu.configurators.transport.
PopulatedTransportServiceConfigurator
(implements vishnu.configurators.transport.
TransportServiceConfigurator
)
vishnu.configurators.relationals.
PopulatedVolatileRelationalServiceConfigurator
vishnu.configurators.transport.
PopulatedVolatileTransportServiceConfigurator
(implements vishnu.configurators.transport.
TransportServiceConfigurator
)
vishnu.model.catalog.elements.
PrivilegeImpl
(implements vishnu.model.catalog.elements.
Privilege
)
vishnu.persistence.ids.
PropertyIdAssigner
(implements vishnu.persistence.ids.
IdAssigner
)
vishnu.persistence.
RawTableFactory
vishnu.model.
RecordComparator
(implements java.util.Comparator<T>)
recovery.
RecoveryContext
vishnu.model.algebra.
RelationAdapter
(implements vishnu.model.algebra.
LeafRelation
)
vishnu.life.
RelationalServiceContext
java.rmi.server.RemoteObject (implements java.rmi.Remote, java.io.Serializable)
vishnu.model.persistents.
AbstractPersistentTable
(implements vishnu.model.
Table
)
vishnu.model.persistents.
OrderedPersistentTable
vishnu.model.persistents.
PersistentTable
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
vishnu.life.
AbstractCommand
(implements vishnu.life.
Command
)
vishnu.transport.remoting.
DatabaseRemotingImpl
(implements vishnu.transport.remoting.
DatabaseRemoting
)
vishnu.paging.
DefaultPageManager
(implements vishnu.paging.
PageManager
)
vishnu.paging.
ExclusivePageManager
(implements vishnu.paging.
PageManager
)
vishnu.transport.remoting.
RemoteFutureAdapter
<V> (implements vishnu.transport.remoting.
RemoteFuture
<V>)
vishnu.transport.remoting.
RemotingManager
vishnu.transport.remoting.
RemotingTransportService
(implements vishnu.transport.
TransportService
)
vishnu.model.renaming.
RenamedRecord
(implements vishnu.model.
Record
)
vishnu.model.renaming.
RenamedRecordSet
(implements vishnu.model.
RecordSet
)
vishnu.model.renaming.
RenamedTable
(implements vishnu.model.
Table
)
vishnu.model.renaming.
RenamedTableSignature
(implements vishnu.model.signatures.
TableSignature
)
vishnu.model.algebra.
Renaming
(implements vishnu.model.algebra.
UnaryRelation
)
vishnu.life.
ResponseFactory
vishnu.life.
ResponseImpl
(implements vishnu.life.
Response
)
vishnu.javaconnector.
ResultSetImpl
(implements java.sql.ResultSet, java.io.Serializable)
vishnu.javaconnector.
ResultSetMetaDataImpl
(implements java.sql.ResultSetMetaData)
vishnu.life.performers.
SelectionPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.parser.statements.
SelectStatement
(implements vishnu.parser.statements.
SQLStatement
)
client.
SentenceHandler
vishnu.sessions.
Session
(implements java.io.Serializable)
vishnu.sharing.
ShareGate
vishnu.sharing.
ShareGate.ActionNotification
vishnu.sharing.
ShareManager
(implements java.util.Observer)
vishnu.model.signatures.
SignatureUtil
vishnu.parser.
SimpleCharStream
vishnu.parser.statements.
SingleDeleteStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.life.performers.
SingleInsertionPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.parser.statements.
SingleInsertStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.life.single.
SingleRelationalDatabaseService
(implements vishnu.life.
RelationalDatabaseService
)
vishnu.parser.statements.
SingleUpdateStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.persistence.
SortedRawTable
(implements vishnu.persistence.
RawTable
)
vishnu.parser.expressions.
SQLAttribute
(implements vishnu.parser.expressions.
SQLLeafOperand
)
vishnu.life.
SQLCommandImpl
(implements java.io.Serializable, vishnu.life.
SQLCommand
)
vishnu.parser.expressions.
SQLConditionalExpression
(implements vishnu.parser.expressions.
SQLOperand
)
vishnu.parser.expressions.
SQLConstant
(implements vishnu.parser.expressions.
SQLLeafOperand
)
vishnu.parser.expressions.
SQLInOperator
(implements vishnu.parser.expressions.
SQLOperand
)
client.SQLAccess.
SQLInterface
vishnu.parser.expressions.
SQLNotOperator
(implements vishnu.parser.expressions.
SQLOperand
)
vishnu.parser.
SQLParserImpl
(implements vishnu.parser.
SQLParser
)
vishnu.parser.
SQLSubsetParser
(implements vishnu.parser.
SQLSubsetParserConstants
)
vishnu.parser.
SQLSubsetParserTokenManager
(implements vishnu.parser.
SQLSubsetParserConstants
)
vishnu.life.performers.
StatementPerformerFactory
vishnu.model.indexes.hashing.
StaticHashRecordSet
(implements vishnu.model.
RecordSet
)
vishnu.parser.
StaticSQLParser
(implements vishnu.parser.
SQLParser
)
client.scripting.
StringScriptManager
(implements client.scripting.
ScriptManager
)
vishnu.model.catalog.
SynchronizedCatalogManager
(implements vishnu.model.catalog.
CatalogManager
)
vishnu.model.catalog.elements.
SynonymImpl
(implements vishnu.model.catalog.elements.
Synonym
)
vishnu.life.performers.
TableCreationPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.model.transactions.deadlock.
Test
vishnu.model.tests.
TestAlgebraPerforms
TestCase
vishnu.tests.
ConnectorTestCase
vishnu.tests.
CreateTestCase
vishnu.tests.
MultiTableConnectorTestCase
vishnu.tests.
CompoundInsertTestCase
vishnu.tests.
InsertTestCase
vishnu.tests.
LoggingTestCase
vishnu.tests.
PooledServiceTestCase
vishnu.tests.
SharingTestCase
vishnu.tests.
TrivialTestCase
vishnu.javaconnector.tests.
TestConnector
vishnu.model.tests.
TestDatabase
vishnu.model.indexes.tests.
TestHashIndex
vishnu.model.tests.
TestNormalForm
vishnu.model.tests.
TestPersistentTable
vishnu.planner.tests.
TestPlannerInTranslation
vishnu.planner.tests.
TestPlannerPlan
vishnu.model.tests.
TestRawTable
vishnu.tests.
TestRunner
vishnu.model.tests.
TestSortedRawTable
vishnu.model.tests.
TestSQLStatement
TestSuite
vishnu.tests.
ConfiguratorTestSuite
vishnu.model.tests.
TestVolatileRecordSet
java.lang.Thread (implements java.lang.Runnable)
vishnu.model.transactions.deadlock.
DeadlockDaemon
java.lang.Throwable (implements java.io.Serializable)
java.lang.Error
vishnu.parser.
TokenMgrError
java.lang.Exception
vishnu.parser.
ParseException
java.lang.RuntimeException
vishnu.model.algebra.algorithms.
AlgorithmException
vishnu.model.algebra.
AlgorithmFactory.UnavailableAlgorithmException
vishnu.model.algebra.
AlgorithmNotSelectedException
vishnu.model.
AmbiguousColumnNameException
vishnu.life.
ConstraintViolationException
util.
Deferred
vishnu.model.
DettachedSignatureException
vishnu.model.
DuplicateColumnNameException
vishnu.parser.expressions.
EvaluationForbiddenException
vishnu.model.indexes.hashing.
HashIndex.HashingStrategyNotSelectedException
vishnu.parser.expressions.
InvalidOperandException
vishnu.model.operations.
InvalidRecordSignatureException
vishnu.model.
MultiplePrimaryKeysException
vishnu.parser.expressions.
NotComparableException
vishnu.model.values.
OutOfRangeClassException
vishnu.model.values.
OutOfRangeValueException
vishnu.model.
PrimaryKeyException
vishnu.model.algebra.
Relation.ContextNotSelectedException
vishnu.parser.
SQLParserException
vishnu.model.
TableAlreadyExistsException
vishnu.model.
UnknownColumnException
vishnu.model.
UnknownDatabaseException
vishnu.model.
UnknownTableException
vishnu.model.
VishnuException
vishnu.parser.
Token
vishnu.parser.statements.
TransactionAbortStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.life.performers.transactions.
TransactionAbstractPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.life.performers.transactions.
TransactionAbortionPerformer
vishnu.life.performers.transactions.
TransactionAcceptationPerformer
vishnu.life.performers.transactions.
TransactionCreationPerformer
vishnu.life.performers.transactions.
TransactionAbstractPerformer.ActionNotification
vishnu.configurators.transport.
TransactionalPooledTransportServiceConfigurator
vishnu.parser.statements.
TransactionBeginStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.parser.statements.
TransactionCommitStatement
(implements vishnu.parser.statements.
SQLStatement
)
vishnu.model.transactions.
TransactionImpl
(implements vishnu.model.transactions.
Transaction
)
vishnu.model.transactions.
TransactionManager.Context
vishnu.model.transactions.
TransactionManagerImpl
(implements vishnu.model.transactions.
TransactionManager
)
vishnu.model.transactions.
TransactionTerminatorImpl
(implements vishnu.model.transactions.
TransactionTerminator
)
vishnu.configurators.transport.
TransportServiceConfiguratorFactory
vishnu.transport.
TransportServiceContext
vishnu.model.algebra.algorithms.others.
UnionAlgorithm
(implements vishnu.model.algebra.algorithms.
BinaryAlgorithm
)
vishnu.model.
User
(implements java.io.Serializable)
vishnu.life.performers.
UserCreationPerformer
(implements vishnu.life.performers.
StatementPerformer
)
vishnu.javaconnector.
VishnuConnection
(implements java.sql.Connection)
vishnu.javaconnector.
VishnuDatasource
(implements javax.sql.DataSource)
recovery.
VishnuRecoveryStrategy
(implements recovery.
RecoveryStrategy
)
vishnu.model.volatiles.
VolatileDatabase
(implements vishnu.model.
Database
)
vishnu.model.volatiles.
VolatileDatabaseManager
(implements vishnu.model.
DatabaseManager
)
vishnu.model.volatiles.
VolatileRecord
(implements java.lang.Cloneable, vishnu.model.
Record
, java.io.Serializable)
vishnu.model.transactions.deadlock.
WaitsForGraph
(implements vishnu.model.transactions.deadlock.
Graph
<E>)
vishnu.model.indexes.hashing.
WorstHashingStrategy
(implements vishnu.model.indexes.hashing.
HashingStrategy
)
Interface Hierarchy
vishnu.configurators.
ActivationStrategy
vishnu.model.algebra.algorithms.
Algorithm
vishnu.model.algebra.algorithms.
BinaryAlgorithm
vishnu.model.algebra.algorithms.
UnaryAlgorithm
vishnu.model.algebra.
AlgorithmFactory
vishnu.model.algebra.optimizer.
AlgorithmSelectionStage.AlgorithmPicker
vishnu.model.pooling.
AnonymousTablePool
java.util.concurrent.Callable<V>
vishnu.life.pooled.
SessionCallable
<V>
vishnu.model.catalog.
Catalog
vishnu.model.catalog.
ConstraintCatalog
vishnu.model.catalog.
DatabaseCatalog
vishnu.model.catalog.
IndexCatalog
vishnu.model.catalog.
PrivilegesCatalog
vishnu.model.catalog.
SynonymCatalog
vishnu.model.catalog.
TableCatalog
vishnu.model.catalog.
TableSignatureCatalog
vishnu.model.catalog.
UserCatalog
vishnu.model.catalog.
CatalogManager
java.lang.Cloneable
vishnu.patterns.
Prototype
vishnu.model.algebra.
UnaryRelation
(also extends vishnu.model.algebra.
Relation
)
vishnu.model.algebra.
Selection
vishnu.model.signatures.
ColumnSignature
vishnu.patterns.
Command
<M,A>
vishnu.model.algebra.normalform.
ConjunctiveNormalForm
vishnu.model.algebra.optimizer.costs.
CostEstimator
vishnu.model.
Database
vishnu.model.
DatabaseManager
vishnu.model.transactions.deadlock.
DeadlockDetector
<E>
vishnu.model.transactions.deadlock.
DeadlockResolutionStrategy
vishnu.model.transactions.deadlock.
Graph
<E>
vishnu.model.indexes.hashing.
HashingStrategy
vishnu.persistence.ids.
IdAssigner
vishnu.model.indexes.
Index
vishnu.model.indexes.hashing.
HashIndex
vishnu.model.operations.indexes.creation.
IndexCreationConstraint
vishnu.patterns.
Interested
<I,N>
vishnu.patterns.
Inversion
<C>
vishnu.logging.
Logger
<M>
java.util.Observer
vishnu.model.transactions.
TransactionManager
vishnu.model.operations.
OperationPipelineFactory
vishnu.model.algebra.optimizer.
OptimizerPipelineBuilder
vishnu.parser.expressions.
OrderOperator
vishnu.model.algebra.algorithms.join.
Partition
vishnu.persistence.
PersistenceConnector
vishnu.patterns.
Pipe
<T>
vishnu.planner.
Planner
vishnu.logging.
Point
<E>
vishnu.model.catalog.elements.
Privilege
vishnu.persistence.
RawTable
vishnu.model.
Record
vishnu.model.indexes.
RecordIdentifierIterator
vishnu.model.
RecordSet
vishnu.model.volatiles.recordset.
VolatileRecordSet
recovery.
RecoveryStrategy
recovery.
RedoRecoveryStrategy
recovery.
UndoRecoveryStrategy
vishnu.model.algebra.
Relation
vishnu.model.algebra.
BinaryRelation
vishnu.model.algebra.
Join
vishnu.model.algebra.
Join
vishnu.model.algebra.
LeafRelation
vishnu.model.algebra.
Selection
vishnu.model.algebra.
UnaryRelation
(also extends java.lang.Cloneable)
vishnu.model.algebra.
Selection
vishnu.life.
RelationalDatabaseService
java.rmi.Remote
vishnu.life.
Command
vishnu.life.
SQLCommand
vishnu.transport.remoting.
DatabaseRemoting
vishnu.paging.
PageManager
vishnu.transport.remoting.
RemoteFuture
<V>
vishnu.patterns.
Responsability
<T>
client.scripting.
ScriptManager
java.io.Serializable
java.io.Externalizable
vishnu.model.transactions.
Transaction
vishnu.model.transactions.operations.
Operation
vishnu.paging.
Page
vishnu.life.
Response
vishnu.model.values.
Value
vishnu.model.values.
ValueClass
vishnu.sessions.
SessionHandler
vishnu.sessions.
SessionPool
vishnu.sharing.
Shareable
vishnu.parser.expressions.
SQLOperand
vishnu.parser.expressions.
SQLBinaryOperator
vishnu.parser.expressions.
SQLLeafOperand
vishnu.parser.
SQLParser
vishnu.parser.statements.
SQLStatement
vishnu.parser.
SQLSubsetParserConstants
java.sql.Statement
java.sql.PreparedStatement
vishnu.javaconnector.
CustomStatement
vishnu.life.performers.
StatementPerformer
vishnu.model.indexes.hashing.
StaticHashIndex.Type
vishnu.model.catalog.elements.
Synonym
vishnu.model.
Table
vishnu.model.operations.tables.creation.
TableCreationConstraint
vishnu.model.operations.tables.modification.
TableModificationConstraint
vishnu.model.signatures.
TableSignature
vishnu.model.transactions.
TransactionTerminator
vishnu.model.algebra.optimizer.
TranslationStage
vishnu.transport.
TransportService
vishnu.configurators.transport.
TransportServiceConfigurator
vishnu.model.operations.users.
UserCreationConstraint
vishnu.model.algebra.optimizer.
VisitorTranslationStage
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
vishnu.life.
Command.Notice
vishnu.life.performers.transactions.
TransactionAbstractPerformer.Action
vishnu.sharing.
ShareGate.Action
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes