executePlainSql

suspend fun executePlainSql(sql: String): RowSet<Row>(source)

Use SqlClient.preparedQuery here because of SqlConnectOptions.setCachePreparedStatements.