jar

axion : axion

Maven & Gradle

Oct 28, 2005
41 usages
Table Of Contents

Latest Version

Download axion : axion JAR file - Latest Versions:

All Versions

Download axion : axion JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window axion-1.0-M3-dev.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.axiondb.engine.rowiterators

├─ org.axiondb.engine.rowiterators.AbstractAcceptingRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.AbstractFilteringRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.BaseJoinedRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.BaseRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.ChainedRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.ChangingIndexedRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.CollatingRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.DelegatingRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.DistinctRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.EmptyRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.FilteringRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.GroupedRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.IndexJoinedRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.JoinedRow.class - [JAR]

├─ org.axiondb.engine.rowiterators.LazyRowRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.LimitingRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.ListIteratorRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.RebindableIndexedRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.RowIteratorRowDecoratorIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.RowViewRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.SimpleJoinedRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.SingleRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.TransformingRowIterator.class - [JAR]

├─ org.axiondb.engine.rowiterators.UnmodifiableRowIterator.class - [JAR]

org.axiondb.event

├─ org.axiondb.event.BaseDatabaseModificationListener.class - [JAR]

├─ org.axiondb.event.BaseTableModificationListener.class - [JAR]

├─ org.axiondb.event.BaseTableModificationPublisher.class - [JAR]

├─ org.axiondb.event.ColumnEvent.class - [JAR]

├─ org.axiondb.event.ConstraintEvent.class - [JAR]

├─ org.axiondb.event.DatabaseModificationListener.class - [JAR]

├─ org.axiondb.event.DatabaseModifiedEvent.class - [JAR]

├─ org.axiondb.event.DatabaseSequenceEvent.class - [JAR]

├─ org.axiondb.event.DatabaseTypeEvent.class - [JAR]

├─ org.axiondb.event.RowDeletedEvent.class - [JAR]

├─ org.axiondb.event.RowEvent.class - [JAR]

├─ org.axiondb.event.RowInsertedEvent.class - [JAR]

├─ org.axiondb.event.RowUpdatedEvent.class - [JAR]

├─ org.axiondb.event.SequenceModificationListener.class - [JAR]

├─ org.axiondb.event.TableModificationListener.class - [JAR]

├─ org.axiondb.event.TableModifiedEvent.class - [JAR]

org.axiondb.engine.commands

├─ org.axiondb.engine.commands.AddConstraintCommand.class - [JAR]

├─ org.axiondb.engine.commands.BaseAxionCommand.class - [JAR]

├─ org.axiondb.engine.commands.CheckFileStateCommand.class - [JAR]

├─ org.axiondb.engine.commands.CheckpointCommand.class - [JAR]

├─ org.axiondb.engine.commands.CreateCommand.class - [JAR]

├─ org.axiondb.engine.commands.CreateIndexCommand.class - [JAR]

├─ org.axiondb.engine.commands.CreateSequenceCommand.class - [JAR]

├─ org.axiondb.engine.commands.CreateTableCommand.class - [JAR]

├─ org.axiondb.engine.commands.DeleteCommand.class - [JAR]

├─ org.axiondb.engine.commands.DropCommand.class - [JAR]

├─ org.axiondb.engine.commands.DropConstraintCommand.class - [JAR]

├─ org.axiondb.engine.commands.DropIndexCommand.class - [JAR]

├─ org.axiondb.engine.commands.DropSequenceCommand.class - [JAR]

├─ org.axiondb.engine.commands.DropTableCommand.class - [JAR]

├─ org.axiondb.engine.commands.InsertCommand.class - [JAR]

├─ org.axiondb.engine.commands.RemountCommand.class - [JAR]

├─ org.axiondb.engine.commands.SelectCommand.class - [JAR]

├─ org.axiondb.engine.commands.ShutdownCommand.class - [JAR]

├─ org.axiondb.engine.commands.UpdateCommand.class - [JAR]

├─ org.axiondb.engine.commands.UpsertCommand.class - [JAR]

org.axiondb.jdbc

├─ org.axiondb.jdbc.AbstractAxionBlob.class - [JAR]

├─ org.axiondb.jdbc.AbstractAxionClob.class - [JAR]

├─ org.axiondb.jdbc.AxionBlob.class - [JAR]

