登录
首页 » Java » axion

axion

于 2021-04-19 发布 文件大小:511KB
0 214
下载积分: 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 个回复

  • shujukusheji
    数据库的使用的设计,能更好的帮助开发者进行数据库的设计(Use of the database design, better able to help developers design database)
    2013-06-19 16:06:28下载
    积分:1
  • sqlist
    详细SQL的例子,帮助理解,为日后的使用提供便捷的服务(Detailed SQL examples to help understand, for future use to provide convenient services)
    2011-05-04 11:38:18下载
    积分:1
  • mnist_CNN 深度学习小实例
    利用mnist数据集做深度学习小实例
    2018-05-03下载
    积分:1
  • studentdatabaseCreate
    学生选课管理系统,用纯ODBC API实现,例子中也演示了用MFC ODBC实现的方法,对于SQL语言的理解有很大的直观帮助和体会。内有详细的实验帮助和使用说明已经程序的E-R图,源码都附加有注释,很容易理解。C语言+SQL实现。(Student course management system, using pure ODBC API to achieve, for example, also demonstrated the realization of using MFC ODBC method, the SQL language, intuitive understanding of a great help and experience. There are detailed help and use of experimental procedures that had been ER diagram, annotated source code is attached, it is easy to understand.)
    2009-07-11 23:41:27下载
    积分:1
  • python聊天机器人(扫码登陆网页版微信)
    python聊天机器人(扫码登陆网页版微信)
    2019-03-16下载
    积分:1
  • Chinese-characters-code-query
    汉字内码查询反查询软件,可执行程序,点击即可使用。方便快捷。(Chinese characters code query against the query software, executable programs, click to use. Convenient and efficient.)
    2014-01-05 17:33:12下载
    积分:1
  • VCRoomManage
    基于VC++6.0、ODBC、MFC的酒店客房管理程序。数据库为Acess,界面简洁,有详细使用说明。(Based on VC++6.0, ODBC, MFC hotel rooms management procedures. Database for Acess, the interface is simple and has detailed instructions.)
    2009-03-25 21:40:08下载
    积分:1
  • CreateODBC DSN
    说明:  动态创建access或者oracle的ODBC数据源(create dynamic access to the oracle or ODBC data sources)
    2005-09-05 17:08:24下载
    积分:1
  • eTask
    mfc数据库访问、list,实现任务加入和删除和提醒,桌面停驻的小程序,用来做备忘的。(using mdb and list control to inform you of the task you noted.)
    2011-11-20 12:05:00下载
    积分:1
  • 基于MongoDb的图书管理系统.rar
    Java MongoDb的课程设计资源,系统本身不需要事先写好数据库,系统会在运行时自动创建数据库并插入一条数据,但是运行前请保证数据库(MongoDb)处于开启状态!
    2020-12-12下载
    积分:1
  • 696518资源总数
  • 104696会员总数
  • 19今日下载