登录
首页 » Java » axion

axion

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

  • Catering-management-system
    本系统有三种操作权限,其中,营业员只可以执行开台、点菜、买单及查询日收入操作;领班可以执行开台、点菜、买单、进货、添加新员工、日收入及月收入查询等操作;经理具有最高权限,除了领班及营业员的操作权限外,还可以设置员工权限、添加商品信息及菜式信息、备份与恢复数据库及初始化数据等操作。(The system has three operating authority, which can only be executed Founding salesperson, a la carte, pay and check daily revenue operations foreman can perform Founding, a la carte, pay, purchase, adding new employees, daily income and monthly income of inquiry operation manager with the highest authority, in addition to the foreman and the operating authority salesperson, you can also set permissions for employees, product information and dishes to add information, database backup and recovery, and initial data and other operations.)
    2014-04-21 13:40:34下载
    积分:1
  • django图书管理系统
    图书管理系统
    2019-05-27下载
    积分:1
  • Beginning_SQL_Server_2008_for_Developers_From_Novi
    数据库SQL Server 2008 从入门到精通。(SQL Server 2008 database, from entry to the master.)
    2009-10-31 23:45:54下载
    积分:1
  • AdoReadWriteAccess
    visual c++下,通过ado访问ACCESS数据库,实现数据库的读取,增加,删除,修改功能,界面使用一些WINXP按钮。(visual c, through ado visit ACCESS database, the database access, increase delete, change the functional interface using WINXP button.)
    2006-09-05 14:27:28下载
    积分: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
  • addressmanage
    地址簿管理系统,visual c++与Access数据库实现(Address book management system, Visual C + + and Access database to achieve)
    2013-05-07 20:14:04下载
    积分:1
  • 20090724074725
    一个简单的仓库管理系统,界面简单了些,C#+sql2000(A simple warehouse management system, the interface simple and a bit, C#+ sql2000)
    2010-03-09 16:56:03下载
    积分:1
  • OperateAccess
    VC中利用MFC进行ADO数据库编程实例(ADO database programming examples in VC using MFC)
    2012-02-17 19:17:04下载
    积分:1
  • 寒雅留言簿 v1.0
    ACCESS作为数据库,小巧玲珑,清新素雅。(ACCESS database, small and exquisite, fresh simple and elegant.)
    2005-07-01 08:59:43下载
    积分:1
  • oleado
    Ado类 包括在access中写入blob数据并实现读取(Ado categories including access writes blob data and reading achievement)
    2006-10-01 16:05:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载