├─ org.axiondb.jdbc.AxionClob.class - [JAR]

├─ org.axiondb.jdbc.AxionConnection.class - [JAR]

├─ org.axiondb.jdbc.AxionDataSource.class - [JAR]

├─ org.axiondb.jdbc.AxionDatabaseMetaData.class - [JAR]

├─ org.axiondb.jdbc.AxionDriver.class - [JAR]

├─ org.axiondb.jdbc.AxionPreparedStatement.class - [JAR]

├─ org.axiondb.jdbc.AxionResultSet.class - [JAR]

├─ org.axiondb.jdbc.AxionResultSetMetaData.class - [JAR]

├─ org.axiondb.jdbc.AxionStatement.class - [JAR]

├─ org.axiondb.jdbc.BaseAxionStatement.class - [JAR]

├─ org.axiondb.jdbc.ConnectionFactory.class - [JAR]

org.axiondb.tools

├─ org.axiondb.tools.BatchSqlCommandRunner.class - [JAR]

├─ org.axiondb.tools.Console.class - [JAR]

├─ org.axiondb.tools.Defrag.class - [JAR]

org.axiondb.types

├─ org.axiondb.types.AnyType.class - [JAR]

├─ org.axiondb.types.BaseDataType.class - [JAR]

├─ org.axiondb.types.BaseNumberDataType.class - [JAR]

├─ org.axiondb.types.BigDecimalType.class - [JAR]

├─ org.axiondb.types.BlobSource.class - [JAR]

├─ org.axiondb.types.BooleanType.class - [JAR]

├─ org.axiondb.types.ByteArrayBlob.class - [JAR]

├─ org.axiondb.types.ByteType.class - [JAR]

├─ org.axiondb.types.CharacterType.class - [JAR]

├─ org.axiondb.types.ClobSource.class - [JAR]

├─ org.axiondb.types.CompressedLOBType.class - [JAR]

├─ org.axiondb.types.CompressedLobSource.class - [JAR]

├─ org.axiondb.types.FileLobLocator.class - [JAR]

├─ org.axiondb.types.FileLobLocatorFactory.class - [JAR]

├─ org.axiondb.types.FileLobSource.class - [JAR]

├─ org.axiondb.types.FileOffsetLobLocator.class - [JAR]

├─ org.axiondb.types.FileOffsetLobLocatorFactory.class - [JAR]

├─ org.axiondb.types.FileOffsetLobSource.class - [JAR]

├─ org.axiondb.types.FloatType.class - [JAR]

├─ org.axiondb.types.IntegerType.class - [JAR]

├─ org.axiondb.types.LOBType.class - [JAR]

├─ org.axiondb.types.LobLocator.class - [JAR]

├─ org.axiondb.types.LobLocatorFactory.class - [JAR]

├─ org.axiondb.types.LobSource.class - [JAR]

├─ org.axiondb.types.LongType.class - [JAR]

├─ org.axiondb.types.ObjectType.class - [JAR]

├─ org.axiondb.types.ShortType.class - [JAR]

├─ org.axiondb.types.StringClob.class - [JAR]

├─ org.axiondb.types.StringType.class - [JAR]

├─ org.axiondb.types.TimestampType.class - [JAR]

├─ org.axiondb.types.UnsignedByteType.class - [JAR]

├─ org.axiondb.types.UnsignedIntegerType.class - [JAR]

├─ org.axiondb.types.UnsignedShortType.class - [JAR]

├─ org.axiondb.types.VarBinaryType.class - [JAR]

org.axiondb.constraints

├─ org.axiondb.constraints.BaseConstraint.class - [JAR]

├─ org.axiondb.constraints.BaseSelectableBasedConstraint.class - [JAR]

├─ org.axiondb.constraints.CheckConstraint.class - [JAR]

├─ org.axiondb.constraints.NotNullConstraint.class - [JAR]

├─ org.axiondb.constraints.NullConstraint.class - [JAR]

├─ org.axiondb.constraints.PrimaryKeyConstraint.class - [JAR]

├─ org.axiondb.constraints.UniqueConstraint.class - [JAR]

org.axiondb.engine

├─ org.axiondb.engine.ArrayIndexFactory.class - [JAR]

├─ org.axiondb.engine.AxionColumnsMetaTableUpdater.class - [JAR]

