This commit is contained in:
Lukas Eder 2019-10-23 16:32:40 +02:00
parent 18f45bdd56
commit 348ff4f665
2 changed files with 44 additions and 1 deletions

View File

@ -231,6 +231,7 @@ public interface Meta extends Scope {
/**
* Export to the {@link InformationSchema} format.
* <p>

View File

@ -37,7 +37,49 @@
*/
package org.jooq.impl;
import static java.util.Arrays.asList;