Db Schema Info
data class DbSchemaInfo(var catalogName: String?, var schemaName: String?, var tableName: String)(source)
A data class to hold meta-data information about the tables and the containing schema
A data class to hold meta-data information about the tables and the containing schema