登录
首页 » Java » axion

axion

于 2021-04-19 发布 文件大小:511KB
0 177
下载积分: 1 下载次数: 11

代码说明:

  开源的axion的数据库代码,代码写的非常好(Axion database open source code, code written in a very good)

文件列表:

axion-1.0-M2
............\build.properties.sample
............\build.xml
............\conf
............\....\axiondb.properties
............\grammars
............\........\AxionSqlParser.jj
............\LICENSE.txt
............\maven.xml
............\project.properties
............\project.xml
............\src
............\...\org
............\...\...\axiondb
............\...\...\.......\AxionCommand.java
............\...\...\.......\AxionException.java
............\...\...\.......\BinaryBranchWhereNode.java
............\...\...\.......\BindVariable.java
............\...\...\.......\BranchWhereNode.java
............\...\...\.......\Column.java
............\...\...\.......\ColumnIdentifier.java
............\...\...\.......\ComparisonOperator.java
............\...\...\.......\Constraint.java
............\...\...\.......\constraints
............\...\...\.......\...........\BaseConstraint.java
............\...\...\.......\...........\BaseSelectableBasedConstraint.java
............\...\...\.......\...........\CheckConstraint.java
............\...\...\.......\...........\NotNullConstraint.java
............\...\...\.......\...........\NullConstraint.java
............\...\...\.......\...........\package.html
............\...\...\.......\...........\PrimaryKeyConstraint.java
............\...\...\.......\...........\UniqueConstraint.java
............\...\...\.......\ConstraintViolationException.java
............\...\...\.......\Database.java
............\...\...\.......\DataType.java
............\...\...\.......\DataTypeFactory.java
............\...\...\.......\engine
............\...\...\.......\......\ArrayIndexFactory.java
............\...\...\.......\......\AxionColumnsMetaTableUpdater.java
............\...\...\.......\......\AxionSequencesMetaTableUpdater.java
............\...\...\.......\......\AxionTablesMetaTableUpdater.java
............\...\...\.......\......\AxionTypesMetaTableUpdater.java
............\...\...\.......\......\BaseArrayIndex.java
............\...\...\.......\......\BaseBTreeIndex.java
............\...\...\.......\......\BaseDatabase.java
............\...\...\.......\......\BaseDiskTable.java
............\...\...\.......\......\BaseIndex.java
............\...\...\.......\......\BaseRow.java
............\...\...\.......\......\BaseTable.java
............\...\...\.......\......\BaseWhereNodeVisitor.java
............\...\...\.......\......\BTreeIndexFactory.java
............\...\...\.......\......\ClearBindVariableWhereNodeVisitor.java
............\...\...\.......\......\commands
............\...\...\.......\......\........\AddConstraintCommand.java
............\...\...\.......\......\........\BaseAxionCommand.java
............\...\...\.......\......\........\CheckFileStateCommand.java
............\...\...\.......\......\........\CheckpointCommand.java
............\...\...\.......\......\........\CollectBindVariablesWhereNodeVisitor.java
............\...\...\.......\......\........\CreateIndexCommand.java
............\...\...\.......\......\........\CreateSequenceCommand.java
............\...\...\.......\......\........\CreateTableCommand.java
............\...\...\.......\......\........\DeleteCommand.java
............\...\...\.......\......\........\DropConstraintCommand.java
............\...\...\.......\......\........\DropSequenceCommand.java
............\...\...\.......\......\........\DropTableCommand.java
............\...\...\.......\......\........\InsertCommand.java
............\...\...\.......\......\........\package.html
............\...\...\.......\......\........\RemountCommand.java
............\...\...\.......\......\........\SelectCommand.java
............\...\...\.......\......\........\ShutdownCommand.java
............\...\...\.......\......\........\UpdateCommand.java
............\...\...\.......\......\Databases.java
............\...\...\.......\......\DiskDatabase.java
............\...\...\.......\......\DiskSystemTable.java
............\...\...\.......\......\DiskTable.java
............\...\...\.......\......\DiskTableFactory.java
............\...\...\.......\......\FindBindVariableWhereNodeVisitor.java
............\...\...\.......\......\FlattenWhereNodeVisitor.java
............\...\...\.......\......\IntArrayIndex.java
............\...\...\.......\......\IntArrayIndexLoader.java
............\...\...\.......\......\IntBTreeIndex.java
............\...\...\.......\......\IntBTreeIndexLoader.java
............\...\...\.......\......\LazyRow.java
............\...\...\.......\......\MemoryDatabase.java
............\...\...\.......\......\MemoryTable.java
............\...\...\.......\......\MemoryTableFactory.java
............\...\...\.......\......\ObjectArrayIndex.java
............\...\...\.......\......\ObjectArrayIndexLoader.java
............\...\...\.......\......\ObjectBTreeIndex.java
............\...\...\.......\......\ObjectBTreeIndexLoader.java
............\...\...\.......\......\package.html
............\...\...\.......\......\ReferencesOtherTablesWhereNodeVisitor.java
............\...\...\.......\......\rowiterators
............\...\...\.......\......\............\AbstractAcceptingRowIterator.java
............\...\...\.......\......\............\AbstractFilteringRowIterator.java
............\...\...\.......\......\............\BaseJoinedRowIterator.java
............\...\...\.......\......\............\BaseRowIterator.java
............\...\...\.......\......\............\ChainedRowIterator.java
............\...\...\.......\......\............\ChangingIndexedRowIterator.java
............\...\...\.......\......\............\CollatingRowIterator.java

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LRU
    实现的数据库io缓存模拟程序,读入五万个地址和读写标志,输出命中率,io次数等(Io caching implemented simulation program that reads fifty thousand addresses and write flag output hits, io number, etc.)
    2015-12-19 23:52:04下载
    积分:1
  • Database-Courseware
    数据库课件,主要是兰州理工大学老师的教学课件。(Database courseware, courseware mainly Lanzhou University teacher.)
    2014-07-02 00:33:43下载
    积分:1
  • ConnDatabase
    数据库连接 ado sqlserver 用C++程序书写 累了我一天 娘的(C++ learning materials as long as the processing of C++ programming ADO SQLSERVER database connection)
    2014-04-04 16:51:01下载
    积分:1
  • boyishu
    博弈树,是数据库课程中非常重要的一个编程程序。里面的编程思想非常适合初学者(Game tree, which is the database course a very important programming procedures. Inside the programming ideas for beginners)
    2013-03-23 10:03:42下载
    积分:1
  • databasewebservice
    一个XML Web Services,可以输出XML格式的数据,例子中的数据库只有一个“Products”表。当然,你的数据库可能有许多表,也可能你的Web Services需要访问不止一个数据库。(an XML Web Services, and can export data in XML format. examples of the database is only a "Products" table. Of course, you may have many database tables, You may also need a Web Services visit more than one database.)
    2007-05-17 13:31:24下载
    积分:1
  • project-with-matlab-vb-VC
    matlab,vb,VC 数据库混合编程(project with matlab,vb,VC)
    2012-03-28 14:49:35下载
    积分:1
  • ENVELOP_ADO
    封装的ADO访问所有数据库的代码,大家不要将时间浪费在编程上了(Packaging visit all the ADO database code, we should not be wasting time on the program)
    2007-05-18 22:38:03下载
    积分:1
  • VCshizhanOLEDBbiancheng
    vc实战OLEDB编程,对应用vc开发数据库的人员有巨大帮助,推荐下载。(vc real OLEDB programming for database application developers who vc a huge help, recommended download.)
    2011-07-20 21:18:00下载
    积分:1
  • JdbcUtils3
    jdbcUtils小工具,用于实现数据库的方便连接,本地执行已通过(jdbcUtils , Convenient for realization of the connection,Local execution has passed )
    2015-05-01 16:14:52下载
    积分:1
  • redis-2.8.15.tar
    redis数据库最新的稳定版2.8.15,支持key-value存储,具有很高的执行效率。(redis database latest stable version 2.8.15, support for key-value store, with high efficiency.)
    2020-09-07 16:08:03下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载