Interface JdbcSchemaHandler


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

      • createSchema

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

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