Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pedot Nicola
semint-kprime
Commits
f02ef0ca
Commit
f02ef0ca
authored
Jan 11, 2021
by
npedot
Browse files
exposes first oid algo to schema via oidForTable method
parent
dd968c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/unibz.cs.semint.kprime/domain/ddl/Schema.kt
View file @
f02ef0ca
...
...
@@ -2,10 +2,7 @@ package unibz.cs.semint.kprime.domain.ddl
import
com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty
import
com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement
import
unibz.cs.semint.kprime.domain.ddl.schemalgo.check3NF
import
unibz.cs.semint.kprime.domain.ddl.schemalgo.checkBCNF
import
unibz.cs.semint.kprime.domain.ddl.schemalgo.decomposeTo3NF
import
unibz.cs.semint.kprime.domain.ddl.schemalgo.decomposeToBCNF
import
unibz.cs.semint.kprime.domain.ddl.schemalgo.*
@JacksonXmlRootElement
(
localName
=
"schema"
)
class
Schema
()
{
...
...
@@ -351,4 +348,8 @@ class Schema () {
}
*/
fun
oidForTable
(
tableName
:
String
):
List
<
String
>
{
return
oid
(
this
,
tableName
)
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment