Class OracleConnectionSchemaInitializer

    • Constructor Detail

      • OracleConnectionSchemaInitializer

        public OracleConnectionSchemaInitializer​(ConnectionProperties connectionProperties)
    • Method Detail

      • initialize

        public boolean initialize​(Connection toInitialize,
                                  String schema)
        Description copied from interface: ConnectionSchemaInitializer
        Initialize the connection, setting the current schema for the connection session.
        Specified by:
        initialize in interface ConnectionSchemaInitializer
        Parameters:
        toInitialize - The connection from the datasource to initialize
        schema - The schema to set as the default for the connection session
        Returns:
        whether or not the initializer was qualified to operate on the connection and did indeed perform the initialization