├─ org.axiondb.engine.AxionSequencesMetaTableUpdater.class - [JAR]

├─ org.axiondb.engine.AxionTablesMetaTableUpdater.class - [JAR]

├─ org.axiondb.engine.AxionTypesMetaTableUpdater.class - [JAR]

├─ org.axiondb.engine.BTreeIndexFactory.class - [JAR]

├─ org.axiondb.engine.BaseArrayIndex.class - [JAR]

├─ org.axiondb.engine.BaseArrayIndexLoader.class - [JAR]

├─ org.axiondb.engine.BaseBTreeIndex.class - [JAR]

├─ org.axiondb.engine.BaseDatabase.class - [JAR]

├─ org.axiondb.engine.BaseDiskTable.class - [JAR]

├─ org.axiondb.engine.BaseIndex.class - [JAR]

├─ org.axiondb.engine.BaseRow.class - [JAR]

├─ org.axiondb.engine.BaseTable.class - [JAR]

├─ org.axiondb.engine.BytesArrayIndex.class - [JAR]

├─ org.axiondb.engine.BytesArrayIndexLoader.class - [JAR]

├─ org.axiondb.engine.ClearBindVariableWhereNodeVisitor.class - [JAR]

├─ org.axiondb.engine.Databases.class - [JAR]

├─ org.axiondb.engine.DiskDatabase.class - [JAR]

├─ org.axiondb.engine.DiskSystemTable.class - [JAR]

├─ org.axiondb.engine.DiskTable.class - [JAR]

├─ org.axiondb.engine.DiskTableFactory.class - [JAR]

├─ org.axiondb.engine.FlattenWhereNodeVisitor.class - [JAR]

├─ org.axiondb.engine.IntArrayIndex.class - [JAR]

├─ org.axiondb.engine.IntArrayIndexLoader.class - [JAR]

├─ org.axiondb.engine.IntBTreeIndex.class - [JAR]

├─ org.axiondb.engine.IntBTreeIndexLoader.class - [JAR]

├─ org.axiondb.engine.LazyRow.class - [JAR]

├─ org.axiondb.engine.MemoryDatabase.class - [JAR]

├─ org.axiondb.engine.MemoryTable.class - [JAR]

├─ org.axiondb.engine.MemoryTableFactory.class - [JAR]

├─ org.axiondb.engine.ObjectArrayIndex.class - [JAR]

├─ org.axiondb.engine.ObjectArrayIndexLoader.class - [JAR]

├─ org.axiondb.engine.ObjectBTreeIndex.class - [JAR]

├─ org.axiondb.engine.ObjectBTreeIndexLoader.class - [JAR]

├─ org.axiondb.engine.ReferencesOtherTablesWhereNodeVisitor.class - [JAR]

├─ org.axiondb.engine.RowView.class - [JAR]

├─ org.axiondb.engine.SimpleRow.class - [JAR]

├─ org.axiondb.engine.SnapshotIsolationTransaction.class - [JAR]

├─ org.axiondb.engine.StringBTreeIndex.class - [JAR]

├─ org.axiondb.engine.StringBTreeIndexLoader.class - [JAR]

├─ org.axiondb.engine.TableView.class - [JAR]

├─ org.axiondb.engine.TransactableTableImpl.class - [JAR]

├─ org.axiondb.engine.TransactionManagerImpl.class - [JAR]

org.axiondb.parser

├─ org.axiondb.parser.AxionSqlParser.class - [JAR]

├─ org.axiondb.parser.AxionSqlParserConstants.class - [JAR]

├─ org.axiondb.parser.AxionSqlParserTokenManager.class - [JAR]

├─ org.axiondb.parser.ParseException.class - [JAR]

├─ org.axiondb.parser.Parser.class - [JAR]

├─ org.axiondb.parser.SimpleCharStream.class - [JAR]

├─ org.axiondb.parser.Token.class - [JAR]

├─ org.axiondb.parser.TokenMgrError.class - [JAR]

org.axiondb.util

├─ org.axiondb.util.BTreeMetaData.class - [JAR]

├─ org.axiondb.util.BaseBTree.class - [JAR]

├─ org.axiondb.util.BufferedRandomAccessFile.class - [JAR]

