| 组织ID: |
org.apache.shardingsphere |
| 项目ID: |
sharding-core-parse-oracle |
| 版本: |
4.0.0-RC1 |
| 最后修改时间: |
2019-04-22 09:36:23 |
| 包类型: |
jar |
| 标题: |
${project.artifactId} |
| 大小: |
233.63KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse-oracle</artifactId>
<version>4.0.0-RC1</version>
</dependency>
|
| Gradle引入代码: |
org.apache.shardingsphere:sharding-core-parse-oracle:4.0.0-RC1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one or more
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~ The ASF licenses this file to You under the Apache License, Version 2.0
~ (the "License"); you may not use this file except in compliance with
~ the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-core-parse-oracle</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse-spi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<executions>
<execution>
<id>antlr</id>
<configuration>
<libDirectory>src/main/antlr4/imports/oracle/</libDirectory>
<listener>false</listener>
<visitor>false</visitor>
</configuration>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META-INF/parsing-rule-definition/sharding/oracle/sql-statement-rule-definition.xml
META-INF/parsing-rule-definition/sharding/oracle/extractor-rule-definition.xml
META-INF/DEPENDENCIES
META-INF/services/org.apache.shardingsphere.core.parse.spi.ShardingParseEngine
org.apache.shardingsphere.core.parse.OracleParser.class
org.apache.shardingsphere.core.parse.extractor.OracleDropPrimaryKeyExtractor.class
org.apache.shardingsphere.core.parse.extractor.OracleModifyColumnDefinitionExtractor.class
org.apache.shardingsphere.core.parse.OracleShardingParseEngine.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$PrivateExprOfDbContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SpecialDatatypeContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DropUserContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DatetimeTypeSuffixContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$BitExprContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ConstraintOptionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$EncryptionSpecContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$CascadeOrInvalidateContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ComparisonOperatorContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$InlineConstraintContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ExceptionsClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AttributeNameContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$IndexTypeNameContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ElseClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DropIndexContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DropColumnClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementLexer.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$CollateClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$IdentityOptionsContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AlterRoleContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DateTimeExprContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ModifyColPropertiesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ModifyColumnSpecificationContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DistinctContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$CaseExpressContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$CreateTableContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$IntervalExprContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnPropertiesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DataTypeContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$NumberContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$TablePropertiesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AlterIndexContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$LobItemsContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ObjectPropertiesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SearchedCaseExprContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$UsingIndexClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ObjectPropertyContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnDefinitionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$TablespaceClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnOrVirtualDefinitionsContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AlterExternalTableContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$RenameColumnSpecificationContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ExprContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$NotDeferrableContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$CreateIndexContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$VirtualColumnDefinitionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AlterUserContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$TablespaceClauseWithParenContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$TableNameContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ObjectPrivilegeType_Context.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ModifyColSubstitutableContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ReferencesClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$BitmapJoinIndexClause_Context.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ExprRecursiveContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ObjectTypeColPropertiesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$BooleanPrimaryContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$VariableContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SimpleExprContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AlterTableContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AddColumnSpecificationContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SimpleCaseExprContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$LobItemContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SubqueryContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DataTypeName_Context.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnNamesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$CollationNameContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$RenameTableSpecificationContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$OpColumnClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DropColumnSpecificationContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AsteriskContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$OrderByClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$RevokeContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ExprsContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$IntervalExpressionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$OracleIdContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnSortClause_Context.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$OutOfLineRefConstraintContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SubstitutableColumnClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$OnObjectClause_Context.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$LobItemListContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ConstraintWithNameContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AddConstraintSpecificationContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnPropertyContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$TreatFunctionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$IdentityClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$RelationalPropertiesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$RollbackContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AliasContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ConstraintPrimaryOrUniqueContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$CreateRoleContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SavepointContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$QuestionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DropRoleContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$IndexExpr_Context.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ConstraintClausesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$OrderByItemContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ObjectAccessExpressionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$InitiallyClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$DropConstraintClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ModifyConstraintClauseContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SimpleExprsContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$StringContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ExprListContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ConstraintStateContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$TableIndexClause_Context.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SimpleExprsWithParenContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$MatchNoneContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$SchemaNameContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnOrVirtualDefinitionContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$AlterTablePropertiesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$ColumnClausesContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$UnionSelectContext.class
org.apache.shardingsphere.core.parse.antlr.autogen.OracleStatementParser$InlineRefConstraintContext.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
sharding-core-parse-spi-${project.version}.jar
/org.apache.shardingsphere/sharding-core-parse-spi/${project.version}
查看sharding-core-parse-spi所有版本文件
sharding-core-parse-common-${project.version}.jar
/org.apache.shardingsphere/sharding-core-parse-common/${project.version}
查看sharding-core-parse-common所有版本文件
|