huemul_sql_decode
Obtiene los campos y tablas utilizados en una sentencia SQL
| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.huemulsolutions.bigdata |
| ArtifactId | ArtifactIdhuemul-sql-decode |
| 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 |
| Filename | Size |
|---|---|
| huemul-sql-decode-1.0.pom | |
| huemul-sql-decode-1.0.jar | 92 KB |
| huemul-sql-decode-1.0-sources.jar | 14 KB |
| huemul-sql-decode-1.0-javadoc.jar | 370 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.huemulsolutions.bigdata/huemul-sql-decode/ -->
<dependency>
<groupId>com.huemulsolutions.bigdata</groupId>
<artifactId>huemul-sql-decode</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.huemulsolutions.bigdata/huemul-sql-decode/
implementation 'com.huemulsolutions.bigdata:huemul-sql-decode:1.0'
// https://jarcasting.com/artifacts/com.huemulsolutions.bigdata/huemul-sql-decode/
implementation ("com.huemulsolutions.bigdata:huemul-sql-decode:1.0")
'com.huemulsolutions.bigdata:huemul-sql-decode:jar:1.0'
<dependency org="com.huemulsolutions.bigdata" name="huemul-sql-decode" rev="1.0">
<artifact name="huemul-sql-decode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.huemulsolutions.bigdata', module='huemul-sql-decode', version='1.0')
)
libraryDependencies += "com.huemulsolutions.bigdata" % "huemul-sql-decode" % "1.0"
[com.huemulsolutions.bigdata/huemul-sql-decode "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
Obtiene los campos y tablas utilizados en una sentencia SQL