Interface JdbcSchemaHandler


public interface JdbcSchemaHandler
JDBC schema handler.
Since:
3.9.0
Author:
Denis Stepanov
  • Method Details

    • createSchema

      void createSchema(Connection connection, Dialect dialect, String name)
      Creates a new schema.
      Parameters:
      connection - The JDBC connection
      dialect - The dialect
      name - The schema name
    • useSchema

      void useSchema(Connection connection, Dialect dialect, String name)
      Uses the given schema.
      Parameters:
      connection - The JDBC connection
      dialect - The dialect
      name - The schema name