Class ReactivePostgresSessionSchemaPopulator
- java.lang.Object
-
- net.andreaskluth.session.postgres.support.ReactivePostgresSessionSchemaPopulator
-
public class ReactivePostgresSessionSchemaPopulator extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
applySchema(Connection connection)
static String[]
parseStatementsFromSchema()
-
-
-
Method Detail
-
applySchema
public static void applySchema(Connection connection) throws SQLException
- Throws:
SQLException
-
parseStatementsFromSchema
public static String[] parseStatementsFromSchema()
-
-