Skip to content
Snippets Groups Projects
Commit bf703899 authored by npedot's avatar npedot
Browse files

adds source to table

parent 57208562
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ class Table (): Labelled {
@JacksonXmlProperty(isAttribute = true)
var schema: String? = null
@JacksonXmlProperty(isAttribute = true)
var source: String? = null
private var labeller = Labeller()
fun hasColumn(nameToFind:String): Boolean {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment