feature: add name into Query object

This commit is contained in:
2019-08-03 20:25:01 +02:00
parent 24aa3cf632
commit ae184cd52c
4 changed files with 11 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ class Function(val definition: Function, override val connection: Connection): E
return definition.name
}
override val name: String = definition.name
/* Select One */
/**