License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.huemulsolutions.bigdata |
ArtifactId | ArtifactIdhuemul-sql-decode_2.12 |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhuemul_sql_decode
Obtiene los campos y tablas utilizados en una sentencia SQL. Dada la siguiente consulta:description
select campo1 as Id, campo2 as descripcion from Tabla_datos
retorna un arregla con Id (obtenido desde campo1 de tabla "tabla_datos"), Descripcion (obtenido desde campo2 de tabla "tabla_datos")
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.huemulsolutions.bigdata/huemul-sql-decode_2.12/ -->
<dependency>
<groupId>com.huemulsolutions.bigdata</groupId>
<artifactId>huemul-sql-decode_2.12</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.huemulsolutions.bigdata/huemul-sql-decode_2.12/
implementation 'com.huemulsolutions.bigdata:huemul-sql-decode_2.12:1.0'
// https://jarcasting.com/artifacts/com.huemulsolutions.bigdata/huemul-sql-decode_2.12/
implementation ("com.huemulsolutions.bigdata:huemul-sql-decode_2.12:1.0")
'com.huemulsolutions.bigdata:huemul-sql-decode_2.12:jar:1.0'
<dependency org="com.huemulsolutions.bigdata" name="huemul-sql-decode_2.12" rev="1.0">
<artifact name="huemul-sql-decode_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huemulsolutions.bigdata', module='huemul-sql-decode_2.12', version='1.0')
)
libraryDependencies += "com.huemulsolutions.bigdata" % "huemul-sql-decode_2.12" % "1.0"
[com.huemulsolutions.bigdata/huemul-sql-decode_2.12 "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |