insert Db Data Into Table
open fun <T : DbTableData> insertDbDataIntoTable(data: T, tableName: String = data.tableName, schemaName: String? = defaultSchemaName): Int(source)
Inserts the data from the DbData instance into the supplied table tableName and schema schemaName. The DbData instance must be designed for the table.
Return
the number of rows inserted