├─ org.axiondb.util.CounterFile.class - [JAR]

├─ org.axiondb.util.DataOutputOutputStream.class - [JAR]

├─ org.axiondb.util.ExceptionConverter.class - [JAR]

├─ org.axiondb.util.IntBTree.class - [JAR]

├─ org.axiondb.util.IntIteratorIntListIterator.class - [JAR]

├─ org.axiondb.util.IntListIteratorChain.class - [JAR]

├─ org.axiondb.util.ObjectBTree.class - [JAR]

├─ org.axiondb.util.StringBTree.class - [JAR]

├─ org.axiondb.util.Utf8InputStreamConverter.class - [JAR]

org.axiondb

├─ org.axiondb.AxionCommand.class - [JAR]

├─ org.axiondb.AxionException.class - [JAR]

├─ org.axiondb.BaseSelectable.class - [JAR]

├─ org.axiondb.BindVariable.class - [JAR]

├─ org.axiondb.Column.class - [JAR]

├─ org.axiondb.ColumnIdentifier.class - [JAR]

├─ org.axiondb.Constraint.class - [JAR]

├─ org.axiondb.ConstraintViolationException.class - [JAR]

├─ org.axiondb.DataType.class - [JAR]

├─ org.axiondb.DataTypeFactory.class - [JAR]

├─ org.axiondb.Database.class - [JAR]

├─ org.axiondb.FromNode.class - [JAR]

├─ org.axiondb.Function.class - [JAR]

├─ org.axiondb.FunctionFactory.class - [JAR]

├─ org.axiondb.Index.class - [JAR]

├─ org.axiondb.IndexFactory.class - [JAR]

├─ org.axiondb.IndexLoader.class - [JAR]

├─ org.axiondb.JoinedRowIterator.class - [JAR]

├─ org.axiondb.Literal.class - [JAR]

├─ org.axiondb.NamedIdentifier.class - [JAR]

├─ org.axiondb.OrderNode.class - [JAR]

├─ org.axiondb.Row.class - [JAR]

├─ org.axiondb.RowComparator.class - [JAR]

├─ org.axiondb.RowDecorator.class - [JAR]

├─ org.axiondb.RowDecoratorIterator.class - [JAR]

├─ org.axiondb.RowIterator.class - [JAR]

├─ org.axiondb.RowSource.class - [JAR]

├─ org.axiondb.Selectable.class - [JAR]

├─ org.axiondb.SelectableBasedConstraint.class - [JAR]

├─ org.axiondb.Sequence.class - [JAR]

├─ org.axiondb.SequenceEvaluator.class - [JAR]

├─ org.axiondb.Table.class - [JAR]

├─ org.axiondb.TableFactory.class - [JAR]

├─ org.axiondb.TableIdentifier.class - [JAR]

├─ org.axiondb.Transactable.class - [JAR]

├─ org.axiondb.TransactableTable.class - [JAR]

├─ org.axiondb.Transaction.class - [JAR]

├─ org.axiondb.TransactionConflictException.class - [JAR]

├─ org.axiondb.TransactionManager.class - [JAR]

├─ org.axiondb.VariableContext.class - [JAR]

├─ org.axiondb.WhereNodeVisitor.class - [JAR]

org.axiondb.functions

├─ org.axiondb.functions.ABSFunction.class - [JAR]

├─ org.axiondb.functions.AddFunction.class - [JAR]

├─ org.axiondb.functions.AggregateBigDecimalFunction.class - [JAR]

├─ org.axiondb.functions.AggregateFunction.class - [JAR]

├─ org.axiondb.functions.AndFunction.class - [JAR]

├─ org.axiondb.functions.ArithmeticFunction.class - [JAR]

├─ org.axiondb.functions.AsciiFunction.class - [JAR]

├─ org.axiondb.functions.AverageFunction.class - [JAR]

├─ org.axiondb.functions.Base64DecodeFunction.class - [JAR]

├─ org.axiondb.functions.Base64EncodeFunction.class - [JAR]

├─ org.axiondb.functions.BaseBooleanBranchFunction.class - [JAR]

├─ org.axiondb.functions.BaseFunction.class - [JAR]

├─ org.axiondb.functions.BitAndFunction.class - [JAR]

├─ org.axiondb.functions.BitOrFunction.class - [JAR]

