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

@@ -7,6 +7,7 @@ import fr.postgresjson.entity.EntityI
interface EmbedExecutable {
val connection: Connection
override fun toString(): String
val name: String
/* Select One */
/**