final Connection connection = dataSource.getConnection(); final String schema = connection.getSchema(); System.out.println("schema = " + schema);