├─ org.axiondb.functions.CharFunction.class - [JAR]

├─ org.axiondb.functions.CoalesceFunction.class - [JAR]

├─ org.axiondb.functions.ComparisonFunction.class - [JAR]

├─ org.axiondb.functions.ConcatFunction.class - [JAR]

├─ org.axiondb.functions.ConcreteFunction.class - [JAR]

├─ org.axiondb.functions.ContainsFunction.class - [JAR]

├─ org.axiondb.functions.CountFunction.class - [JAR]

├─ org.axiondb.functions.DifferenceFunction.class - [JAR]

├─ org.axiondb.functions.DivideFunction.class - [JAR]

├─ org.axiondb.functions.EqualFunction.class - [JAR]

├─ org.axiondb.functions.ExistsFunction.class - [JAR]

├─ org.axiondb.functions.FunctionIdentifier.class - [JAR]

├─ org.axiondb.functions.GreaterThanFunction.class - [JAR]

├─ org.axiondb.functions.GreaterThanOrEqualFunction.class - [JAR]

├─ org.axiondb.functions.IfThenFunction.class - [JAR]

├─ org.axiondb.functions.InFunction.class - [JAR]

├─ org.axiondb.functions.InStringFunction.class - [JAR]

├─ org.axiondb.functions.IsNotNullFunction.class - [JAR]

├─ org.axiondb.functions.IsNullFunction.class - [JAR]

├─ org.axiondb.functions.LPadFunction.class - [JAR]

├─ org.axiondb.functions.LTrimFunction.class - [JAR]

├─ org.axiondb.functions.LengthFunction.class - [JAR]

├─ org.axiondb.functions.LessThanFunction.class - [JAR]

├─ org.axiondb.functions.LessThanOrEqualFunction.class - [JAR]

├─ org.axiondb.functions.LikeToRegexpFunction.class - [JAR]

├─ org.axiondb.functions.Log10Function.class - [JAR]

├─ org.axiondb.functions.LowerFunction.class - [JAR]

├─ org.axiondb.functions.MatchesFunction.class - [JAR]

├─ org.axiondb.functions.MaxFunction.class - [JAR]

├─ org.axiondb.functions.MinFunction.class - [JAR]

├─ org.axiondb.functions.ModFunction.class - [JAR]

├─ org.axiondb.functions.MultiplyFunction.class - [JAR]

├─ org.axiondb.functions.NotEqualFunction.class - [JAR]

├─ org.axiondb.functions.NotExistsFunction.class - [JAR]

├─ org.axiondb.functions.NotFunction.class - [JAR]

├─ org.axiondb.functions.NotInFunction.class - [JAR]

├─ org.axiondb.functions.NowFunction.class - [JAR]

├─ org.axiondb.functions.OrFunction.class - [JAR]

├─ org.axiondb.functions.RPadFunction.class - [JAR]

├─ org.axiondb.functions.RTrimFunction.class - [JAR]

├─ org.axiondb.functions.ReplaceFunction.class - [JAR]

├─ org.axiondb.functions.RoundFunction.class - [JAR]

├─ org.axiondb.functions.RowNumFunction.class - [JAR]

├─ org.axiondb.functions.ScalarFunction.class - [JAR]

├─ org.axiondb.functions.SignFunction.class - [JAR]

├─ org.axiondb.functions.SpaceFunction.class - [JAR]

├─ org.axiondb.functions.SubstringFunction.class - [JAR]

├─ org.axiondb.functions.SubtractFunction.class - [JAR]

├─ org.axiondb.functions.SumFunction.class - [JAR]

├─ org.axiondb.functions.TruncateFunction.class - [JAR]

├─ org.axiondb.functions.UpperFunction.class - [JAR]

Advertisement

Dependencies from Group

Oct 28, 2005
41 usages

Discover Dependencies

bnd
Feb 26, 2022
22 usages
493 stars
Oct 12, 2011
21 usages
Aug 23, 2023
29 usages
170 stars
Mar 28, 2023
15 usages
Apr 04, 2018
55 usages
Aug 20, 2023
34 usages
Aug 24, 2023
32 usages
12.4k stars
Oct 28, 2016
40 usages
12.9k stars
Apr 25, 2015
14 usages