登录
首页 » Java » axion

axion

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

  • 获取CPU信息
        property CPUFactory  : Ansistring read FCpuFactory;   //获取 CPU 制造商     property CPUFamily   : Cardinal   read FCpuFamily;    //获取 CPU 家族系统     property CPUModel    : Cardinal   read FCpuModel;     //获取 CPU 型号     property CPUStepping : Cardinal   read FCPUStepping;  //获取 CPU 步进     property CPUName     : Ansistring read FCPUName;      //获取 CPU 名称     property CPUFrequency: Cardinal   read FCPUFrequency; //获取 CPU 频率     property CPUInstructs: string     read FCPUInstructs; //获取 CPU 指令集     property CPUCount    : Ansistring read FCPUCount;     //获取 CPU 个数     property CPUCacheInfo: string     read FCPUCacheInfo; //获取 CPU 缓存信息     property CPUSerialNo : Ansistring read FCPUSerialNo;  //获取 CPU 序列号
    2021-08-11 00:31:00下载
    积分:1
  • Principles.of.Distributed.Database.Systems.3rd
    a book of distributed database systems
    2013-07-23 08:21:27下载
    积分:1
  • ADO
    vc 利用ADO开发数据库介绍,对初学者有帮助(Visual c++ ADO )
    2012-10-11 03:32:12下载
    积分:1
  • HBase_0.98.1 API.chm
    说明:  hbase api的chm文件,对应版本为0.98(the profile of hbase api, version 0.98)
    2020-06-22 12:20:02下载
    积分:1
  • login
    简单登录界面没有关联数据库,登录界面附有有验证码功能(Simple login screen is not associated with the database, the login screen with a verification code function)
    2013-05-23 20:47:52下载
    积分:1
  • vc_ado_classic_utility_applet
    vc ado经典实用小程序vc ado classic utility applet(vc ado classic utility applet vc ado classic utility applet)
    2010-08-07 13:50:28下载
    积分:1
  • Database-connection-pool-using-steps
    数据库连接池的使用步骤,比较有用,如果忘记的朋友可以看看。本人自己写的。(Database connection pool using steps, more useful, if you forget the friends can see. I wrote it myself.)
    2013-10-31 23:22:47下载
    积分:1
  • TeleBook--My--ADO
    ado链接数据库实例教程,基于VS2015和MFC(ADO linked database instance)
    2018-05-17 21:07:47下载
    积分:1
  • 20118511131052
    PB多线程处理 需要的可以下载研究下 资源类别: PowerBuilder源码¦数据库应用 文件大小: 78KB (PB multithreading can download the study required under the categories of resources: PowerBuilder source ¦ database applications File Size: 78KB )
    2011-12-14 10:16:02下载
    积分: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
  • 696518资源总数
  • 104921会员总数
  • 16今日下载